Recommendation for a small web framework like Perl's CGI::Application to run as CGI?

J Kenneth King james at agentultra.com
Thu Jan 29 13:02:46 EST 2009


excord80 <excord80 at gmail.com> writes:

> I need to make a small, relatively low-traffic site that users can
> create accounts on and log into. Scripts must run as cgi (no
> mod_python or FastCGI is available). Can anyone recommend a small and
> simple web framework for Python, maybe similar to Perl's
> CGI::Application?
>
> Or would it just be better to roll my own?

web.py

pretty simple. lots of deployment options.

ends up building into your own framework as your application grows.



More information about the Python-list mailing list