Tag

symbol tables

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jan 24, 2025 · Fundamentals

Understanding globals() and locals() in Python

This article explains the Python built-in functions globals() and locals(), which return dictionaries of global and local symbol tables, respectively, detailing their usage in debugging, dynamic code execution, and metaprogramming.

Pythondebuggingfundamentals
0 likes · 3 min read
Understanding globals() and locals() in Python