Python For Kids For Dummies
Book image
Explore Book Buy On Amazon
Whether you use a Mac, Windows, or Linux OS (operating system), you can find and install Python on your computer. The following sections give you instructions for each OS.

How to install Python on Mac OSX

To find and start Python on Mac OSX computers, follow these steps:
  1. Press Cmd+spacebar to open Spotlight.

  2. Type the word terminal.

    Or, from the Finder, select Finder→Go→Utilities→Terminal.

    The Terminal window opens.

  3. In the terminal, type python.

    The Python interpreter that's built in to Mac OSX opens.

How to install Python on Windows

Unfortunately, Python doesn't come on Windows. If you're running Windows, then you need to download and install Python by following the instructions here. Installing Python on Windows isn't difficult. If you can download a file from a website, you have the skills to install Python.

Fortunately, the Python Foundation (the peeps who guide the development of Python) makes installable files available from its website.

Firefox and Internet Explorer responded differently to the Python download website, so the instructions are based on which of these browsers you use. If you use a whole other browser altogether, try the Internet Explorer instructions.

Installing with Firefox

To install Python on a Windows machine with Firefox, follow these steps:
  1. Visit www.python.org/downloads.

  2. Click the button that says Download Python 2.7.9.

    Or, if it's there, click a more recent version number that starts with 2.7.

    Clicking this button automatically downloads and saves an msi file for you. If not, try the instructions for Internet Explorer. See Figure 1.

    <b>Figure 1</b><b>:</b> Download Python with Firefox.

    Figure 1: Download Python with Firefox.
  3. When the download's complete, click the icon for Firefox's download tool.

  4. Click the file called python-2.7.9.msi (or the more recent version, if you downloaded one).

    Python 2.7.9 installs on your computer.

Installing with Internet Explorer

To install Python on a Windows machine with Internet Explorer, follow these steps:
  1. Visit www.python.org/downloads.

  2. From the menu bar, select Downloads→Windows.

    You can see the menu options in Figure 2.

    <b>Figure </b><b>2:</b> Download Python with Internet Explorer.

    Figure 2: Download Python with Internet Explorer.
  3. Scroll down to the heading Python 2.7.9-2014-12-10.

    Or scroll to a more recent version, which starts with Python 2.7, if one is available.

  4. Under this heading, click the link titled Download Windows x86 MSI Installer.

    See Figure 3. This is a link for a 32-bit installation, which makes things work better with third-party libraries. Use the 32-bit installer even if you have a 64-bit machine and even if you have no idea what this paragraph is talking about.

    <b>Figure </b><b>3:</b> Python x86 MSI Installer.

    Figure 3: Python x86 MSI Installer.
  1. If you're asked to choose whether to run or save the file, choose Run.

    This downloads python2.7.9.msi and starts running the installer.

  2. If you get a security warning when the installer begins (or at random times during the installation), choose Run.

  3. Accept the default installation options that the installer provides.

How to install Python for Linux

If you're running Linux, confirm that you have version 2.7.9 of Python installed, rather than version 3. This shouldn't be a problem because Python 2.7 is installed by default in recent versions of OpenSuSE, Ubuntu, and Red Hat Fedora.

In the nutty odd case when someone has Python 3 but not Python 2.7, read your distribution's documentation for how to use the package manager and get Python 2.7 and IDLE.

About This Article

This article is from the book:

About the book author:

Brendan Scott is a dad who loves Python and wants kids to get some of its magic too. He started pythonforkids.brendanscott.com to help teach his oldest child to code. He maintains it to help other young people learn Python.

This article can be found in the category: