At home, on your computer you can run a python code, from a very easy and intuitive manner. 1. Download Anaconda Navigator : https://www.anaconda.com/products/individual
2. Once opened, click on the Launch Jupyter Notebook button
3. You can now enjoy and develop your own code. ā ļø Don't forget to download the packages on your environment and import them: e.g. : You want to use pandas, but it's not yet install :
# Use the command :
pip install pandas
# Then, import the module to your notebook by doing :
import pandas as pd
For more details on Jupyter notebook : please refer to the cheat sheet below
Source :
Why python : https://www.edureka.co/blog/10-reasons-why-you-should-learn-python#DataScience
Pandas : https://studylib.net/doc/25268801/pandas-cheat-sheet
Numpy : https://i.pinimg.com/originals/5c/83/1c/5c831cc78a317409bf0ed2659bd520b7.png
Python : https://www.datacamp.com/community/tutorials/python-data-science-cheat-sheet-basics
All Cheat Sheets : https://medium.com/analytics-vidhya/data-science-cheat-sheets-109ddcb1aca8