<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class="">You could also try Heroku.<div class="">They have tones of tutorials on how to setup. Have a look <a href="https://devcenter.heroku.com/articles/getting-started-with-python#introduction" class="">https://devcenter.heroku.com/articles/getting-started-with-python#introduction</a> </div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Mike</div><div class=""><br class=""></div><div class=""><div class=""><div><blockquote type="cite" class=""><div class="">On 25 Jul 2016, at 9:26 PM, Humphrey <<a href="mailto:hbutau@msn.com" class="">hbutau@msn.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Chavoux,<br class=""><br class="">You can try <a href="http://pythonanywhere.com" class="">http://pythonanywhere.com</a>. They are based in the U.K but their prices are good. You can also try to host your Django project on pythonanywhere as it is very easy to setup there. The process of pulling your project from Github and setting it up on pythonanywhere is user friendly.<br class=""><br class="">Bests<br class=""><br class="">Humphrey<br class=""><br class=""><br class="">On 25/07/2016 13:20, <a href="mailto:python-africa-request@python.org" class="">python-africa-request@python.org</a> wrote:<br class=""><blockquote type="cite" class="">Send Python-africa mailing list submissions to<br class=""><span class="Apple-tab-span" style="white-space:pre">     </span><a href="mailto:python-africa@python.org" class="">python-africa@python.org</a><br class=""><br class="">To subscribe or unsubscribe via the World Wide Web, visit<br class=""><span class="Apple-tab-span" style="white-space:pre">     </span>https://mail.python.org/mailman/listinfo/python-africa<br class="">or, via email, send a message with subject or body 'help' to<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>python-africa-request@python.org<br class=""><br class="">You can reach the person managing the list at<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>python-africa-owner@python.org<br class=""><br class="">When replying, please edit your Subject line so it is more specific<br class="">than "Re: Contents of Python-africa digest..."<br class=""><br class=""><br class="">Today's Topics:<br class=""><br class="">    1. Good Python hosting? (Chavoux Luyt)<br class="">    2. Re: Good Python hosting? (Ibrahim DIOP)<br class="">    3. African technology pioneers featured in the Guardian<br class="">       (Daniele Procida)<br class="">    4. Re: Good Python hosting? (Chavoux Luyt)<br class=""><br class=""><br class="">----------------------------------------------------------------------<br class=""><br class="">Message: 1<br class="">Date: Sun, 24 Jul 2016 19:22:23 +0200<br class="">From: Chavoux Luyt <chavoux@gmail.com><br class="">To: python-africa@python.org<br class="">Subject: [Python-africa] Good Python hosting?<br class="">Message-ID:<br class=""><span class="Apple-tab-span" style="white-space:pre"> </span><CAPGeeiFuNn7gsonaWJ+1N8UjppeqPzT3cDv7XCPyg1YOsdLGYA@mail.gmail.com><br class="">Content-Type: text/plain; charset="utf-8"<br class=""><br class="">Hi Pythonistas,<br class=""><br class="">I am not sure if this is the right mailing list to ask... most talk so far<br class="">have been about python meetups and conferences.<br class=""><br class="">I am in the process of writing a Python web application for a research<br class="">project (i.e. no income and little money). I am based in Namibia, but<br class="">currently hosting my own web site with a reasonably priced South African<br class="">web host. But it is only static web pages. Do you have any advice on good<br class="">cheap server hosts that runs python or a python framework of some kind?<br class=""><br class="">I have no experience in Python web application. I have done some web<br class="">application development in C# .NET and asp.NET on Windows. But I would like<br class="">a Python web framework with easy connectivity to at least potgreSQL and<br class="">that preferably use CSS for its "look and feel"part (the generated html<br class="">should have enough DIV and SPAN classes to make it easy to change the look<br class="">and feel with CSS). The little bit of Python programming I have done so far<br class="">have only been simple command-line programs/scripts.<br class=""><br class="">What I would like:<br class="">1. Python hosting obviously, preferably on Linux.<br class="">2. A GIS web server, using the same database as the database as the Python<br class="">web application. .. I was thinking of qGIS and/or GRASS using postGIS.<br class="">3. A database back-end, ACID compliant... I was thinking of PostgreSQL,<br class="">since it has postGIS, meaning that I can have a single database for my GIS<br class="">data and the Python web application.<br class="">4. Preferably running a whole Python web framework.<br class=""><br class="">The other option would be to buy and set up my own Linux Python web server.<br class="">But that is a lot of work, and I am not sure it will be any cheaper than a<br class="">hosting option?<br class=""><br class="">Thanks,<br class="">Chavoux<br class="">-------------- next part --------------<br class="">An HTML attachment was scrubbed...<br class="">URL: <http://mail.python.org/pipermail/python-africa/attachments/20160724/bcd9ee9e/attachment-0001.html><br class=""><br class="">------------------------------<br class=""><br class="">Message: 2<br class="">Date: Mon, 25 Jul 2016 02:08:05 +0000<br class="">From: Ibrahim DIOP <diopib@gmail.com><br class="">To: Chavoux Luyt <chavoux@gmail.com>, python-africa@python.org<br class="">Subject: Re: [Python-africa] Good Python hosting?<br class="">Message-ID:<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span><CANpon2Zf19JA2a6aNd=ayaaOqtXrSfbLwPWrs8PhnexwjpiNvg@mail.gmail.com><br class="">Content-Type: text/plain; charset="utf-8"<br class=""><br class="">Hello Chavoux,<br class=""><br class="">I use webfaction <https://www.webfaction.com/> for all my current needs on<br class="">python based webapp hosting.<br class="">It has Django (and a few other frameworks) support. You can automatically<br class="">setup your app (framework, database, version management etc.), you just<br class="">have to add your code. They have an affordable basic plan and it's scalable.<br class="">If, for some reason you're considering configuring your own server, you can<br class="">still give digital ocean <https://www.digitalocean.com/> a try.<br class=""><br class="">If you're still debating on which framework to use, have a look at Django<br class=""><https://www.djangoproject.com/>, it has a variant called GeoDjango<br class=""><https://docs.djangoproject.com/en/1.9/ref/contrib/gis/> with GIS support.<br class="">There is also an python web framework (mentionned earlier on the list --<br class="">made in S.A) called Rheal <http://www.reahl.org/>. I don't think it has GIS<br class="">support but you can surely make it GIS friendly with a few python modules.<br class="">And it look promising!<br class=""><br class="">Now I'm a bit curious about S.A web hosting providers. Which one do you<br class="">use? could you tell us a bit about them? Anybody else on the list has some<br class="">info about some Africa based web hosting providers?<br class=""><br class="">Have fun,<br class="">-Ibrahim<br class=""><br class="">Le dim. 24 juil. 2016 ? 13:22, Chavoux Luyt <chavoux@gmail.com> a ?crit :<br class=""><br class=""><blockquote type="cite" class="">Hi Pythonistas,<br class=""><br class="">I am not sure if this is the right mailing list to ask... most talk so far<br class="">have been about python meetups and conferences.<br class=""><br class="">I am in the process of writing a Python web application for a research<br class="">project (i.e. no income and little money). I am based in Namibia, but<br class="">currently hosting my own web site with a reasonably priced South African<br class="">web host. But it is only static web pages. Do you have any advice on good<br class="">cheap server hosts that runs python or a python framework of some kind?<br class=""><br class="">I have no experience in Python web application. I have done some web<br class="">application development in C# .NET and asp.NET on Windows. But I would like<br class="">a Python web framework with easy connectivity to at least potgreSQL and<br class="">that preferably use CSS for its "look and feel"part (the generated html<br class="">should have enough DIV and SPAN classes to make it easy to change the look<br class="">and feel with CSS). The little bit of Python programming I have done so far<br class="">have only been simple command-line programs/scripts.<br class=""><br class="">What I would like:<br class="">1. Python hosting obviously, preferably on Linux.<br class="">2. A GIS web server, using the same database as the database as the Python<br class="">web application. .. I was thinking of qGIS and/or GRASS using postGIS.<br class="">3. A database back-end, ACID compliant... I was thinking of PostgreSQL,<br class="">since it has postGIS, meaning that I can have a single database for my GIS<br class="">data and the Python web application.<br class="">4. Preferably running a whole Python web framework.<br class=""><br class="">The other option would be to buy and set up my own Linux Python web<br class="">server. But that is a lot of work, and I am not sure it will be any cheaper<br class="">than a hosting option?<br class=""><br class="">Thanks,<br class="">Chavoux<br class=""><br class="">_______________________________________________<br class="">Python-africa mailing list<br class="">Python-africa@python.org<br class="">https://mail.python.org/mailman/listinfo/python-africa<br class=""><br class=""></blockquote>-------------- next part --------------<br class="">An HTML attachment was scrubbed...<br class="">URL: <http://mail.python.org/pipermail/python-africa/attachments/20160725/1be9232e/attachment-0001.html><br class=""><br class="">------------------------------<br class=""><br class="">Message: 3<br class="">Date: Mon, 25 Jul 2016 12:08:19 +0100<br class="">From: "Daniele Procida" <daniele@vurt.org><br class="">To: <python-africa@python.org><br class="">Subject: [Python-africa] African technology pioneers featured in the<br class=""><span class="Apple-tab-span" style="white-space:pre">  </span>Guardian<br class="">Message-ID: <20160725110819.1204400755@mail.wservices.ch><br class="">Content-Type: text/plain; charset=US-ASCII<br class=""><br class="">May be of interest!<br class=""><br class=""><https://www.theguardian.com/business/2016/jul/25/africas-tech-pioneers-we-have-become-an-internet-consuming-culture><br class=""><br class="">Daniele<br class=""><br class=""><br class=""><br class="">------------------------------<br class=""><br class="">Message: 4<br class="">Date: Mon, 25 Jul 2016 13:20:43 +0200<br class="">From: Chavoux Luyt <chavoux@gmail.com><br class="">To: Ibrahim DIOP <diopib@gmail.com><br class="">Cc: python-africa@python.org<br class="">Subject: Re: [Python-africa] Good Python hosting?<br class="">Message-ID:<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span><CAPGeeiE_DAD4TfUErDSUvD-AT_AN4awL+=k5epHS7fpHjuGQRg@mail.gmail.com><br class="">Content-Type: text/plain; charset="utf-8"<br class=""><br class="">Thanks Ibrahim, I'll have a look.<br class=""><br class="">I do not really know a lot about South African web hosting providers. I<br class="">found one that was reasonable for my purpose about 10 years ago and just<br class="">stayed with them ever since. I currently pay R99/month at<br class="">registerdomain.co.za . For all I know, there might be better and cheaper<br class="">ones out there by now.<br class="">Cheers,<br class="">Chavoux<br class="">On Jul 25, 2016 4:08 AM, "Ibrahim DIOP" <diopib@gmail.com> wrote:<br class=""><br class=""><blockquote type="cite" class="">Hello Chavoux,<br class=""><br class="">I use webfaction <https://www.webfaction.com/> for all my current needs<br class="">on python based webapp hosting.<br class="">It has Django (and a few other frameworks) support. You can automatically<br class="">setup your app (framework, database, version management etc.), you just<br class="">have to add your code. They have an affordable basic plan and it's scalable.<br class="">If, for some reason you're considering configuring your own server, you<br class="">can still give digital ocean <https://www.digitalocean.com/> a try.<br class=""><br class="">If you're still debating on which framework to use, have a look at Django<br class=""><https://www.djangoproject.com/>, it has a variant called GeoDjango<br class=""><https://docs.djangoproject.com/en/1.9/ref/contrib/gis/> with GIS support.<br class="">There is also an python web framework (mentionned earlier on the list --<br class="">made in S.A) called Rheal <http://www.reahl.org/>. I don't think it has<br class="">GIS support but you can surely make it GIS friendly with a few python<br class="">modules. And it look promising!<br class=""><br class="">Now I'm a bit curious about S.A web hosting providers. Which one do you<br class="">use? could you tell us a bit about them? Anybody else on the list has some<br class="">info about some Africa based web hosting providers?<br class=""><br class="">Have fun,<br class="">-Ibrahim<br class=""><br class="">Le dim. 24 juil. 2016 ? 13:22, Chavoux Luyt <chavoux@gmail.com> a ?crit :<br class=""><br class=""><blockquote type="cite" class="">Hi Pythonistas,<br class=""><br class="">I am not sure if this is the right mailing list to ask... most talk so<br class="">far have been about python meetups and conferences.<br class=""><br class="">I am in the process of writing a Python web application for a research<br class="">project (i.e. no income and little money). I am based in Namibia, but<br class="">currently hosting my own web site with a reasonably priced South African<br class="">web host. But it is only static web pages. Do you have any advice on good<br class="">cheap server hosts that runs python or a python framework of some kind?<br class=""><br class="">I have no experience in Python web application. I have done some web<br class="">application development in C# .NET and asp.NET on Windows. But I would like<br class="">a Python web framework with easy connectivity to at least potgreSQL and<br class="">that preferably use CSS for its "look and feel"part (the generated html<br class="">should have enough DIV and SPAN classes to make it easy to change the look<br class="">and feel with CSS). The little bit of Python programming I have done so far<br class="">have only been simple command-line programs/scripts.<br class=""><br class="">What I would like:<br class="">1. Python hosting obviously, preferably on Linux.<br class="">2. A GIS web server, using the same database as the database as the<br class="">Python web application. .. I was thinking of qGIS and/or GRASS using<br class="">postGIS.<br class="">3. A database back-end, ACID compliant... I was thinking of PostgreSQL,<br class="">since it has postGIS, meaning that I can have a single database for my GIS<br class="">data and the Python web application.<br class="">4. Preferably running a whole Python web framework.<br class=""><br class="">The other option would be to buy and set up my own Linux Python web<br class="">server. But that is a lot of work, and I am not sure it will be any cheaper<br class="">than a hosting option?<br class=""><br class="">Thanks,<br class="">Chavoux<br class=""><br class="">_______________________________________________<br class="">Python-africa mailing list<br class="">Python-africa@python.org<br class="">https://mail.python.org/mailman/listinfo/python-africa<br class=""><br class=""></blockquote></blockquote>-------------- next part --------------<br class="">An HTML attachment was scrubbed...<br class="">URL: <http://mail.python.org/pipermail/python-africa/attachments/20160725/fe2785f3/attachment.html><br class=""><br class="">------------------------------<br class=""><br class="">Subject: Digest Footer<br class=""><br class="">_______________________________________________<br class="">Python-africa mailing list<br class="">Python-africa@python.org<br class="">https://mail.python.org/mailman/listinfo/python-africa<br class=""><br class=""><br class="">------------------------------<br class=""><br class="">End of Python-africa Digest, Vol 6, Issue 3<br class="">*******************************************<br class=""><br class=""><br class=""></blockquote><br class="">_______________________________________________<br class="">Python-africa mailing list<br class=""><a href="mailto:Python-africa@python.org" class="">Python-africa@python.org</a><br class="">https://mail.python.org/mailman/listinfo/python-africa<br class=""></div></div></blockquote></div><br class=""></div></div></div></body></html>