Documenting all the basics of python programming language. The purpose of this repository is to help anyone learn Python.
Introduction to Python
Conditionals and Loops:
- Boolean data type
- IF-ELSE
- Using Relational & Logical Operators
- Using ELSE-IF
- Nested Conditionals
- While Loop
- Primality Checking
- Nested Loops
Solving Problems on Patterns using While Loops
More on Loops
Strings, list and 2D list
Functions
Tuples, dictionary and sets
OOPs(Object oriented programming)
Intermediate Python - File handling and exploring API's in Python