Skip to content

Commit bc7c439

Browse files
committed
Refactor code structure and remove redundant sections for improved readability and maintainability
1 parent 1ccdba9 commit bc7c439

19 files changed

+14
-10
lines changed

docs/blog/python-3-14-breaking-free-from-gil.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Deep Dive Into Python’s Most Exciting Update Since 3.10
44
date: July 8, 2025
55
updated: July 8, 2025
66
tags: python, intermediate, beta
7-
socialImage: /blog/python-gil.png
7+
socialImage: /blog/python-gil.jpg
88
---
99

1010
<route lang="yaml">
@@ -14,7 +14,7 @@ meta:
1414
description: A Deep Dive Into Python’s Most Exciting Update Since 3.10
1515
date: July 8, 2025
1616
updated: July 8, 2025
17-
socialImage: /blog/python-gil.png
17+
socialImage: /blog/python-gil.jpg
1818
tags: python, intermediate, beta
1919
</route>
2020

docs/blog/python-easy-args-kwargs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: args and kwargs may seem scary, but the truth is that they are not
44
date: March 08, 2019
55
updated: July 1, 2022
66
tags: python, intermediate
7+
socialImage: /blog/kwargs.jpg
78
---
89

910
<route lang="yaml">
@@ -14,6 +15,7 @@ meta:
1415
date: March 08, 2019
1516
updated: July 14, 2022
1617
tags: python, intermediate
18+
socialImage: /blog/kwargs.jpg
1719
</route>
1820

1921
<blog-title-header :frontmatter="frontmatter" title="Python *args and **kwargs Made Easy" />

docs/blog/python-projects-with-poetry-and-vscode-part-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: We'll use Poetry to start a simple project, manage dependencies and
44
date: April 12, 2019
55
updated: July 3, 2022
66
tags: python, intermediate, vscode, packaging
7-
socialImage: /blog/poetry-1.png
7+
socialImage: /blog/poetry-1.jpg
88
---
99

1010
<route lang="yaml">
@@ -15,7 +15,7 @@ meta:
1515
date: April 12, 2019
1616
updated: July 3, 2022
1717
tags: python, intermediate, vscode, packaging
18-
socialImage: /blog/poetry-1.png
18+
socialImage: /blog/poetry-1.jpg
1919
</route>
2020

2121
<blog-title-header :frontmatter="frontmatter" title="Python projects with Poetry and VSCode Part 1" />

docs/blog/python-projects-with-poetry-and-vscode-part-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this second part, we'll add our virtual Environment to VSCode, u
44
date: April 23, 2019
55
updated: July 3, 2022
66
tags: python, intermediate, vscode, packaging
7-
socialImage: /blog/poetry-2.png
7+
socialImage: /blog/poetry-2.jpg
88
---
99

1010
<route lang="yaml">
@@ -15,7 +15,7 @@ meta:
1515
date: April 23, 2019
1616
updated: July 3, 2022
1717
tags: python, intermediate, vscode, packaging
18-
socialImage: /blog/poetry-2.png
18+
socialImage: /blog/poetry-2.jpg
1919
</route>
2020

2121
<blog-title-header :frontmatter="frontmatter" title="Python projects with Poetry and VSCode Part 2" />

docs/blog/python-projects-with-poetry-and-vscode-part-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Finally, in this third part, we'll write a sample library, build ou
44
date: May 21, 2019
55
updated: July 3, 2022
66
tags: python, intermediate, vscode, packaging
7-
socialImage: /blog/poetry-3.png
7+
socialImage: /blog/poetry-3.jpg
88
---
99

1010
<route lang="yaml">
@@ -15,7 +15,7 @@ meta:
1515
date: May 21, 2019
1616
updated: July 3, 2022
1717
tags: python, intermediate, vscode, packaging
18-
socialImage: /blog/poetry-3.png
18+
socialImage: /blog/poetry-3.jpg
1919
</route>
2020

2121
<blog-title-header :frontmatter="frontmatter" title="Python projects with Poetry and VSCode Part 3" />

docs/blog/python-sets-what-why-how.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: When writing code, you can do it in more than a single way. Some ar
44
date: July 27, 2018
55
updated: July 3, 2022
66
tags: python, basics
7+
socialImage: /blog/sets.jpg
78
---
89

910
<route lang="yaml">
@@ -14,6 +15,7 @@ meta:
1415
date: July 27, 2018
1516
updated: July 3, 2022
1617
tags: python, basics
18+
socialImage: /blog/sets.jpg
1719
</route>
1820

1921
<blog-title-header :frontmatter="frontmatter" title="Python Sets: What, Why and How" />

docs/blog/python-uv-package-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: UV is a Python package manager written in Rust that transforms how
44
date: Jun 08, 2025
55
updated: Jun 08, 2025
66
tags: python, intermediate, packaging
7-
socialImage: /blog/python-uv-package-manager.png
7+
socialImage: /blog/python-uv-package-manager.jpg
88
---
99

1010
<route lang="yaml">
@@ -14,7 +14,7 @@ meta:
1414
description: UV is a Python package manager written in Rust that transforms how developers manage their Python environments and dependencies.
1515
date: Jun 08, 2025
1616
updated: Jun 08, 2025
17-
socialImage: /blog/python-uv-package-manager.png
17+
socialImage: /blog/python-uv-package-manager.jpg
1818
tags: python, intermediate, packaging
1919
</route>
2020

public/blog/kwargs.jpg

158 KB
Loading

public/blog/poetry-1.jpg

197 KB
Loading

public/blog/poetry-1.png

-2.53 MB
Binary file not shown.

0 commit comments

Comments
 (0)