Skip to content

Commit 6cf16a9

Browse files
authored
Create README.md
1 parent c695ae6 commit 6cf16a9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
This repo is organized into various folders, each covering different aspects of Python programming.
2+
3+
Inside each folder, you'll find code examples and explanations to help you understand and practice each topic.
4+
5+
- **01-getting-started/**: Introduction to Python, basic syntax, and setup.
6+
- **02-control-flow/**: Conditional statements and loops.
7+
- **03-data-structures/**: Lists, tuples, dictionaries, and sets.
8+
- **04-functions/**: Defining and using functions, scopes, and higher-order functions.
9+
- **05-oop/**: Object-Oriented Programming concepts including classes, inheritance, and polymorphism.
10+
- **06-modules-packages/**: Creating and using modules and packages.
11+
- **07-file-handling/**: Reading from and writing to files.
12+
- **08-error-handling/**: Handling exceptions and creating custom exceptions.
13+
- **09-advanced-topics/**: Decorators, generators, iterators, and context managers.
14+
- **10-testing-debugging/**: Basic testing, debugging techniques.
15+
- **11-web-development/**: Introduction to web development with Flask.
16+
<!-- - **12-data-analysis-visualization/**: Data analysis with Pandas and visualization with Matplotlib. -->
17+
18+
Feel free to explore each folder and try out the code examples provided.
19+
20+
Happy learning! #python

0 commit comments

Comments
 (0)