ANN: How to building a internet portal in 1 hour using python and pso

thanos vassilakis thanos@0x01.com
3 Jan 2003 08:32:17 -0800


The following tutorial is finally available from the Vaults of Parnassus 
at http://py.vaults.ca/apyllo.py?i=426212801
or
http://www.scriptfoundry.com/modules/pso/doc/pso-example.html 


                 A  Build your own portal in 1 hour !                  
                  ------------------------------------                  


How to building a internet portal in 1 hour using python and pso.

Thanos Vassilakis shows how to build a web service using pso and python. As an
example we will build a small portal. It should take less than an hour.

The sites requirements will be:

Have some pages available to the public and some only for members.
* Offer simple member registration system.
* Members will be able to upload a jpeg of themselves.
* Once logged in members will be able to return within the same day
without logging in again.
* Members will be able to view listings of information.

Although this site does nothing in particular it will illustrate the
following:
* Template Nesting
* Session Handling
* Redirection
* Handling security and logging in.
* Simple Form Handling without confirmation stage
* Complex Forms with confirmation stage
* File uploading

Categories:  Tutorials, Internet . Web

thanos vassilakis (thanos@scriptfoundry.com)