This lesson has been outdated.
This lesson provides you with a deep dive into how to create object-oriented based Python scripts.
Learning Objectives
- Understand how to write and define classes and class constructors.
- Review how class methods are created.
- Review how to add properties to a class.
- Understand how you work with objects created from classes.
- Examine and use class inheritance or subclassing.
- Understand how to implement so-called special methods.
Prerequisites
- A basic understanding of the Python programming language.
- A basic understanding of software development.
- A basic understanding of the software development life cycle.
Intended Audience
- Software developers interested in learning how to write Python code in a Pythonic way.
- Python junior level developers interested in advancing their Python skills.
- Anyone with an interest in Python and how to use Python to write concise and elegant scripts for general purpose tasks.