Skip to content

Commit 5ad66e3

Browse files
committed
updated file paths
1 parent 91cf9eb commit 5ad66e3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

_posts/2026-01-14-python-day25.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ pin: false
1111
math: false
1212
mermaid: false
1313
image:
14-
path: python_day25.jpg
14+
path: 012026/python_day25.jpg
1515
alt: Image from Pexels - Pandas
1616
render_with_liquid: false
17-
media_subpath: /assets/img/posts/012026/
17+
media_subpath: /assets/img/posts/
1818
---
1919

2020
Before I begin to dive into this topic, I want to be able to re-summarise the statistics module I covered in the last post. This post and the last one can be merged into one whole topic, as it has all to do with dealing with data. After taking it to ChatGPT to gain confirmation on my own thoughts of Pandas, SciPy, NumPy, and MatPlotLib, I received the following summary.

_posts/2026-01-16-python-day27.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ pin: false
1111
math: false
1212
mermaid: false
1313
image:
14-
path: python_day27.jpg
14+
path: 012026/python_day27.jpg
1515
alt: Image from Pexels - Database
1616
render_with_liquid: false
17-
media_subpath: /assets/img/posts/012026/
17+
media_subpath: /assets/img/posts/
1818
---
1919

2020
## Introduction

_posts/2026-01-18-python-day29.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ pin: false
2525
math: false
2626
mermaid: false
2727
image:
28-
path: python_day29.jpg
28+
path: 012026/python_day29.jpg
2929
alt: Image from Pexels - APIs
3030
render_with_liquid: false
31-
media_subpath: /assets/img/posts/012026/
31+
media_subpath: /assets/img/posts/
3232
---
3333

3434
This post concludes my efforts of going through the [30 Days Of Python by Asabeneh Yetayeh](https://github.com/Asabeneh/30-Days-Of-Python) on GitHub. I began with some preliminary knowledge in coding from my studies and thus, found this more of a reboot than a complete new introduction.

0 commit comments

Comments
 (0)