This repository contains all the basics that you need to learn Python programming. We will start by first introducing Python language and why it is considered best for machine learning and data science. We will move on to cover the following topics:
- Data Types in Python
- Variables in Python
- Conditional statements (if-else)
- Loops i) for loop ii) while loop
- Functions
- Installing Python Modules
- Working with Json
- Reading/Writing files
- if_name_ == "main"
- Exception handling
- Class and Objects
- API's and data collection i) Simple API's ii) REST API's and HTTP requests iii) Working with different file formats (CSV, XLSX, JSON, XLM etc)