Python Programming Information

  1. Please click the link to open a graphic explaining the basics of object oriented programming: "Object Oriented Programming Diagram"
  2. Basic Python program that creates a class and a method: helloworld.py
  3. Basic Python program that creates a class, __init__ method, and a standard method: helloworld2.py
  4. Small program that takes user input and send it back to the screen: userinput2.py
  5. Program that works with lists: lists.py
  6. Program that works with dictionaries: dictionaries.py