How and why to run modified Python code using the ast module (opens in new tab)
Learn how to use Python's ast module to parse, transform, and execute code at runtime, using eval-type-backport as a real-world Python metaprogramming example.
Read the original article