suggestions for web development in python:
- Use Tornado - A non blocking web server.
- Use Jinja2 - A templating engine.
- Use MongoDB - A schema less database server | You can also use any RDBMS according to your requirement.
Above 3 tools are enough to build a web application in python.
or you can always choose Django - The giant web framework with all the features required to build a scalable web application in python.
Comments
Post a Comment