Web
Python is a standalone language like Perl and Java, so it different from PHP in the sense that it is not necessarily tied to Apache or embedded as scripts within html pages.
You have different ways of developing web applications:
Application Server
These are similar to J2EE type deployments, but simpler and more agile. You deploy components and applications on an application server.

