Today we’ll continue our discussion of writing functions (yes, again…I promise their important). But today, we’ll add a new tool to our arsenal – writing a reporter function!
We’ll also talk a little about libraries of functions written by other people that we can use in our own programs called modules.
Finally we’ll talk a little bit about a weird thing called classes which allow us to define our own data types!
Today's Resources
1. Exercise Files
Download Exercise Files2. Slides
3. Pre-Recorded Lecture Video(s), Mini-Quizzes, and Live Recordings
Link | Title | Type | Duration |
---|---|---|---|
Video 1 | Live Lecture Recording (Note: audio might be broken) | lecture | 50:00 |
4. Supplemental Materials
- Heinold - Ch20: Modules.