Comment on Python web developmentComments−ergo1415yYou can also consider using pyramid web framework. http://pylonsproject.org/When it comes to databases I would advice using PostgreSQL but I guess anything will work fine, so you may stick to what you know best.
Comments
You can also consider using pyramid web framework. http://pylonsproject.org/
When it comes to databases I would advice using PostgreSQL but I guess anything will work fine, so you may stick to what you know best.