Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,18 @@


## Topics Covered
- Python Basics (Variables, Loops, Functions)
- Data Structures (Lists, Tuples, Dictionaries, Sets, Arrays)
- File Handling & Exception Handling
- Object-Oriented Programming
- Python Basics (Datatypes, Conditional Statements, Loops, Functions)
- Data Structures (Lists, Tuples, Dictionaries, Sets, Arrays, Strings)
- Decorators
- Counters
- Deque & HeapQ
- Exception Handling
- File Handling
- Object-Oriented Programming(Class & Objects, Encapsulation, Inheritance, Polymorphism, Data Abstraction)
- Python Modules
- Python API
- Bisect Algorithm Function
- Python API's & requests
- Generators & Yield


## How to Run the Programs
Expand All @@ -54,8 +60,4 @@ Contributions are welcome. If you'd like to add examples or fix issues:

Please keep additions focused, well-documented, and runnable.

## License

This repository uses the MIT License. See the `LICENSE` file for details if present.