Is there a good, free small Python web host? [closed]

旧巷老猫 提交于 2019-12-03 00:18:38

问题


I want to develop a web app for my own personal use, that I can access from my phone and my computer. I thought I'd hone my Python skills on the way and write it using a simple python web framework.

What hosts can I use to host my web app


回答1:


  • http://wiki.python.org/moin/FreeHosts
  • http://wiki.python.org/moin/NonCommercialHosting
  • http://wiki.python.org/moin/SpecializedCommercialHosts
  • http://wiki.python.org/moin/OtherCommercialHosts

Also a good read:

http://www.goodwebhosting.info/article.py/15

And a last one:

http://blog.dscpl.com.au/2011/01/awesome-year-for-python-web-hosting.html




回答2:


In addition to all of the other suggestions, you might have a look at Heroku's free option.




回答3:


Have you heard of Google App Engine?

Digital Ocean is a fairly cheap ($5/month) and reliable VPS if you're looking for a full UNIX environment.

Edit:

Looking at this again, I wouldn't recommend GAE. Vendor lock-in is not a good thing.




回答4:


The AWS ec2 micro instance is free for one month if you're a new user! http://aws.amazon.com/free/



来源:https://stackoverflow.com/questions/9795315/is-there-a-good-free-small-python-web-host

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!