%%{init: {"theme":"dark"}}%%
flowchart LR
B[Data Collection]
B --> C[Data Cleaning]
C --> D[Analysis]
D --> E[Visualisation]
Some concept of Python coding and statistical inference
October 15, 2025
As scientists, we are exposed to:
How do we make sense of it all?

Data science is an interdisciplinary academic field that uses statistics, scientific computing, scientific methods, processing, scientific visualization, algorithms and systems to extract or extrapolate knowledge from […] data.
The field that combines domain expertise, programming skills, and knowledge of mathematics and statistics to extract meaningful insights from data.
Pandas, seaborn
We want this class to be useful for your research!
Try to contextualise the course material to your research:
%%{init: {"theme":"dark"}}%%
flowchart LR
B[Data Collection]
B --> C[Data Cleaning]
C --> D[Analysis]
D --> E[Visualisation]
flowchart LR
B[Start]
B --> C["<img src='https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/community/logos/python-logo-only.png' width='20'>"]
C --> D[End]
Cotopaxi volcano

Example 1: Exploit catalogues of big Earth Observation data

Example 2: Streamline global geochemical analyses
pyrolite
Example 1: In volcanically-active regions, soil burial after explosive eruptions capture more carbon that they emit.
Example 2: In Small Island States, ≥90% of population and GDP is exposed to volcanic hazards.

High-level computing language
Modular
In the code below, we first load the necessary packages and libraries:
matplotlib is the main visualisation package used in Pythonpyplot is a module of matplotlib that provides easy-to-use functions for plotting datafigure is a function of pyplot and is the main function to prepare a plotOption 1: Your own computer
Environment manager!
Make sure to install an environment manager → e.g. Miniconda
Option 2: In the cloud → Google Collab
3 main ways to run Python…
.py scripts from the command line → deprecated.py script using ipykernel → similar behaviour to R/Matlab = ❤️.ipynb files…in two different environments