Python

Build anything with Python

Exploring Python's Hidden Features

In this article, we delve into some of these hidden features, such as context managers, function annotations, and the intriguing use of the else clause in loops.

Understanding Monkey Patching in Python

Monkey patching, a notable yet contentious technique in Python, involves dynamically modifying classes or modules at runtime to alter or enhance their behavior.