Object Oriented Python
Coding the way the cool kids do4 H 33 M
Just you? Training a whole team? There's an ITProTV plan that fits.
Start Training TodayEpisodes
Episodes
- Object Oriented Python
- Overview
- Installation and Setup
- What is Object Oriented Programming
- Creating Classes and Objects in Python
- Extending Classes
- Extending Classes Part 2
- Lets Build It MonsterSlash v.1
- Lets Build It MonsterSlash v.1 Part 2
- MonsterSlash v.1 Game Refactor
- MonsterSlash v.1 Actor Refactor
- MonsterSlash v.2 Enemies Attack
- MonsterSlash v.2 Enemies Attack Part 2
Overview
2 M



- Episode Description
- Transcript
In this series, Vonne and Justin explore the intricate world of Object-Oriented Programming(OOP), particularly in the context of the Python programming language. Starting with the basics of OOP, Justin demonstrates the creation of classes and associated objects from those classes. Moreover, Justin demonstrates the use of Inheritance of classes to reduce code repetitiveness in an effort to adhere to the Don't Repeat Yourself (DRY) principle. Lastly, Justin builds a simple OOP centric text-based adventure. If you are ready to get into Object-Oriented Python, then join us!