Skip to content

Commit eee630d

Browse files
committed
updated categories
1 parent 26edb6c commit eee630d

16 files changed

Lines changed: 16 additions & 19 deletions

_posts/30DaysOfPython/2025-12-18-python-day1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
An introduction to Python, its history, use cases, installation, and setting up the development environment.
66
author: Sheikh Hussain
77
date: 2025-12-18 17:00:00 +0000
8-
categories: [Python, Course, 30 Day of Python]
8+
categories: [Python Course, 30 Days of Python - Asabeneh]
99
tags: [python, programming, course, 30days, day1]
1010
pin: false
1111
math: false

_posts/30DaysOfPython/2025-12-18-starting-the-30-day-python-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
I wanted to go through the content several times and post all about it. Here I'll do my best to explain each topic...
66
author: Sheikh Hussain
77
date: 2025-12-18 08:00:00 +0000
8-
categories: [Python, Course, 30 Day of Python]
8+
categories: [Python Course, 30 Days of Python - Asabeneh]
99
tags: [python, programming, course, 30days, complete]
1010
pin: false
1111
math: false

_posts/30DaysOfPython/2025-12-20-python-day2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
As part of Day 2 of the 30DaysOfPython GitHub repository, I’m writing about what I’ve learned so far—covering variables, built-in functions, and a basic introduction to data types.
66
author: Sheikh Hussain
77
date: 2025-12-20 18:50:00 +0000
8-
categories: [Python, Course, 30 Day of Python]
8+
categories: [Python Course, 30 Days of Python - Asabeneh]
99
tags: [python, programming, course, 30days, day2, variables, builtin functions]
1010
pin: false
1111
math: false

_posts/30DaysOfPython/2025-12-21-python-day3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
On Day 3 of my Python journey, I dive into operators — the building blocks behind conditions, decisions, and data manipulation. This post captures my learning process, the mistakes I made, and the concepts that finally clicked.
66
author: Sheikh Hussain
77
date: 2025-12-21 17:40:00 +0000
8-
categories: [Python, Course, 30 Day of Python]
8+
categories: [Python Course, 30 Days of Python - Asabeneh]
99
tags: [python, programming, course, 30days, day3, operators]
1010
pin: false
1111
math: false

_posts/30DaysOfPython/2025-12-21-python-day4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
On Day 4 of the 30DaysOfPython course, I'll be revisiting the topic of String in Python. It should be
66
author: Sheikh Hussain
77
date: 2025-12-22 22:34:00 +0000
8-
categories: [Python, Course, 30 Day of Python]
8+
categories: [Python Course, 30 Days of Python - Asabeneh]
99
tags: [python, programming, course, 30days, day4, strings]
1010
pin: false
1111
math: false

_posts/30DaysOfPython/2025-12-21-python-day5.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ description: >-
55
Lists are a true fascination when it comes to managing and using data within a Python program. We are able to perform several functions and tasks with them which all help with learning List Comprehension. In Day 5, we uncover the functions of lists and how they work.
66
author: Sheikh Hussain
77
date: 2025-12-22 22:55:00 +0000
8-
categories: [Python, Course, 30 Day of Python]
8+
categories: [Python Course, 30 Days of Python - Asabeneh]
99
tags: [python, programming, course, 30days, day5, strings]
1010
pin: false
1111
math: false
1212
mermaid: false
13-
# image:
14-
# path: 012026/python_day5.jpg
15-
# alt: Image from Pexels - Python Programming
1613
render_with_liquid: false
1714
media_subpath: /assets/img/posts/
1815
---

_posts/30DaysOfPython/2025-12-24-python-day6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
Tuples are lists, but have some limitations. Using them to store and reference information is typically what we find tuples used for. Nonetheless, in Day 5 of the 30 Days of Python Course by Asabeneh. I now retain my knowledge on tuples.
66
author: Sheikh Hussain
77
date: 2025-12-24 20:00:00 +0000
8-
categories: [Python, Course, 30 Day of Python]
8+
categories: [Python Course, 30 Days of Python - Asabeneh]
99
tags: [python, programming, course, 30days, day6]
1010
pin: false
1111
math: false

_posts/30DaysOfPython/2025-12-25-python-day7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
In Day 7 of the 30 Days of Python I go on to learn about sets. Sets can be described as storing unordered, un-indexed, and unique values only. These are the functions we can perform with them.
66
author: Sheikh Hussain
77
date: 2025-12-25 17:30:00 +0000
8-
categories: [Python, Course, 30 Day of Python]
8+
categories: [Python Course, 30 Days of Python - Asabeneh]
99
tags: [python, programming, course, 30days, day7]
1010
pin: false
1111
math: false

_posts/30DaysOfPython/2025-12-26-python-day8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
While the title of this blog implies that a dictionary list in Python is a database, it's not. How it works, however, is very close to that of a database. Each entry stored has its own 'Key':'Value'. The key to each value is used to perform functions, replacing the need for indices. Here's what I've learnt about dictionaries on Day 8.
66
author: Sheikh Hussain
77
date: 2025-12-26 17:00:00 +0000
8-
categories: [Python, Course, 30 Day of Python]
8+
categories: [Python Course, 30 Days of Python - Asabeneh]
99
tags: [python, programming, course, 30days, day8]
1010
pin: false
1111
math: false

_posts/30DaysOfPython/2025-12-27-python-day9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
The most fundamental aspect of coding is the ability to write code that performs a function if a criteria is met, else it does something different. At its simplest form, we need to be able to know how to operate these blocks of code that will get out program the way we need.
66
author: Sheikh Hussain
77
date: 2025-12-27 09:00:00 +0000
8-
categories: [Python, Course, 30 Day of Python]
8+
categories: [Python Course, 30 Days of Python - Asabeneh]
99
tags: [python, programming, course, 30days, day9]
1010
pin: false
1111
math: false

0 commit comments

Comments
 (0)