https://github.com/linkedinlearning/python-object-oriented-programming-4413110
This is a repository for the LinkedIn Learning course Python Object-Oriented Programming
https://github.com/linkedinlearning/python-object-oriented-programming-4413110
Last synced: 2 months ago
JSON representation
This is a repository for the LinkedIn Learning course Python Object-Oriented Programming
- Host: GitHub
- URL: https://github.com/linkedinlearning/python-object-oriented-programming-4413110
- Owner: LinkedInLearning
- License: other
- Created: 2023-08-08T23:43:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T20:39:59.000Z (over 1 year ago)
- Last Synced: 2025-08-18T04:10:36.427Z (7 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 94
- Watchers: 10
- Forks: 574
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Python Object-Oriented Programming
This is the repository for the LinkedIn Learning course Python Object-Oriented Programming. The full course is available from [LinkedIn Learning][lil-course-url].
![Python Object-Oriented Programming][lil-thumbnail-url]
The object-oriented programming (OOP) features in Python make it easier to build programs of increasing complexity and modularity. In this course with instructor Joe Marini, learn how to apply core OOP principles to build programs that are extensible and efficient. Joe starts with the basics of defining and using classes and objects. Then he moves into more advanced features like abstract base classes and how to implement interfaces. He also details some of the more unique features of Python, like magic class methods to make your classes integrate tightly with the Python language and data classes to dramatically reduce the amount of boilerplate code needed to build data-centric objects.
## Instructions
This repository contains two folders for the contents of the course:
- *Finished*: The fully finished versions of the code examples. Intended to be used as a reference and for help with troubleshooting your own code
- *Start*: The starting point for each exercise. This is the code that you will use in the course to build towards the finished examples.
## Installing
1. To use these exercise files locally on your computer, you must have the following installed:
- [Python][python-download]
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
## Codespace
This course has been set up to use Codespaces, an online development environment that requires no installation. Fork a copy of the repository in your own Github account and use a Codespace to work entirely online.
### Instructor
Joe Marini
Senior Director of Product and Engineering
Check out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/joe-marini).
[lil-course-url]: https://www.linkedin.com/learning/python-object-oriented-programming-22888296?dApp=59033956&leis=LAA
[lil-thumbnail-url]: https://media.licdn.com/dms/image/D4E0DAQGmlDAUUSloow/learning-public-crop_675_1200/0/1697645724849?e=2147483647&v=beta&t=Ws35uIg4NrNGWXqHuaX4LoGzK4DvrQjZu5Q6QJQ_SqM