Python Variable explained in 300 seconds

Опубликовано: 24 Январь 2021
на канале: Programming with Shahan
31
5

In this lesson we will learn :
What are variables?
How to store data in variables?

Python programmig videos playlist:
   • What is Python? Learn Python Programm...  

the variables name, value, and assignment operator are the three things required to store values in the variable, like myAge=30. So my age is a variable that has a value of 30.

We can also store text in variables. text values are known as strings in programming. and what are strings? a string is a sequence of characters. what is character? the character can be a letter or a number.

Regardless of the type of number whether a floating-point or an integer, python views them as a single category which is numbers. python automatically identifies the type based on values, and we do not need to specify the type manually. To summarize, in Programming variables are containers used to store values. values can be numbers or strings, and strings are written inside the doubles or single quotes. and finally, there is one more thing, These variables are stored or referenced using their variable names.

📚 top python books you can read:
Python Crash Course: https://amzn.to/2GqMdjG
Automate the Boring Stuff with Python: https://amzn.to/2N71d6S
A Smarter Way to Learn Python: https://amzn.to/2UZa6lE
Machine Learning for Absolute Beginners: https://amzn.to/2Gs0koL
Hands-on Machine Learning with scikit-learn and TensorFlow: https://amzn.to/2IdUuJy

learn Full Python Course for free
https://www.w3schools.com/python/

Also, I recommend this tutorial to beginners from
programming with mosh. My best instructor😎!
   • Python for Beginners - Learn Python i...  

#pythontutorial #variables


Смотрите видео Python Variable explained in 300 seconds онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Programming with Shahan 24 Январь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 31 раз и оно понравилось 5 людям.