Creating a Web application demonstrates how much more modular the Python language and its extensions are than PHP. This can feel both good and painful at the same time!
- (+) Python supports namespaces, which can force cleaner code.
- (-) Python requires you to set your own HTTP header when generating Web pages.
- (+/-) CGI form access in Python requires you to import cgi
- (+/-) Regular expressions in Python requires you to import re