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
Caleb Chapman
1,245 PointsI'm a beginner and I don't know where to find a good work space for a crappy Dell Chromebook. Should I use a playground?
I dont know how to start this course
2 Answers
Steven Parker
243,656 PointsI would suggest using the workspaces if you don't have a local environment for Python. Better than a playground, the workspaces let you create and store files between sessions.
If you don't have one set up already, create a new workspace and select the "Python" environment.
tomaszfurmanczyk
Full Stack JavaScript Techdegree Student 18,242 PointsPython will work with any OS. Install python and Django Framework which written in Python. You should try to create a local environment for actual real world experience just follow the Django tutorial and you will create your first web app in less than 10 mins. https://docs.djangoproject.com/en/2.0/intro/tutorial01/