PinnedMy Journey in techDiscovering My Passion for Coding: A Journey in Learning and Applying New SkillsApr 20, 2023·15 min read
Understanding IP Addresses and Internet ProtocolsIP Addresses An IP (Internet Protocol) address is a fundamental component of internet communication, used to pinpoint the geographical location of an address. In the realm of web operations services, IPv4 utilizes 32 bits for its addressing. IPv5 and...Feb 13, 2024·5 min read
Exploring the Dynamics of Client-Server ArchitectureIn simple terms, a client is someone who requests a service, and a server is someone who responds to that request. The server is basically a machine that provides some kind of service. For example, if you want to add two numbers, you can send a reque...Jan 24, 2024·4 min read
Unraveling the Power of Strings in PythonFirst of all, congratulate yourself you continuing your learning. I really appreciate your efforts. So till now, we have covered a lot of topics and in this blog, we'll discuss Strings in Python. So without further ado, let's start. What is String? S...Jan 1, 2024·4 min read
Demystifying Python NamespacesHey everyone, Welcome to the new article of Python Foundations for Beginners Series. In this article, we are going to cover a small yet very important topic Namespace. So without further ado, let's start. In Python, a namespace is a container that ho...Dec 30, 2023·2 min read
Mastering Python Debugging: A Comprehensive GuideLearn how to debug your python code using several debugging toolsDec 27, 2023·3 min read
Control StatementsLearn about control statements in python and how to use themDec 25, 2023·6 min read