Index of /www001/src/ports/www/py-cherrypy-old/work/CherryPy-2.2.1/cherrypy/tutorial
Name Last modified Size Description
Parent Directory 24-Apr-2006 18:38 -
__init__.py 24-Apr-2006 18:37 0k
bonus-sqlobject.py 24-Apr-2006 18:37 6k
custom_error.html 24-Apr-2006 18:37 1k
pdf_file.pdf 24-Apr-2006 18:37 84k
tut01_helloworld.py 24-Apr-2006 18:37 1k
tut02_expose_methods.py 24-Apr-2006 18:37 1k
tut03_get_and_post.py 24-Apr-2006 18:37 1k
tut04_complex_site.py 24-Apr-2006 18:37 3k
tut05_derived_object..> 24-Apr-2006 18:37 2k
tut06_default_method.py 24-Apr-2006 18:37 2k
tut07_sessions.py 24-Apr-2006 18:37 1k
tut08_generators_and..> 24-Apr-2006 18:37 1k
tut09_files.py 24-Apr-2006 18:37 3k
tut10_http_errors.py 24-Apr-2006 18:37 3k
tutorial.conf 24-Apr-2006 18:37 1k
CherryPy Tutorials
------------------------------------------------------------------------
This is a series of tutorials explaining how to develop dynamic web
applications using CherryPy. A couple of notes:
- Each of these tutorials builds on the ones before it. If you're
new to CherryPy, we recommend you start with 01_helloworld.py and
work your way upwards. :)
- In most of these tutorials, you will notice that all output is done
by returning normal Python strings, often using simple Python
variable substitution. In most real-world applications, you will
probably want to use a separate template package (like Cheetah,
CherryTemplate or XML/XSL).