Pythonic way of web-programming

Thanos Vassilakis tvassila at siac.com
Fri Sep 19 10:42:00 EDT 2003


You should look at pso - truly OO and Python

We generally develop our web services  with pso using CGI. Then release in
production under mod_python. PSO abstracts the service handling.

You don't really need to learn about mod_python and some things are just
much easier:
1) getting environment variables
2) setting and getting cookies,
3) file uploads
4) setting return status
5) redirection
And  a lot more

see:

 user guide: http://www.scriptfoundry.com/modules/pso/doc/pso-guide.html
 sessions and mod_python:
 http://www.scriptfoundry.com/modules/pso/doc/session-modpython.html
 and the building a site:
 http://www.scriptfoundry.com/modules/pso/doc/pso-example.html


thanos




-----------------------------------------
This message and its attachments may contain  privileged and confidential information.  If you are not the intended recipient(s), you are prohibited from printing, forwarding, saving or copying this email.  If you have received this e-mail in error, please immediately notify the sender and delete this e-mail and its attachments from your computer.






More information about the Python-list mailing list