10. Datatypes in Python

Published: 10 August 2023
on channel: Practice Code Online
71
7

Looking from basics to learn Python better ? This is a right course for you

Subscribe for more Python tutorials like this :
   / @practicecodeonline  

Python tutorials from basics (free certification course):
   • Python full Utlimate course for Beginners ...  

Python Exercises for beginners :
   • Python Basic Programs latest for interview...  

Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners will focus on teaching you python concepts from the ground up.
Concepts:

Access the playlist:    • Python full Utlimate course for Beginners ...  

we will learn in these video :
Datatypes in Python
Datatypes are used to define the particular type of value it represents.
String is the data type for textual values.
Integer and Float are data types for numerical values.
Integers are whole numbers without a decimal point. They can be positive, negative or zero. Ex: 1,2….. N
Float is the data type for numbers with decimal places, they can be positive or negative. Ex : 0.3, 1.5, 22.5
The way computers operate with values depends on the data type

print(7+2) #9
print(7.0+2.0) #9.0
print(“7”+”2”) #72

Anything in quotation marks will be treated as a String, even numbers.
When you use the + addition operator with string values the two strings are joined together. This is known as Concatenation.





for practice :    • Python Basic Programs latest for interview...  

#pythonprogramming #pythontutorial #python #pythonprojects #pythonbeginner #pythoncertification #pythontutorial #python3 #pythoncourseforbeginners #learnpython #learnprogramming #learning #learn #education #educational #computerscience #computerknowledge #learnpythonprogramming #learnpythononline #course #pythoncertification #pythondeveloper #pythonbegginer #education #pythonprojects #python编程 #course #onlinecourses #onlinecourse #pythondebugging #python #practicecodeonline #practice #practicecode #practicecodeonline #latest #latestnews #how


On this page of the site you can watch the video online 10. Datatypes in Python with a duration of hours minute second in good quality, which was uploaded by the user Practice Code Online 10 August 2023, share the link with friends and acquaintances, this video has already been watched 71 times on youtube and it was liked by 7 viewers. Enjoy your viewing!