1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-23 09:22:52 +02:00

Add crash course for OOP (#2778)

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Aayan Pathan
2022-10-31 13:29:05 +05:30
committed by GitHub
parent 35b9540bd0
commit f912937775

View File

@@ -5,5 +5,5 @@ In Python, object-oriented Programming (OOPs) is a programming paradigm that use
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://realpython.com/python3-object-oriented-programming/'>Object Oriented Programming in Python</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/python-oops-concepts/'>Python OOP Concepts</BadgeLink>
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=Ej_02ICOIgs'>OOP in Python One Shot</BadgeLink>
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=-pEs-Bss8Wc/'>Object Oriented Programming (OOP) In Python - Beginner Crash Course</BadgeLink>
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=Ej_02ICOIgs'>OOP in Python One Shot</BadgeLink>