Add crash course for OOP (#2778)

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2748/head^2
Aayan Pathan 2 years ago committed by GitHub
parent 35b9540bd0
commit f912937775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/roadmaps/108-python/content/102-python-advanced-topics/100-oop/readme.md

@ -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=-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>

Loading…
Cancel
Save