In the previous article, how to containerize a Python application, we created a Dockerfile and containerized our application from scratch. (more…)
Read more »
Learn about Python’s `groupby` method, by going to an unusual restaurant... (more…)
Read more »
I explored the possibility of simplifying PyMC4’s model specification API by manipulating the Python abstract syntax tree (AST) of the model code. (more…)
Read more »
Create UIs for prototyping your machine learning model in 3 minutes - gradio-app/gradio... (more…)
Read more »
For [Datasette Desktop](https://datasette.io/desktop) I chose to bundle a full version of Python 3.9 inside my `Datasette.app` application. I did this in order to support installation of plugins via `pip install` - you can read more about my reasoning in ... (more…)
Read more »