From 9cb237e7b662cf441445b09c0aa226520173b437 Mon Sep 17 00:00:00 2001 From: 036332d1e8a8fad18eace193f300e27a <036332d1e8a8fad18eace193f300e27a@app-learninglab.inria.fr> Date: Tue, 24 Jun 2025 14:51:06 +0000 Subject: [PATCH] Add new file --- Module 02 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Module 02 diff --git a/Module 02 b/Module 02 new file mode 100644 index 0000000..be6e9fa --- /dev/null +++ b/Module 02 @@ -0,0 +1,36 @@ +# Logbook – Module 2 + +## Info +- **Name:** Begüm Cerrahoglu +- **Module:** 2 – Notes +**Deadline:** 19th of June + + +## 02-1 – Using a Notebook + +I reproduced the document “À propos de pi” using Jupyter Notebook. +- Added a title +- Wrote mathematical formulas using LaTeX +- Executed the code that prints the value of pi +- Added a link to Buffon’s needle problem on Wikipedia +- Included the Python code for Buffon’s method +- Plotted the final diagram + + +## 02-2 – Basic Stats on a Data Set + +I used NumPy to compute simple statistics on a provided dataset. +- Mean: 14.11 +- Min: 2.8 +- Max: 23.4 +- Median: 14.5 +- Std dev: 4.33 + + +## 02-3 – Data Visualization + +I used the same dataset to generate two plots: +- A sequence plot showing values over time +- A histogram showing their distribution + +The notebook was committed to GitLab and the quiz was marked as correct. \ No newline at end of file -- 2.18.1