Adventures in Manipulating Python ASTs

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

Similar

Decorators in Python

Python decorators are "syntactic sugar" that makes it easy to add new features to a function or class without changing its code. To understand decorators, an... (more…)

Read more »