Все публикации

ALL of Python 3.13's MAJOR typing changes

DISABLE GIL and ENABLE JIT in Python 3.13! #python #coding #howto

Python 3.13 release: bye GIL, hi JIT, new REPL!

THIS metaclasses trick is SUPER cool #python #coding #howto

Are metaclasses the HARDEST thing in Python?

You WON'T believe me when I say THIS is easy #python #coding #howto

All the best LLMs for LESS than ChatGPT?!

THIS module can do ANYTHING #python #coding #howto

There's 151 itertools functions you didn't know about

THIS is Python's MOST POWERFUL decorator #python #coding #howto

You'll LOVE THIS error handling trick #python #coding #howto

The COMPLETE guide to Python properties

You NEED to know THIS typing concept #python #coding #howto

Is THIS supposed to happen??? #python #coding #howto

Generics are VITAL in typed Python

I'm excited by THIS new Python feature #python #coding #howto

THIS is a FASTER way to format strings #python #coding #howto

Python 3.13's new REPL is AMAZING

You're doing THIS wrong in Python #python #coding #howto

You can INDEX iterators?! #python #coding #howto

The CORRECT way to work with temporary files in Python

You're not supposed to be able to do THIS #python #coding #howto

THIS is a SERIOUSLY underrated collections feature #python #coding #howto

Capturing a function's LOCAL variables?!