Are there any python micro-frameworks (like ruby's Camping)?
Michele Simionato
michele.simionato at gmail.com
Wed Oct 1 05:29:04 EDT 2008
More information about the Python-list mailing list
Wed Oct 1 05:29:04 EDT 2008
- Previous message (by thread): Are there any python micro-frameworks (like ruby's Camping)?
- Next message (by thread): Are there any python micro-frameworks (like ruby's Camping)?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Oct 1, 10:58 am, Phillip B Oldham <phillip.old... at gmail.com> wrote: > On Oct 1, 9:53 am, Sam <samuel.pro... at gmail.com> wrote: > > > Did you try WebPy?http://webpy.org/Hum, the website seems to be down today > > Not yet - I'm hoping the python community can suggest some examples of > micro/small frameworks (which just supply the basics; no forms/ > templating/ORM/etc) so I can compare and select the one which suits my > needs. How about wsgiref in the standard library? It is as small as you can get without resorting to CGI.
- Previous message (by thread): Are there any python micro-frameworks (like ruby's Camping)?
- Next message (by thread): Are there any python micro-frameworks (like ruby's Camping)?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list