#object-oriented-programming

[ follow ]
#python
Python
fromdeath and gravity
3 weeks ago

Learn Python object-oriented programming with Raymond Hettinger

Subclassing in Python is a technique for code reuse, emphasizing operational views over traditional hierarchical models.
Python
fromRealpython
8 months ago

What Are Mixin Classes in Python? - Real Python

Mixins allow method reuse across unrelated data types, enhancing code flexibility and design cleanliness.
Python
fromRealpython
8 months ago

What Are Mixin Classes in Python? Quiz - Real Python

Mixin classes in Python enhance code reusability and organization by allowing common functionality to be shared across multiple classes.
Python
fromdeath and gravity
3 weeks ago

Learn Python object-oriented programming with Raymond Hettinger

Subclassing in Python is a technique for code reuse, emphasizing operational views over traditional hierarchical models.
Python
fromEfficientcoder
3 weeks ago

Build Your Own AI Meme Matcher: A Beginner's Guide to Computer Vision with Python

Computer Vision enables real-time facial recognition and meme matching using Object-Oriented Programming for clean and organized code.
fromRealpython
8 months ago

Episode #261: Selecting Inheritance or Composition in Python - The Real Python Podcast

When tackling object-oriented programming problems, one must choose between inheritance and composition, as each has distinct trade-offs. Composition often leads to more flexible and reusable code.
Python
Java
fromInfoWorld
10 months ago

What you need to know about Java wrapper classes

Wrapper classes bridge the gap between primitive types and objects, essential for modern Java features.
[ Load more ]