Articles that include code in some form

301 365,160 36,163
articles words lines of code

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.

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.