All the programs of the Python of Coding Ninjas course
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.
Topics discussed are:-
- Conditions and Loops
- Patterns (This includes both basic and advanced patterns)
- More on Loops
- Functions
- Arrays/Lists
- Searching & Sorting
- Strings
- Two Dimensional Lists
- Tuples, Dictionary and Sets