webapp development in pure python

Rebelo puntabluda at gmail.com
Wed Oct 26 03:29:10 EDT 2011


Try Pylons. Use html templates which get populated with data from your database and then just render them. If you just want to display data, with simple forms for editing and adding Pylons framework is more then enough.

http://pylonsbook.com/en/1.1/
http://www.pylonsproject.org/



More information about the Python-list mailing list