Web crawler on python

2008-10-30 Thread yura
I need simple web crawler, I found Ruya, but it's seems not currently maintained. Does anybody know good web crawler on python or with python interface? http://watch-me.890m.com -- http://mail.python.org/mailman/listinfo/python-list

ero magazines

2008-06-05 Thread yura
http://ero-mag.net -- http://mail.python.org/mailman/listinfo/python-list

ero magazines

2008-05-24 Thread yura
http://ero-mag.net -- http://mail.python.org/mailman/listinfo/python-list

Django and SQLObject. Why not working together?

2005-09-08 Thread Sokolov Yura
Django Model is wonderfull. But SQLObject more flexible (and powerfull, as i think, and has already more db interfaces). But Django Model is tied with Django, and using Django with another OO mapping is not comfortable. Why do not working together? I can't understand. If you (Django and SQLObject

Optional algol syntax style

2005-09-05 Thread Sokolov Yura
I think, allowing to specify blocks with algol style (for-end, if-end, etc) will allow to write easy php-like templates and would attract new web developers to python (as php and ruby do). It can be straight compilled into Python bytecode cause there is one-to-one transformation. So this: # -*- s