namespace in python (1)

Python's namespace feature: why do we need it?

We’ll examine Python’s namespaces, types, and scopes. Everything in python code is an object. A name is just an object’s identifier. And that “space” is just the object’s main memory address. To understand the name...

Aneesh insideAIML · 03 January 2023 · 1