Marty's Python Pages

Short Tutorial Python Programs

    Beginner

  1. hello.py
  2. age.py
  3. madlib.py
  4. name_re-letter.py
  5. loop.py
  6. celsius.py
  7. celsius_with_error_checking.py
  8. average.py
  9. globaltest.py
  10. cmdloop.py
  11. clock.py

    Writing and Reading Files

  12. writefile.py
  13. readfile.py

    Intermediate — Math Programs

  14. baseconv.py
  15. fraction-calculator.py

    Command Line Interaction

  16. very-long-filename.py
  17. argtest.py
  18. grep.py

    Some Text-Based Games

    Inspired by the classic books "BASIC Computer Games" and "More BASIC Computer Games".

  19. rock-scissors-paper.py
  20. rock-scissors-paper-lizard-spock.py
  21. concentration.py
  22. mastermind.py

    PyGame

  23. circle.py
  24. circles.py
  25. circle_ani.py
  26. ani.py

    Browse the directory of programs.

Other