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

thanos vassilakis thanos at 0x01.com
Mon Dec 23 08:27:10 EST 2002


Just added to  the Vaults of Parnassus [http://py.vaults.ca/]

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

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

We would like to show how one would build a web service using pso. 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 at scriptfoundry.com)
http://www.scriptfoundry.com/~thanos/

--
<a href="http://www.scriptfoundry.com/modules/pso/doc/pso-example.html">A
Build your own portal in 1 hour !</a> -- How to building a internet
portal in 1 hour using python and pso



More information about the Python-list mailing list