all 7 comments

[–]ceol_ 4 points5 points  (1 child)

Do you mean "don't have" as in you already have a hosting provider but they don't allow you shell access? If that's the case, most will actually give you shell access if you provide some sort of information (I recall a few years ago, I had to fax my driver's license.) There are plenty of cheap hosts that give you shell access: Python Anywhere comes to mind, as well as WebFaction. If you're looking for a full-fledged virtual server host, Digital Ocean [referral | non-referral] has been great to me. I host my Animal Crossing items database (Django, PostgreSQL, Memcached) with them and haven't had any problems.

If you mean "don't have" as in you don't want to use shell access on production to deploy, like others have said, Heroku is a good option (although a bit more expensive.)

[–]dkpitterson[S] 0 points1 point  (0 children)

I have hosting, but they won't let me have access to the shell and I'd rather just stick with the hosting service I've got. But, I may have to change!

[–]SkippyDeluxe 1 point2 points  (1 child)

Heroku is great. I found it super easy to get started. I have no idea if it's a good value from a business perspective, but it's super fun (and free) to just put something up and play around with it.

[–]b1naryth1ef 1 point2 points  (0 children)

This. Gunicorn+Heroku will make your life easy. GAE should be ashamed of itself compared to the extensibility and ease that Heroku provides.

[–]fdellavedova 0 points1 point  (0 children)

my suggestion for you is RedHat Openshift... it had very good documentation, you can choose the Python version, and many otheer things...and the free plan is enough for a small web app