PEP 711 – PyBI: a standard format for distributing Python Binaries

“Like wheels, but instead of a pre-built python package, it’s a
pre-built python interpreter”… Read more

Similar

cppyy: Automatic Python-C++ Bindings

cppyy is an automatic, run-time, Python-C++ bindings generator, for calling C++ from Python and Python from C++. Run-time generation enables detailed specialization for higher performance, lazy loading for reduced memory use in large scale projects, Pytho... (more…)

Read more »

Property-Based Testing in Python

NOTE: This blog post complements a PyDistrict presentation on the same topic posted on this date. Thanks to Rami Chowdhury for inviting me to speak, and the PyDistrict organizers for hosting me. Code samples from this talk are available at this GitHub rep... (more…)

Read more »