- This repository covers various concepts along with programs on python language
- Begginer Concepts in Python : It covers various python basics program to start with like - Data types, Variables. Strings and integers, Conditional Statements, Loops, Functions, Recursions, File input/output.
- Object Oriented Programming : It showcases the concept of OOP with class and objects creation, abstraction & encapsulation, inheritance and its types, decorators and methods,etc.
- Advance Concepts in python : It covers various advance topics of python like : handling exceptions using try and except method, global and local keyword, enumerate function, List comprehension, Virtual Environment & freeze command, Lambda, join, and format methods, also covering map, filter, and reduce function.
- Projects using Python : It includes three project folder which include two games and one LMS-Library management system project.
- Download the required python(.py) file in your operating system.
- Open the .py file in IDE and run the program.
- The required output will be displayed in the terminal.
- You can add or edit the program as per your needs to improve the functionality of required program.