You can experiment with the code online without installation using Google CoLab.
To work on assignments, you can use one of several environments:
- Use the online service Google CoLab. No additional installations are necessary.
- Install Visual Studio Code. It will prompt you to install all needed software when you open a notebook file.
- Install Python, JupyterLab and all needed packages yourself using
pip
orconda
. You can also use Anaconda for easier installation.
If you are not familiar with Python, then you should work through one of the many Python tutorials (e.g., this tutorial) to learn the basics about Python and the packages numpy
and pandas
. Some code examples that help with the assignments are available here.
How to use Jupyter notebooks is covered in many online tutorials like the Jupyer notebook tutorial.
All code and documents in this repository are provided under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License.