Free Python hosting - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T19:29:03Z http://stackoverflow.com/feeds/question/220971 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/220971/free-python-hosting 8 Free Python hosting Midhat 2008-10-21T06:31:18Z 2009-11-09T01:22:37Z <p>Is there a free working python host on which I can live test a django app?</p> <p>Google app engine is not an option.</p> http://stackoverflow.com/questions/220971/free-python-hosting/220973#220973 13 Answer by Vinko Vrsalovic for Free Python hosting Vinko Vrsalovic 2008-10-21T06:33:14Z 2008-10-21T06:34:31Z <p>Suggested by Django's wiki: <a href="http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts" rel="nofollow">http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts</a></p> <p>Only free (for 10 MB) one listed there: <a href="http://www.alwaysdata.com" rel="nofollow">http://www.alwaysdata.com</a></p> http://stackoverflow.com/questions/220971/free-python-hosting/220980#220980 0 Answer by cleg for Free Python hosting cleg 2008-10-21T06:38:34Z 2008-10-21T06:38:34Z <p>Unfortunately, I think there is no free django hostings, at least with public status. </p> <p>You can try to find something not expensive <a href="http://djangohosting.org/" rel="nofollow">here</a> or <a href="http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts" rel="nofollow">here</a>.</p> <p>Not an AD, only personal experience: Among others, I like Ukrainian hoster TopHost (TopHost.com.ua), they have no english page, so write directly sales@tophost.com.ua, their Django tariff 11$/month, and they give 2 free month for year, if you're hosting python project.</p> http://stackoverflow.com/questions/220971/free-python-hosting/221055#221055 2 Answer by bvmou for Free Python hosting bvmou 2008-10-21T07:30:38Z 2008-10-21T07:30:38Z <p>If you didn't mean to exclude virtualized hosts, you can use the <a href="http://www.vmware.com/download/player/" rel="nofollow">free VMWare Player</a> and something like <a href="http://www.vmware.com/appliances/directory/1136" rel="nofollow">Ubuntu JeOS</a> (70m lightweight os), also no charge. The player defaults to bridged networking so you can test your Django installation locally or remotely provided you forward ports properly. The package names for Django dependencies on JeOS would be <code>python-psycopg2</code> (for postgres) or <code>python-mysqldb</code>, and <code>python-support</code>.</p> http://stackoverflow.com/questions/220971/free-python-hosting/224780#224780 2 Answer by zgoda for Free Python hosting zgoda 2008-10-22T07:49:10Z 2008-10-22T07:49:10Z <p>See <a href="http://djangofriendly.com/hosts/" rel="nofollow">http://djangofriendly.com/hosts/</a> - the only free is already mentioned here AlwaysData, but you can find a plenty of cheap options. WebFaction and djangohosting.ch seems to be good (and cheap) choices for a start.</p> http://stackoverflow.com/questions/220971/free-python-hosting/229096#229096 0 Answer by Gary for Free Python hosting Gary 2008-10-23T09:26:54Z 2009-11-09T01:22:37Z <p>These guys offer free Django hosting:</p> <p><a href="http://0x2a-dc.com/index.php?name=shop&amp;cat=6" rel="nofollow">http://0x2a-dc.com/index.php?name=shop&amp;cat=6</a></p> <p>Haven't tried them, but it's worth a shot!?</p> http://stackoverflow.com/questions/220971/free-python-hosting/1689940#1689940 0 Answer by Marek Mollin for Free Python hosting Marek Mollin 2009-11-06T19:50:20Z 2009-11-06T19:50:20Z <p>new kid on the block! <a href="http://www.heliohost.org/home/" rel="nofollow">HelioHost</a></p> <p>I have already registered - time will tell what comes out of this. Looks too good, gotta say!</p>