Week 7
Working with IPO Problems
LessonVideos
I normally do the following with you in class. But these are the videos I use with my online section of the class. I have found that some students like these because they are a different approach.
- VIDEO: Downloading rectangle.py
- CODE: rectangle.py
- VIDEO: Rectangle - A sample IPO Problem
- ACTIVITY: Writing a python program - paycheck.py
- CODE: End Result (paycheck.py)
- VIDEO: Introduction - How fast are they actually running?
- VIDEO: Input and starting processing by converting Minutes and Seconds to just seconds
- VIDEO: How to make Unit Conversions (If you understand the math in converting meters/seconds to miles/hour you can skip this.)
- VIDEO: Finishing our code - displaying the output
- CODE: End Result
- VIDEO: Using the round() function to clean up SOME of your results. *