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 »
Succinct, compact, and compressed data structures for data-intensive applications - miiohio/succinct... (more…)
Read more »
PEP 622 proposes adding a pattern matching construct to Python. Pattern matching allows the programmer to destructure data with a syntax that mirrors the construction syntax. The proposal brings Python in-line with many other modern programming languages,... (more…)
Read more »
This article gathers the absolute best Python books for beginners. These best books on python are absolutely worth reading. (more…)
Read more »