James Bennett – A Bit about Bytes: Understanding Python Bytecode – PyCon 2018

Speaker: James Bennett At some point every Python programmer sees Python bytecode files — they’re those ‘.pyc’ files Python likes to leave behind after it r… Read more

Similar

Going All in with Python Type Hints

For large python code bases, Python 3's type hints system can be a huge blessing. It allows static type checkers like mypy to detected a large class of errors that would otherwise have gone undetected. This is a quick introduction to the use and be... (more…)

Read more »