filmov
tv
Python for Beginners - Video 17: Python Namespaces
Показать описание
In the last video of Python basics, we talk about what Namespaces are and why they are needed. A namespace is a system in Python to make sure that all the names in a program are unique and can be used without any conflict all in the same environment. We show a few examples explaining the concept of Namespace.