Pydantic enables parsing and validation of data in Python data classes, enforcing type hints and also providing a lot of features related to mapping data to Python classes. (more…)
Read more »
A high-performance, zero-overhead, extensible Python compiler using LLVM - GitHub - exaloop/codon: A high-performance, zero-overhead, extensible Python compiler using LLVM... (more…)
Read more »
Prettify Python exception output to make it legible. - onelivesleft/PrettyErrors... (more…)
Read more »
As we know from the previous parts of this series, the execution of a Python program consists of two major steps: 1. The CPython compiler... (more…)
Read more »
JSPatch is a library inspired by [mock.patch](https://docs.python.org/3/library/unittest.mock.html#patch) from python. It leverages Jest code transformations in order to modify files under test so that we can dynamically patch arbitrary identifiers.. Late... (more…)
Read more »