Python Projects

All programs written by the student will practice the following skills:

    • follow coding conventions -- indents and white space
    • use the Naming Conventions
    • follow Best Practices
    • become familiar with Python's keywords.
      • To see a list of Python's keywords, enter the following command:>>> help('keywords') in the IDLE editor
  • practice good file management of their programs

Simple Programs

  1. DiceProject
  2. Guess It
  3. Box the Phrase

Program You do

  1. Vignere Cipher Problem
  2. ParseThis