Skip to content

Files

Latest commit

5609187 · May 18, 2020

History

History
16 lines (13 loc) · 786 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 786 Bytes

Intro-to-Python-Coding-Ninjas

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:-

  1. Conditions and Loops
  2. Patterns (This includes both basic and advanced patterns)
  3. More on Loops
  4. Functions
  5. Arrays/Lists
  6. Searching & Sorting
  7. Strings
  8. Two Dimensional Lists
  9. Tuples, Dictionary and Sets