Hello techies!! We will learn about variables today. Let's see it by an example : a=1 What does the above line mean? It means that we are assigning a value of 1 to 'a'. Here a is a variable. It can be anything, but for now, its value is 1. There is a print command … Continue reading What are variables?
Category: Basic programming
Integers, Floats and Operations – Dealing with numbers in python
Hello techies!!! Hope you all are having a great day, let's make it better by learning something new. Today, we will talk about numbers. What are number? We have 1,2,3,4,... and so on called as positive numbers or natural numbers. If we add zero to above series, its called whole numbers. If we have numbers … Continue reading Integers, Floats and Operations – Dealing with numbers in python
Getting started with Python in Windows
Hey guys! I just started learning python few months back and falling in love with it each day. I am trying to help as many people as i can, to learn python without searching information from countless resources. It's a journey, a process which we can share together and learn along the way. We all … Continue reading Getting started with Python in Windows