This is what you will be learning in the course:
- Introduction to programming
- Installing Python with Anaconda
- Introduction to Anaconda
- Data types in Python
- Control Structures (if-else)
- Loops (for, while)
- Functions and Exceptions
- Data Manipulation with Python (String Handling, Lists and Dictionary Handling)
- Introduction to Numpy
- Introduction to Pandas
- Data Manipulation with Pandas Dataframes
- Data Cleanup
- Feature Engineering
- Group By
- Filtering and Selection
- Plotting with Python