Answer this quiz to test your knowledge about the Python language, community, andd the 2025 edition of PyCon Italy!
Dip your toes in metaprogramming and learn about __init__
's big brother, the dunder method __new__
.
Today I learned how to set different thousands separators using string formatting.
In this article I share my personal highlights of the 2025 edition of the PyCon US conference,.
This article shows the small script I use to automatically push code changes while live coding in talks or classes, improved with uv.
Today I learned that the module builtins
grows dynamically in the REPL.
Today I learned you can use uv to install CLI tools with extra dependencies.