Safa Mulani

Safa Mulani

An enthusiast in every forthcoming wonders!
PYTHON GLOBALS() FUNCTION

Using the Python globals() function

Hey, folks! In this article, we talk about the Python globals() function in detail. So, let us get started. What is Python globals() function? Python globals() function enables us to access the list of all the global variables and their…

PYTHON CLASS ATTRIBUTE AND INSTANCE ATTRIBUTE

Python Class Attribute and Instance Attribute

In this article, we will be focusing on Python Class Attribute and Instance Attribute. Attributes are the key-players of a programming language. They are responsible for holding important data values and also help in data manipulation. Let us now get…