Hi,
My name is Parul. Welcome to my channel!
What will you learn in this video:
1) How to make a program in Python
2) How to use variables in Python
3) Python variables and data types
Variables:
A Python Variable is a reserved memory location to store values. In other words, a Variable in a Python program gives data to the computer for processing. Every Variable in Python has a datatype.
But the type of Variable doesn't need to be declared. In Python, Variables are storage placeholders for texts and numbers. Variables have a name so that you are able to find it again. The Variable is always assigned with the equal sign, followed by the value of the Variable. Related to Variable, you will also learn:
Python variables:
1. are memory locations to store values.
2. do not need to be declared. (Python is not statically typed.)
3. allow assigning value to a name where we need it.
4. are case sensitive.
Thank you!
Episodes to check:
How does edge server work: • HOW DOES EDGE SERVER WORK
Text file vs Binary file: • PYTHON TUTORIAL 17: HOW TEXT FILE IS ...
Callbacks in Python: • PYTHON TUTORIAL: CALLBACKS IN PYTHON ...
If you are someone who wants to have control over all aspect of their life, I have something for you:
(A book that will change your life:10 Days to the Ultimate You)
https://www.amazon.in/Days-Ultimate-y...
Inspire yourself with my Happy Monday Podcast, and feel free to suggest something you want to talk about:
/ @mondaypositivitea
Social Media Links:
Facebook: / waytoprogramming
Instagram: / mondaypodcast
#waytoprogramming #pythonvariables