TIL: Python eval(), exec(), and compile() Functions

Today I learned about the differences between Python's eval(), exec(), and compile() functions and their appropriate use cases for dynamic code execution.

March 14, 2021 ยท 3 min