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 (2015) Python for Beginners Introduction

Python

Does anyone know how to get python on the Mac OSX system & to have it function like the one he uses in the videos?

Andrew Winkler
Andrew Winkler
37,739 Points

Are you talking about a python shell that you can type commands into and return results? If so, you can download one, or there are operational versions on websites.

Click here for a link to a python shell

1 Answer

Ryan Ruscett
Ryan Ruscett
23,309 Points

Sure,

Python for Mac

Go download the Python 3.5.1 release and then when it's done, just click it and it should install.

Now, install where? How do I get a python terminal?

Open up a terminal window, "Control + Space bar" and type terminal. It drops you in the home directory so do this.

cd /usr/local/bin

That puts you in with the python executable.

Then do ./python3.5 and you will get a terminal. Or if it's in your classpath you can just do python and poof, you are in.