Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.
This repository contains basic or beginner level to intermediate level Python programs including entry level Object Oriented Programming concepts. Such That:
- Basic
 - String
 - List, Tuple, Dictionary, Set
 - If Else
 - For/While Loop
 - Function
 - Recursion
 - Object Oriented Programming
 - Mini Projects etc.