On Thursday, October 2, 2014 3:30:38 PM UTC+2, writeson wrote: > Hi all, > > > > I'd like to build a web site for myself, essentially a "vanity" web site to > show off whatever web development skills I have, and perhaps do some > blogging. I'm a Python developer, so I'd like to develop the site with the > following stack: > > > > web applications written with Python and Flask, running as uwsgi > applications. These would support dynamic HTML where needed, but mostly it > would provide REST API's. > > > > static content delivered by Nginx > > > > Can anyone give me some recommendations for a good hosting company that would > allow me work with the above tool set? I'm US based if that makes a > difference. > > > > Thanks in advance! > > Doug
Doug, Also don't forget "the new kid on the block" Docker! So, you can build your webapp locally on your machine, deploy it (also locally) in a Docker container. Test it and then deploy it in the cloud. You have lots of options for this. I am the process of doing this myself and I like it a lot! Marco -- https://mail.python.org/mailman/listinfo/python-list