 |
in Web Applications |
Andrew Mao
My Presentation Slides
- Slides from my presentation on April 19th.
Note that Python Web Applications can be divided into roughly two categories - dynamic CGI Python pages and server applications written in Python themselves.
Quick Resources
If you have more time...
-
WebProgramming - PythonInfo Wiki
- The Python Wiki compilation of web applications in Python, from web servers to frameworks used to build python web applications.
-
Webware for Python
- A collection of Python packages for building OO web-based applications
-
Zope
- An open-source application server written entirely in Python.
-
Python Web Modules
- The Python Web Project - A collection of modules for Python to promote its use in web programming.
-
Python Web Services
- More libraries for developing web services with Python, especially for using SOAP or WSDL protocols.
Python Course Web Site
Back to my main page...