Python namespace

Namespace basically a naming system that makes sure all of a given set of objects have unique names so that they can be easily identified.


Objectives

  • Types of namespaces

  • Create and use namespace


Python types of namespaces


Create and use namespace in Python


Python namespace video tutorial