Skip to content

dixit24h/OOPs-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Object-Oriented Programming (OOP) in Python – Practice

This repository contains my practice work from the PW Skills – Data Science with GenAI course.
It covers the basics of Object-Oriented Programming in Python.


⭐ What I Learned

  • What is OOP?
  • Classes and Objects
  • Attributes and Methods
  • __init__() Constructor
  • Types of Methods
    • Instance methods
    • Class methods
    • Static methods
  • Inheritance
  • Encapsulation
  • Polymorphism
  • Abstraction
  • Practice questions and assignments

📁 Files in This Repository

  • Google Colab notebook with all code
  • This README file

▶️ How to Use

Open the Colab notebook and run each cell to see how OOP concepts work through examples.


🎯 Purpose of This Repo

This repo demonstrates my understanding of object-oriented programming, which is important for writing clean and reusable code in data science.

About

Object-Oriented Programming exercises in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published