Streamlit is an awesome new tool that allows engineers to quickly build highly interactive web applications around their data, machine learning models, and pretty much anything. The best thing about… (more…)
Read more »
A unified framework for privacy-preserving data analysis and machine learning - secretflow/secretflow... (more…)
Read more »
A guide to modern Python tooling with a focus on simplicity and minimalism. This chapter covers documentation with Sphinx and autodoc. (more…)
Read more »
Today I'm starting a new series of articles about a topic that does not get a lot of coverage: how to write Python unit tests. Unlike other testing tutorials, I'm going to focus on testing techniques… (more…)
Read more »
I've observed a roughly 11% performance overhead when using the python distribution shipped with the python:3 image, compared to the python distribution installable through ppa:deadsnakes/ppa: http... (more…)
Read more »