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
Comments
Depending on what you are planning on doing then it would be worthwhile to at least checkout the following:
bottle.py is great, mongodb is tarpit, nginx is a great server to throw in to the mix.
tanky you andybunday,will check