iBOTS workshop: 2025-05-06
Main Teacher: Dr. Atle E. Rimehaug
Visual Studio Code (VSCode): https://code.visualstudio.com/download
The Conda package manager Miniforge: https://conda-forge.org/download/
Git: https://git-scm.com/downloads
First, download this repository and move to the cloned directory
git clone https://github.com/ibehave-ibots/iBOTS-Intro-to-Python-for-Scientists.git
cd iBOTS-Intro-to-Python-for-ScientistsThen, create a new conda environment from the environment.yml file and activate it
conda env create -f environment.yml
conda activate intro_to_pythonThe following units are covered in this workshop
- Intro to Python and Numpy
- Working with Multidimensional Arrays in Numpy
- Analyzing Tabular Data with Pandas
- Data Visualization with Matplotlib