|
|
|
|
|
by andybunday
5455 days 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
|
|