From d8584fc733f77163b83c9447cfee65d9fe95aa91 Mon Sep 17 00:00:00 2001 From: urmishikha Date: Sun, 22 Dec 2024 23:41:17 +0530 Subject: [PATCH 1/2] Enhance README file with more details --- README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a499cca..394b6fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,48 @@ # Learning-Object-Oriented-Python ![](https://www.codetriage.com/josharsh/learning-object-oriented-python/badges/users.svg) -This repository walks you through the Object Oriented Programming in python. Illustrates real world examples, working codes and going about finding a coding solution. + + +# Learning Object-Oriented Python + +This repository walks you through the concepts of **Object-Oriented Programming (OOP)** in Python. It provides real-world examples, practical coding exercises, and solutions to help you master OOP concepts effectively. + +--- + +## Table of Contents + +- [Overview](#overview) +- [Features](#features) +- [Getting Started](#getting-started) + - [Prerequisites](#prerequisites) + - [Installation](#installation) +- [Lessons](#lessons) +- [Contributing](#contributing) +- [License](#license) + +--- + +## Overview + +This repository is a comprehensive guide to learning Object-Oriented Programming in Python. Whether you're a beginner or someone looking to strengthen your OOP skills, this project has resources for you. + +--- + +## Features + +- Detailed lessons covering OOP concepts. +- Practical examples and working code. +- Real-world problem-solving approaches. + +--- + +## Getting Started + +### Prerequisites + +Before using this repository, ensure you have the following installed: + +- Python 3.6 or higher +- A code editor (e.g., VS Code, PyCharm) +- Git (for version control) + From 909ac793d57279ed0b59f7a2dff138341fdc747b Mon Sep 17 00:00:00 2001 From: urmishikha Date: Sun, 22 Dec 2024 23:43:20 +0530 Subject: [PATCH 2/2] Enhance README file with more details --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 394b6fb..990be6f 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,11 @@ Before using this repository, ensure you have the following installed: - Git (for version control) +## Lessons + +Introduction to Python - Basics of Python programming. +Using Functions - Understanding Python functions. +Introduction to OOP Concepts - Core OOP principles. +OOP Implementation - Practical OOP examples. +Web Scraping - Using Python for web scraping. +String Manipulation - Advanced string operations. \ No newline at end of file