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 (Retired) Ins & Outs Basic I/O

Python download- Mac

So I dl python 3.4 but what I see is different to what Kevin Love is presenting. Am I missing something?

my python folder only has IDLE and Python launcher and neither one looks like what our teacher has.

Can someone shed some light here?

2 Answers

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

All of our code is written in Workspaces (there should be a big green button next to the video to launch the Workspace for the current video), not in a computer application.

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

So you used the official installer from Python website? No, you don't need to worry about what's in your Python folder.

Just open the Terminal app in Applications/Utilities/Terminal, and type python3, this will give you the python3 interactive console.

Thank you so much! I am going to get back to this when I stop using the workspace.