Object Oriented Programming with Python - Full Course

Sdílet
Vložit
  • čas přidán 31. 05. 2024
  • Object-Oriented Programming holds significant importance in the field of software development. This comprehensive tutorial is designed to equip you with a thorough understanding of OOP and guide you through its practical implementation using Python.
    🎬 Timestamps:
    0:00 Introduction
    0:18 What is OOP and Why it is important?
    2:51 Class and Objects
    4:29 Attributes
    5:58 The init method (The constuctor)
    7:52 Instance Attributes
    10:02 Instance Methods
    16:39 Class Attributes
    23:41 Class Methods
    27:11 Static methods
    29:21 Read-only attributes, Getters & Setters
    36:45 OOP (Object Oriented Programming) Principles
    36:47: Inheritance
    39:20: Method Overriding
    41:04 Multiple Inheritance
    42:00 Method Resolution Order
    48:50 Encapsulation
    51:46 Abstraction
    55:41 Polymorphism
    🔗 Code Snippets:
    Python Series: github.com/ridwanray/Learn-Py...
    This lesson: github.com/ridwanray/Learn-Py...
    🚀 Practice Questions:
    github.com/ridwanray/learn-Py...
    🌐 Connect:
    🌍 Website: ridwanray.com
    🔗 GitHub: github.com/ridwanray
    📰 Medium: / ridwanray
    💼 LinkedIn: / ridwanray
    Support Me and The Channel:
    ☕️ SUPPORT
    ► Buy me a coffee: 👉 www.buymeacoffee.com/alabariseo
    ► Recommended Books 📜
    Books: ridwanray.com/books
    - Python Crash Course: amzn.to/3vLYnP9
    - Python Tricks: amzn.to/48KvSA2
    - Automate the boring stuff : amzn.to/3SqJzhH
    - Clean Code: amzn.to/3vG5Te9
    - Clean Architecture: amzn.to/3vHu9wC
    Articles: ridwanray.com/blog
    ► Setups 💻
    Camera: Sony ZV-E10 amzn.to/4257Vkn
    Monitor: Sceptre 30-inch Curved Gaming amzn.to/491KeeP
    Monitor: Dell UltraSharp U2719D amzn.to/3OdA7LY
    Mic: Shure MV7 amzn.to/4b8i2J2
    🚀 Don't forget to LIKE, SUBSCRIBE, and hit the BELL for more Python mastery! 🔔✨
  • Věda a technologie

Komentáře • 4

  • @ridwanray
    @ridwanray  Před 2 měsíci +1

    Support Me and The Channel:
    Don't forget to Like, Comment, and Subscribe. Thanks.
    ► Recommended Books 📜
    Books: ridwanray.com/books
    - Python Crash Course: amzn.to/3vLYnP9
    - Python Tricks: amzn.to/48KvSA2
    - Automate the boring stuff : amzn.to/3SqJzhH
    - Clean Code: amzn.to/3vG5Te9
    - Clean Architecture: amzn.to/3vHu9wC
    ► Setups 💻
    Camera: Sony ZV-E10 amzn.to/4257Vkn
    Monitor: Sceptre 30-inch Curved Gaming amzn.to/491KeeP
    Monitor: Dell UltraSharp U2719D amzn.to/3OdA7LY
    Mic: Shure MV7 amzn.to/4b8i2J2
    🌐 Connect:
    Website: ridwanray.com
    LinkedIn: linkedin.com/in/ridwanray
    Github: github.com/ridwanray
    Articles:
    ridwanray.com/blog

  • @nhbkitchen
    @nhbkitchen Před 2 měsíci +2

    Thanks for sharing.