- ZIP()
- Enumerate
- Class
This repository contains a Jupyter Notebook named OOPS-1.IPYNB
. The notebook covers the following topics:
- ZIP(): Demonstrates the usage of the
zip()
function in Python, which is used to combine two or more iterables (e.g., lists, tuples) into a single iterable of tuples. - Enumerate: Explains the
enumerate()
function, which adds a counter to an iterable and returns it as an enumerate object. - Class: Provides an introduction to classes in Python, including how to define and use them.
This section is reserved for future content related to the second part of the Oops series. Stay tuned for updates!
- Abstraction
- Inheritance
- Private variable
- Operator level polymorphism