This site requires Javascript to run properly. Javascript is currently Disabled in your browser.
To learn how to enable Javascript, click here.
TSoG.tv: Foundations in Python - Pilot/Object Oriented Programming
From The Shoulders of Giants
Show | Foundations |
---|---|
Series | Foundations in Python - Pilot |
Audience | Copernicus |
Episode | 13 |
Hosted by | Dr. Foland |
Air Date | July 18, 2019 |
Format | Live Stream |
Episode Description
In this episode, we discuss the “object oriented programming” – a paradigm that will change the way we think about structuring our code. As an initial exercise we rewrite our Hangman game into a class definition, allowing us to drastically reduce the complexity of our game loop.