Free Python hosting - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T19:29:03Zhttp://stackoverflow.com/feeds/question/220971http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/220971/free-python-hosting8Free Python hostingMidhat2008-10-21T06:31:18Z2009-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#22097313Answer by Vinko Vrsalovic for Free Python hostingVinko Vrsalovic2008-10-21T06:33:14Z2008-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#2209800Answer by cleg for Free Python hostingcleg2008-10-21T06:38:34Z2008-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#2210552Answer by bvmou for Free Python hostingbvmou2008-10-21T07:30:38Z2008-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#2247802Answer by zgoda for Free Python hostingzgoda2008-10-22T07:49:10Z2008-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#2290960Answer by Gary for Free Python hostingGary2008-10-23T09:26:54Z2009-11-09T01:22:37Z<p>These guys offer free Django hosting:</p>
<p><a href="http://0x2a-dc.com/index.php?name=shop&cat=6" rel="nofollow">http://0x2a-dc.com/index.php?name=shop&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#16899400Answer by Marek Mollin for Free Python hostingMarek Mollin2009-11-06T19:50:20Z2009-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>