CS100: Installing Python & Turtle Graphics

  • Windows XP / Windows 7

    1. Download Python 3.4.1 from here.

    2. The link above will download a .msi installer for Windows operating systems. Run the .msi installer and accept all of the default options.

    3. Download a zip file containing the swampy 2.1 package here

    4. Unzip the swampy zip file that you downloaded in the previous step. You should now have directory called swampy-2.1.5 that contains all of the swampy files.

    5. Copy all the files from the swampy-2.1.5 directory (NOT the directory itself) to the
      C:/Python34/Lib/site-packages/ directory.
      You may need to create this directory.

    6. Head over to the PyCharm website and follow the directions to install PyCharm on our local machine.

  • Windows 8 / Windows 8.1

    1. Try instructions for Windows 7 above. If those instructions fail, goto step #2.

    2. See Dr. Babcock

  • Mac OSX 10.7 – 10.9 (Lion, Mountain Lion, Mavericks)

    1. Mac OS X comes preinstalled with Python 2.7.x. However, we will be using Python 3 in CPADS. Download Python 3.4.1 from here.

    2. The link above will download a .dmg (a disk image) file containing the Python installer. Open the .dmg file and run the Python.mpkg installer accepting all of the default options. If you receive a message indicating that you cannot install the package because it is from an unidentified developer, see Apple's support document here

    3. Download a zip file containing the swampy 2.1 package here

    4. Unzip the swampy zip file that you downloaded in the previous step. You should now have directory called swampy-2.1.5 that contains all of the swampy files.

    5. Copy all the files from the swampy-2.1.5 directory (NOT the directory itself) to the
      /Macintosh_HD/Library/Python/3.4/site-packages/ directory.

      You may need to create this directory.

      Note: If you cannot see the /Macintosh_HD/Library/ directory, you may need to access it from the Finder menu. Click on Finder in your Dock, select Go from the Menu, choose Go to Folder..., and type /Library in the box that appears. From here, you should be able to see the Python directory and proceed as directed above.

    6. Head over to the PyCharm website and follow the directions to install PyCharm on our local machine.

  • Linux

    1. If you're running Linux, you can probably figure this out on your own. If you're a total Linux noob, goto step #2.

    2. See Dr. Babcock
Copyright (c) 2005-2014 | Unless indicated otherwise, content is freely-redistributable | Creative Commons License