Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.48 KB

tools.md

File metadata and controls

26 lines (17 loc) · 1.48 KB

HOWTO Tools

Installing Python and Jupyter Notebook

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 or conda. You can also use Anaconda for easier installation.

Learning Python and Jupyer Notebook

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.

License

All code and documents in this repository are provided under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License.

CC BY-SA 4.0