- Common Practices in Python
- Variables and Data Types
- Operators
- Control Flow in Python
- Introduction to NumPy and Pandas
- Data Preprocessing, Visualisation and Introduction to Scikit-learn
-
Download and install Anaconda Individual Edition.
-
Setup your conda environment by running this in your Anaconda Prompt.
conda env create -f environment.yml
Note: The environment setup will take some time to download required modules.