DEV Community

Python Koans Series' Articles

Back to Vivis Dev's Series
Understanding truthiness, falsiness, and the quiet meaning of emptiness in Python

Understanding truthiness, falsiness, and the quiet meaning of emptiness in Python

4
Comments
2 min read
Understanding the difference between identity and equality, and why it matters more than it seems.

Understanding the difference between identity and equality, and why it matters more than it seems.

Comments
3 min read
Understanding how Python evaluates default arguments and why mutable defaults can carry unintended memory

Understanding how Python evaluates default arguments and why mutable defaults can carry unintended memory

Comments
4 min read
Understanding Python’s LEGB rule, closures, and why variables sometimes behave like shadows.

Understanding Python’s LEGB rule, closures, and why variables sometimes behave like shadows.

Comments
4 min read
Understanding Late Binding in Python Closures

Understanding Late Binding in Python Closures

Comments
6 min read
Exploring how functions in Python are treated as first-class citizens, and the untapped potential they hold.

Exploring how functions in Python are treated as first-class citizens, and the untapped potential they hold.

Comments
4 min read
Navigating Python's import system and namespace packages

Navigating Python's import system and namespace packages

Comments
5 min read
Understanding Python’s rules for hashing

Understanding Python’s rules for hashing

Comments
5 min read
Exploring chained operations and order of evaluation in python expressions

Exploring chained operations and order of evaluation in python expressions

Comments
4 min read
Understanding how Python's list comprehensions work under the hood

Understanding how Python's list comprehensions work under the hood

Comments
4 min read
Exploring the dangerous power of unquoted Python strings, and how they caused CVE-2024-9287

Exploring the dangerous power of unquoted Python strings, and how they caused CVE-2024-9287

Comments
6 min read