Skip to content

ibehave-ibots/iBOTS-Intro-to-Python-for-Scientists-2025-May

Repository files navigation

iBOTS-Intro-to-Python-for-Scientists-2025-May

iBOTS workshop: 2025-05-06

Main Teacher: Dr. Atle E. Rimehaug

Software to Install Before the Workshop

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

Install the Environment or the course

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-Scientists

Then, create a new conda environment from the environment.yml file and activate it

conda env create -f environment.yml
conda activate intro_to_python

The following units are covered in this workshop

  1. Intro to Python and Numpy
  2. Working with Multidimensional Arrays in Numpy
  3. Analyzing Tabular Data with Pandas
  4. Data Visualization with Matplotlib

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published