Lab Work

Items Resources
Lab Experiments Click
Running python program in Ubuntu Click
Lab Record-Outline Click
Lab Evaluation Rubric Click
Topics Reference
Creating your first programs in Python Functions Bugs Variables Comments Pseudocode Strings Parameters Formatted Strings Integers Principles of readability Floats Creating your own functions Click
Conditionals if Statements Control flow, elif, and else or and Modulo Creating your own function Pythonic coding match Click
Loops while for len list dict Click
Libraries Random Statistics Command-Line Arguments Slice Packages APIs Making Your Own Libraries Click
File I/O open with PIL Click
Thanks to CS50's Introduction to Programming with Python – Harvard University - for the wonderful lecture notes listed above.