Skip to content

Commit 5609187

Browse files
authored
Create README.md
1 parent c8350cc commit 5609187

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Intro-to-Python-Coding-Ninjas
2+
All the programs of the Python of Coding Ninjas course
3+
4+
This repository includes all the practice problems and assignments which I've solved during the Intro Course of Python Programming taught by Coding Ninjas. If you're unable to view the patterns properly in Jupyter notebook then double-click the markdown cell to enlarge. File names which contain practice means the assignments of that particular topic. For an example, Patterns 1 Practice.ipynb means assignments file of first part of Patterns topic.
5+
6+
Topics discussed are:-
7+
8+
1. Conditions and Loops
9+
2. Patterns (This includes both basic and advanced patterns)
10+
3. More on Loops
11+
4. Functions
12+
5. Arrays/Lists
13+
6. Searching & Sorting
14+
7. Strings
15+
8. Two Dimensional Lists
16+
9. Tuples, Dictionary and Sets

0 commit comments

Comments
 (0)