Throughout my tech journey, I always thought computers were complicated systems. I knew they could do amazing things (in Akan, we would say "ԐyԐ nwanwa"), but I did not know how they worked inside. A few weeks ago, I joined the Akwannya Hub Skill Pod Cohort 1, where I was given the opportunity to start learning Python. Now, I am learning computers works gradually.
One of the best parts of this journey so far is that I am not learning alone. I have met incredible colleagues in the cohort who share the same passion for technology. We are studying together, sharing ideas, and helping each other grow, and I am really happy to connect with them.
Here is a reflection on what I learned during our first week discussion sessions and my personal study time.
1. What Makes a Language?
Before writing code, I learned about the foundational components that make up any language, whether human or computer-based:
- Alphabet
- Lexis (Vocabulary)
- Syntax(Rules)
- Semantics
2. Python History
I was surprised to learn that Python was not named after the snake, My first time hearing that. I got to know that Python was created in 1989 by Guido van Rossum as a Christmas hobby project and named after his favorite BBC comedy show, Monty Python's Flying Circus. Curiosity made me visit Youtube instantly to watch the show.
Guido four goals for python: Easy to write, Opensource, Understandable and best for everyday task.
Where it start
To get started with hands-on practice, I used my terminal to check my Python version (3.14.3) and interact with the Python interpreter.

Studying alongside my pod colleagues made overcoming difficult concepts much easier. Sharing ideas keeps us motivated.
This is just the beginning of my journey in Cohort 1. Step by step, alongside my peers, I am learning how to think like a programmer.
print("Hoping you all join me in learning python")
Top comments (0)