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