HN user

andybunday

4 karma
Posts0
Comments1
View on HN
No posts found.

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