Skip to content

Commit 98c6d62

Browse files
Update README.md
1 parent 0f31ccd commit 98c6d62

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

README.md

+25-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Python Object-Oriented Programming
22
This is the repository for the LinkedIn Learning course Python Object-Oriented Programming. The full course is available from [LinkedIn Learning][lil-course-url].
33

4+
![Python Object-Oriented Programming][lil-thumbnail-url]
5+
6+
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.
7+
48
## Instructions
59
This repository contains two folders for the contents of the course:
610
- *Finished*: The fully finished versions of the code examples. Intended to be used as a reference and for help with troubleshooting your own code
@@ -15,9 +19,26 @@ This repository contains two folders for the contents of the course:
1519
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.
1620

1721

18-
[0]: # (Replace these placeholder URLs with actual course URLs)
22+
### Instructor
23+
24+
Joe Marini
25+
26+
Senior Director of Product and Engineering
27+
28+
29+
30+
Check out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/joe-marini).
31+
32+
[lil-course-url]: https://www.linkedin.com/learning/python-object-oriented-programming-22888296?dApp=59033956&leis=LAA
33+
[lil-thumbnail-url]: https://media.licdn.com/dms/image/D560DAQH_kOjfznHHPg/learning-public-crop_288_512/0/1696617188774?e=2147483647&v=beta&t=P72cEithJbSNGyGQ1IShkRI7lJjD2iOUZ53zlOaTI6I
34+
35+
36+
37+
38+
39+
40+
41+
42+
1943

20-
[lil-course-url]: https://www.linkedin.com/learning/
21-
[python-download]: https://www.python.org/downloads/
22-
[lil-thumbnail-url]: http://
2344

0 commit comments

Comments
 (0)