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 Python Basics Meet Python The Python Shell

workspace

can any one help me with getting the workspace program online

Steven Parker
Steven Parker
229,670 Points

Usually, just clicking the "Launch Workspace" button in lower right does the trick. Can you elaborate a bit more about what kind of problem you are experiencing?

Carl Peters
Carl Peters
116 Points

At the bottom right of the screen right underneath the video, there is a button that says "Launch Workspace", this button will then open up a new tab separated from the tab that your video is currently in and that's where you can start!

1 Answer

Pratham Mishra
Pratham Mishra
14,191 Points

Hey Carl, are you getting something like a welcome document, there should be a default file at the left side of your screen (File Explorer). If not, you can right-click in the file explorer and create a new file. Just make sure the extension of the file should by '.py'. For example - hello.py.

I hope this solves your problem. 🙂