tochukwuchidi.comComparing List, Tuple, and Set: Key DifferencesIntroduction In this article, we'll explore the differences between lists, tuples, and sets in Python. A basic understanding of Python syntax is assumed. Let's dive in ๐. Lists A list is a Python object that stores multiple items of potentially diff...Nov 30, 2024ยท3 min read
tochukwuchidi.comBuild a simple calculator using PythonIntroduction In this article, we will build a simple calculator that anyone can use in the Python console. Along the way, you will learn how to create it using functions, conditional statements, loops, and f-strings. Ready... Let's go Prerequisites T...Nov 30, 2024ยท3 min read
tochukwuchidi.comUnderstanding DataFrames and SeriesIntroduction Before we start, let's make sure you're all set up to follow along effortlessly. Here's what you need: Python Knowledge: A basic understanding of Python is recommended. If you haven't installed Python yet, do it here. Pandas Library:...Jan 5, 2024ยท3 min read
tochukwuchidi.comMy intro...Hello, hello to the great and esteemed readers of the Hashnode kingdom (sounded good in my head ๐). Anyways my name is Tochukwu Chidi Daniel, I'm Nigerian, currently in my final year in university (less than a month left ๐บ) and I've dabbled in diff...Jul 29, 2023ยท1 min read