• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

150+ Exercises - Object Oriented Programming in Python - OOP (1 Viewer)

Currently reading:
 150+ Exercises - Object Oriented Programming in Python - OOP (1 Viewer)

Recently searched:

carxproveteran

Member
Amateur
LV
10
Joined
Apr 7, 2023
Threads
9,742
Likes
959
Awards
14
Credits
14,177©
Cash
0$

1696500001772

150+ Exercises - Object Oriented Programming in Python - OOP​

Elevate Your Python Programming Skills - Unleash the Power of Object-Oriented Programming!

What you'll learn​

  • solve 150+ exercises in Python object-oriented programming - OOP
  • namespaces and scopes (local, enclosing, global, built-in)
  • LEGB rule
  • use of *args and **kwargs
  • classes and objects
  • visibility of variables (public, protected, private)
  • class attributes
  • instance attributes
  • decorator @Property
  • computed attributes
  • class method, decorator @classmethod
  • static method, decorator @staticmethod
  • special methods: __new__(), __init__(), __repr__(), __str__(), __len__() and many more
  • single inheritance, multiple inheritance
  • MRO - Method Resolution Order
  • super()
  • abstract classes
  • the ABC class and the @abstractmethod decorator
  • work with documentation and Stack Overflow
  • guaranteed instructor support
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom