Skip to content

Commit dd14475

Browse files
authored
Create README.md for Python learning repository
Added a README file outlining the project structure, technologies used, and instructions on how to run the repository.
1 parent f8a215e commit dd14475

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Python Learning Repository
2+
3+
This repository contains my Python practice programs and notes while learning Python fundamentals, functions, OOP, file handling, and more.
4+
5+
## Project Structure
6+
7+
### Basics
8+
- Variables
9+
- Data types
10+
- Input/output
11+
- Operators
12+
- Conditional statements
13+
- Loops
14+
15+
### Functions
16+
- User-defined functions
17+
- Lambda functions
18+
- Recursion
19+
- Arguments
20+
21+
### Data Structures
22+
- Lists
23+
- Tuples
24+
- Dictionaries
25+
- Sets
26+
- Strings
27+
28+
### Object-Oriented Programming (OOP)
29+
- Classes and objects
30+
- Constructors
31+
- Inheritance
32+
- Polymorphism
33+
- Encapsulation
34+
- Abstraction
35+
36+
### Practice Programs
37+
- Number programs
38+
- String programs
39+
- Pattern programs
40+
- Array/list exercises
41+
42+
## Technologies Used
43+
- Python 3
44+
45+
## How to Run
46+
47+
Clone the repository:
48+
49+
```bash
50+
git clone https://github.com/manojkc-dev/python.git

0 commit comments

Comments
 (0)