Python web development 15 years ago
Depending on what you are planning on doing then it would be worthwhile to at least checkout the following:
- http://flask.pocoo.org/ or http://webpy.org/ as simple lightweight alternatives to django
- gunicorn or uwsgi as a wsgi server
- supervisord for controlling processes
- mongodb, redis, sqlite3 all have fairly complete and easy to use python apis