Posts

Showing posts from January, 2024

Featured Post

How To Use Python Arithmetic Operators

Image
How To Use Python Arithmetic Operators Introduction Arithmetic Operators are used in Python to carry out mathematical operations on numerical values. It is very important to understand this operator well in order to complete Python projects that require you to do carry out mathematical calculations. In this guide, you will come across all the different types of arithmetic operators that will be explained in an easy-to-understanad manner. Types of Python Arithmetic Operators There are six types of arithmetic operators in Python and in this guide, I will be explaining every one of them with detailed explanation as well as with simple example exercises, for your easy understanding! So, keep reading this post until the very end , so that you do not miss out any valid points. The 6 types of arithmetic operators are :  1. Addition Operator  2. Subtraction Operator   3. Multiplication Operator  4. Division Operator 5. Modulus Operator  6. Exponential Operator Addi...

Reminiscences Of My Early Coding Journey As A Beginner

Image
  A Beginner's Early Coding Journey                          Picture credits : Blue Retractable Pen by Lukas at Pexels  INTRODUCTION I have struggled several times and sometimeseven gave up on learning to code and here, I wish to write about my coding journey and all my struggles on how I managed to cross all the hurdles that came on my way! If I can do it, so can you! Through this blog post explaining my early coding phase as a beginner, I want to guide you to be successful in your coding journey, despite many early struggles in your early learning stages. When I first started out on learning to code, I did not even know what programming language I wanted to learn. Then, I realized that I love to explore websites and landing pages, so, why not learn how to code beautiful website designs and landing pages etc.? Then, I started browsing for free websites to learn web design and the first place that I searched was ...