Supporting Sequence Protocol and Magic Methods in Python Overview of Protocols in Python and implementing the Sequence Protocol with a use case.
What Makes a Python Object? Part II How to Make our Objects Behave as Built-In Python Objects by Implementing Python Magic Methods
What makes a Pythonic Object? Part I How to Make our Objects Behave as Built-In Python Objects by Implementing Python Magic Methods
Design Patterns for Python’s First Class Functions An overview of Python's Design Patterns using Functions as First Class Objects.
How Function Decorators Work in Python Understanding the way that function decorators are evaluated, executed and the importance of closures in executing them.
Everything you have to Know about Type Hinting In Python Overview of Gradual Type Hinting in Python, the Usable Types in Variable Annotations and the Consequences of Type Hinting.
Functional Programming Paradigm in Python An Overview of Python's Higher Order Functions, Anonymous Lambda Functions and the Best Packages for Functional Programming Style in Python