Re: Recent Spam problem

2017-08-07 Thread Gerd Niemetz
Am Dienstag, 25. Juli 2017 07:13:51 UTC+2 schrieb Rustom Mody:
> Of late there has been an explosion of spam
> Thought it was only a google-groups (USENET?) issue and would be barred from 
> the mailing list.
> 
> But then find its there in the mailing list archives as well
> Typical example: 
> https://mail.python.org/pipermail/python-list/2017-July/724085.html
> 
> What gives??
> 
> On a different note this problem seems to be peculiar to comp.lang.python
> via google-groups and is absent on ½ dozen other google groups I see.
> 
> Since spammers are unlikely to be choosy about whom they spam:
> Tentative conclusion: Something about the USENET-ML gateway is more leaky
> out here than elsewhere

What i do is to "install" the bookmarklet "Jquerify" from 
https://mreidsma.github.io/bookmarklets/jquerify.html, open the developer tools 
(i use Google Chrome), go to the console and paste the following javascript: 
$('tr > td > div > div > div > div > div > div > div:contains("Case Solution"), 
div:contains("Test Banks")').closest("tr").hide(); $('tr > td > div > div > div 
> div > div > div > a').each(function(){if($(this).text().length > 100) 
$(this).closest("tr").hide()});

This hides all the posts from "Case Solution" and "Test Banks" and all posts 
with a subject length > 100. Rerun the code to hide more, not elegant but 
helpful (at least for me :) )
best regards,
Gerd
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: How to create python web framework for ERP

2014-09-09 Thread Gerd Niemetz
Am Dienstag, 9. September 2014 10:25:24 UTC+2 schrieb Vimal Rughani:
 Hi All,
 
 
 
 Greetings !
 
 
 
 I am bit familiar with Django and Python. I want to create ERP on python. 
 Initially I feel Django will be good option for My Own ERP, but after working 
 bit on that I feel it doesn't fit with my requirement. So I decided to create 
 my own python based web framework for ERP. Can you please suggest me better 
 book / video / resources / content which help me to build proper web 
 framework for ERP.
 
 
 
 Thanks

Take a look at www.web2py.com
Actively developed and a great community here at google groups - 
https://groups.google.com/forum/#!forum/web2py

best regards
Gerd
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Framework for a beginner

2012-04-17 Thread Gerd Niemetz
Am Mittwoch, 11. April 2012 22:11:37 UTC+2 schrieb biof...@gmail.com:
 I am new to python and only have read the Byte of Python ebook, but want to 
 move to the web. I am tired of being a CMS tweaker and after I tried python, 
 ruby and php, the python language makes more sense (if that makes any sense 
 for the real programmers). I heard a lot of good things about Django, 
 Pyramid, etc, but I dont want to pick the most used or the one with the most 
 magic. Instead I was thinking about one that could teach me python along 
 the way. My plan is to rebuild my portfolio using python and a framework and 
 also benefit my python learning along the way.
 
 Thanks in advance.

Hi!

Take a look at http://www.web2by.com, a powerful and easy to learn python 
framework, and the community at 
https://groups.google.com/forum/?fromgroupshl=de#!forum/web2py is also very 
helpful

regards,
Gerd
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Framework for a beginner

2012-04-17 Thread Gerd Niemetz
Am Mittwoch, 11. April 2012 22:11:37 UTC+2 schrieb biof...@gmail.com:
 I am new to python and only have read the Byte of Python ebook, but want to 
 move to the web. I am tired of being a CMS tweaker and after I tried python, 
 ruby and php, the python language makes more sense (if that makes any sense 
 for the real programmers). I heard a lot of good things about Django, 
 Pyramid, etc, but I dont want to pick the most used or the one with the most 
 magic. Instead I was thinking about one that could teach me python along 
 the way. My plan is to rebuild my portfolio using python and a framework and 
 also benefit my python learning along the way.
 
 Thanks in advance.

Hi!

Take a look at http://www.web2py.com, a powerful and easy to learn python 
framework, and the community at 
https://groups.google.com/forum/?fromgroups#!forum/web2py is also very helpful

regards,
Gerd 
-- 
http://mail.python.org/mailman/listinfo/python-list