Seattle CoderDojo

A Free Tech Meetup for Kids

Menu
  • Teaching Kids To Code
  • Schedule
    • Hour of Code™ 2019 – Dec. 14
  • About
    • Contact Us
    • Frequently Asked Questions
  • Getting Started
  • Volunteers
  • Tech We Teach
    • Hacker Room
    • ‘Build a Website’ Room
    • Tutorials & Curriculum
    • General Links
  • Buy or Donate
Menu

Making Games with Python – Chapter Notes from Greg

Posted on January 3, 2016January 3, 2016 by Greg Bulmash

Follow the instructions in the book to get Python 3.5 installed.

Chapter 1

Chapter 1 is all about getting Python installed on your laptop.

Notes for Windows Users

Install the latest version of Python 3 from Python.org. It will set up a shortcut in your start menu for the Python 3 flavor of Idle.

Notes for Linux Users

Most distributions of Linux have both Python 2.7 and 3.x installed. To check if you have Python 3 (which the book requires), type python3 in a terminal. You should launch a basic Python console you can then quit with the Control + C key-combo.

Try idle3 to launch Idle editor and shell the book recommends. If it isn’t recognized, You can install it with: sudo apt-get install idle3 for Ubuntu, Mint, Elementary OS, and other Debian derivatives.

Notes for Mac Users

Install Python 3. Idle may not get added to your applications menu, but you should be able to launch it after installing Python 3 by typing idle3 in a terminal.

If you’re a more sophisticated user, feel free to use your favorite text editor and a terminal to run all the stuff we’ll encounter. Idle’s a bit unsophisticated, but it does the job well enough here and will provide a unified interface for all students, regardless of the system they’re on.

Upcoming Events

  • HOUR OF CODE™ – Dec 14

  • First Meetup of 2020 – Feb 29

Get News and New Ticket Notices

Join our mailing list. We not only won’t spam you, but you’ll probably complain we don’t mail you enough.

Support Seattle CoderDojo

Make a $5 or $10 donation - not tax deductible.
To make a larger donation ($20 or more) that IS tax deductible, follow this link.
©2019 Seattle CoderDojo | Design: Newspaperly WordPress Theme