In this repo, all about Python from basic to advanced. Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general-purpose language, meaning it can be used to create a variety of different programs and isn't specialized for any specific problems.
Topics that are covered:
- Introduction of Python
- Modules, Comments, Pip
- Variables, Datatype, Operators, Typecasting and Input
- Strings
- Lists and Tuples
- Dictionary and Sets
- Conditional Expressions
- Loops
- Functions and Recursions
- File Input Output
- Object Oriented Programming
- Inheritance and more on OOPs