Function creation, args/kwargs, lambda, scope.
A Deep Dive into Python’s Most Essential Building Block
Aug 27, 2025
•
8 min read
Python relies on you to be trustworthy, but there's more to it.
Feb 5, 2025
5 min read
See how you can leverage Python’s lambda functions for concise, efficient coding with practical examples.
Sep 4, 2024
See how Python's functions and methods differ with this simple example
Feb 29, 2024
6 min read
Want more fexibility in your code? Leveraging *args and **kwargs may be the key.
Dec 6, 2023
7 min read