In this project we will be analysing the performance of student in exams based on scores received in maths, reading test, and written test. The analysis is done by viewing the Education status of parents, Extracurricular activites etc.
- Check whether python is installed (download: https://www.python.org/)
python --version
- Check whether git is installed (download: https://git-scm.com/)
git --version
- Create a new folder for the project
- Setup Virtual Enviornment
Copy the path of Activate.ps1 and enter it on powershell
python -m venv .venv
.venv/Scrits/Activate.ps1
- Install Jupyter from VScode Extensions
Now you are ready to go
Install the required liraries by running the following commands,
pip install numpy
pip install pandas
pip install seaborn
pip install matplotlib