Sun, Feb 23, 2025. Dataclasses in Python have a slight overhead over named tuples. The 2 main uses I see for them are: providing defaults and offering type hints. #python
Sat, Feb 22, 2025. Python 3.13 supports sub-interpreters to bypass the GIL. It's quite like web workers. PEP 554#python