Built-in Functions (exec, eval, compile, type), Python Software Foundation, 2024 - Primary source for understanding the official Python built-in functions for dynamic code execution and type creation.
Numba: A Dynamic Python Compiler for Multicore and GPU Architectures, Siu Kwan Lam, Antoine Pitrou, Stanley Seibert, 2015Proceedings of the Second Workshop on the LLVM Compiler Infrastructure in HPC (ACM)DOI: 10.1145/2833157.2833162 - Describes Numba, an advanced dynamic compilation system for Python, illustrating how dynamic code generation is used for performance optimization in scientific computing and ML contexts.