diff --git a/Module 02 b/Module 02 new file mode 100644 index 0000000000000000000000000000000000000000..be6e9fab9032d70349534293e6b1cc1c6a66acb2 --- /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