Home Authors Posts by Rahul Jha

Rahul Jha

Rahul Jha
6 POSTS 0 COMMENTS
Rahul graduated from MIT, where he studied computer science and mathematics. After graduation, he worked at a tech startup for several years before starting his own consulting business specializing in Python development.

Python Range Tutorial: Step-by-Step Guide for Beginners

0
If you have to repeat something a certain number of times, then you can use loops and with loops, you can add range to...

Python Functions: The Definitive Guide With Video Tutorial

0
What is the one thing that can make your programs more elegant and structured? It sure indeed is a function in a programming language. Hello...

How To Install Python on Windows 10

0
Do you want to start learning to code & Install Python on Windows 10? 🤔 Guess what, python is said to be the most...

Python Dictionary: The Definitive Guide With Video Tutorial

0
What does the word “python” mean? You would probably go and look at the English to your language’s dictionary which tells you exactly that. Okay,...

Python For Loop: The Definitive Guide With Video Tutorial

0
Loops are one of the first beginning blocks that you need to understand in order to actually start the process of automation in any...