Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

carine todmia
carine todmia
6,071 Points

deploying a python app

i know for ruby on rails theres heroku, but what about python/django? im asking because i heard instagram is built on python/django and i guess they store everything on amazon webservices. does anyone have any insight on that?

3 Answers

Ricky Catron
Ricky Catron
13,023 Points

You could still user Heroku or Openshift or PythonAnywhere. They are all great host with different levels of difficulty. PythonAnywhere is the easiest and a great new idea. I use openshift for my flask apps but intend to try PythonAnywhere soon.

You may need to store things using Amazons web services I am not sure but I think any of these three would work well for you.

Goodluck! --Ricky

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

Well, Instagram is owned by Facebook (now) so I bet they're on internal servers, not a product like AWS (I could be wrong. I should have asked when I was there last year). But, yes, AWS, Heroku, Python Anywhere, Digital Ocean, etc etc will all work for deploying Python apps.

Matthew Proudman
Matthew Proudman
11,879 Points

you can also you a code repository like github or bitbucket