Developing Procedures Create an anatomomy of Python Procedures and Python Classes.

Review key college board materials Procedure Name - (ie Calculate Pay Check) Procedure Parameters Procedure Algorithm Procedure Return Values Write statements to call procedure Compare Python Procedure anatomy with College Board Pseudo Code Class Name - (ie Car Class) Class Data Class Constructor Class Methods (Setters and Getters) Wrtie statements to create Object from Class Constructor Write satements to call methods of an Object Compare Python Procedure and Python Class Provide Popcorn Hacks and Homework Hacks

Using Libraries Introduce popular libraries: Requests, Pillow, Pandas, Numpy, Scikit-Learn, TensorFlow, matplotlib

Describe what these libraries simplify. Describe in Python how to include and use these libraries Provide a basic example for each. Teacher has code for most of them or we can refer to other lessons.