Ask HN: Python cloud hosting?
I am writing a web application in Python.
Forms, authentication, simple stuff. Think of a glorified guest book app, in terms of basic functionality.
I want to be able to scale to millions of requests. So the guest book page should be served statically, and updated from the database periodically.
What cloud host should I use? Google AppEngine seems simpler to set up, but AWS seems more flexible.
Within this cloud service, what Python web framework should I use? If I use the AppEngine API, do I get scaling automatically? If I use Pylons or Django, do I have to be careful to get things to scale correctly?
What is the simplest path to a minimum viable product?
5 comments
[ 6.0 ms ] story [ 22.6 ms ] threadIs there an existing library to allow user authentication by creating an account for my particular website? i.e. not using a preexisting account.