

Save the file into your WORKSHOP directory. Let's create a Windows script, idle.bat that does that: This is easiest if we start IDLE from the WORKSHOP folder itself. However they're going to need to know about the files we create during the workshop. IDLE (Python GUI) and Python (command line) should now by in your program menu, under Python 3.4, and Python will be associated with. Make sure to select it and change the option to "Entire feature will be installed on local hard drive." Note that IDLE will be installed too, by default.

"Add python.exe to Path" that is unselected. Run the installer and click through the prompts.ĭefault options are fine, except when you get to the "Customize Python 3.4.3" window. 64-bit: Python 3.4.3 Windows X86-64 Installer.Unless your computer is very old, your best bet is downloading the 64-bit version.

Look for the Windows downloads, choose the one appropriate for your architecture (32-bit or 64-bit). Python and IDLE are not installed by default. We will be using version 3.4.3 of Python in this class. This folder you created is referred to generically as WORKSHOP below. For Mac users, create this folder at ~/workshop (Mac/Linux). If using Windows, create a folder at C:\Documents and Settings\MY_USERNAME\My Documents\workshop (Windows). The workshop does not rely on any of IDLE's specific features, but it makes setting up Python much easier and provides a multi-platform basis for examples.Ĭreate a folder for all your python code and other files.
#Idle python editor for mac how to
We'll be using Python frequently in class, and it'll save lots of time if everyone has this installed and is familiar how to open, edit, and run a script (which is just a text file) using Python.įurthermore, we'll be using IDLE, Python's own IDE (Integrated Development Environment).
