File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments