This repo is for Assignments Solutions of "Mastering Python" Course From Elzero Academy.
Python Course
- Comments and Variables
- Strings and it's Methods
- Numbers and Arithmetic Operators
- Lists and it's Methods
- Tuples and it's Methods
- Sets, Dictionaries and their Methods
- Operators and Type Conversion
- User Input
- Control Flow (if, elif, else statements)
- Loop (While loop)
- Loop (For loop)
- Function
- Packing, Recursion and Lambda
- Built In Functions
- Map, Filter and Reduce
- Files Handling
- Modules and Packages
- Date and Time
- Generators and Decorators
- Collection of Modules
- Error Handling and Debugging
- Regular Expression
- Object Oriented Programming (OOP)
- SQLite Database
- Advanced Concepts