© 2026 Hashnode
ℹ Learning difficulty: Begginer (feel free to skip if not new to programming) In any programming language, expressions are the most basic units of computation - fragments of code that produce a value. Whether you're writing a large system or a smal...

Hello and welcome to the second article in this series. In the first article, we covered an overview of the concepts of programming. In this article, we're going to be looking at variables. With that being out of the way, let's get started. What is a...

< Previous Post Next Post > Hello! This post is part of my Learn Python by doing projects tutorial series. In this Python tutorial, you’ll build a barbershop appointment booking system. Along the way, you’ll learn how to unleash the real power of set...

Hello there! Welcome to the exciting world of coding. I am thrilled to be your guide as we embark on this learning journey together. A special shout-out to all of you joining me at Eldohub Academy this week, and also to the online community of learne...

< Previous Post Next Post > Hello! This post is part of my Learn Python by doing projects tutorial series. Today's Python beginner tutorial is something fun. We'll create a poker game. This will help us learn about new data types: sets and tuples. Al...

< Previous article Next article > Hello! This post is part of my Learn Python by doing projects tutorial series. In this Python tutorial, you’ll build a program to simulate a grocery list. Along the way, you’ll learn how to bundle data together with ...
