How to Handle Environment Variables in Python
In this article I will share 3 libraries I often use to isolate my environment variables from production code. (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. Read more