Tag: object
-
PythonObject-Oriented Programming in Python
What Is Object-Oriented Programming? Alan Kay coined the term “Object-Oriented Programming” (OOP), also known as oops concepts in Python, in…
December 8, 2022
-
PythonPython Class
As we discussed in the previous tutorial, a class is a virtual entity that can be thought of as an…
December 8, 2022
-
PythonThread class and its Object
The Thread class in Python’s threading module is used to create and manage threads. We can extend this class to…
December 31, 2022
-
Pythonyield Keyword in Python
The yield keyword in Python is used in the body of a function like a return statement, but when a…
January 13, 2023