Python
How Function Decorators Work in Python
Understanding the way that function decorators are evaluated, executed and the importance of closures in executing them.
I am a Software Engineer working mainly with Python, Java and JavaScript. I like reading Tech Books that truly inspire me and eventually share the notes, the tips and the tricks that I find important.
Python
Understanding the way that function decorators are evaluated, executed and the importance of closures in executing them.
Python
Overview of Gradual Type Hinting in Python, the Usable Types in Variable Annotations and the Consequences of Type Hinting.
Python
An Overview of Python's Higher Order Functions, Anonymous Lambda Functions and the Best Packages for Functional Programming Style in Python
Python
Overview of Object Referencing and Mutation and Garbage Collection in Python
Python
How to Create Data Classes In Python with Named Tuples, Typed Named Tuples and The dataclass Decorator.
Python
Explaining The Unicode Sandwich: The Current Best Practice to Manipulate String and Text Files in Python!
Python
Everything you have to know to safely Implement Dictionaries and Sets in Python.
Python
Advanced Tips for better List and Tuple Manipulation and Sequence Handling.
Python
A Concise Overview of Data Model, Special Methods and the Collection API in Python.