image by pixabay

Python Data Types are Built-in Data Types. In programming, data type is an important concept. All variables should store data of different types, and different types of stored data can do different things. Python programming language has the various data types built-in by default. This video will have part one of the different types of data types that Python language has.

Text Type:string as (str)
Numeric Types:integer as (int), complex and float
Sequence Types:range, list, and tuple
Mapping Type:dictionary as (dict)
Set Types:frozenset and set
Boolean Type:boolean as (bool)
The Binary Types:memoryview, bytearrays, and bytes

Here are video tutorials about the various types of data types Python has:

Part One

Part Two

Part Three

If you have any question or comment, do not hesitate to ask us.

Quote: The moon looks upon many night flowers; the night flowers see but one moon. – Jean Ingelow

Advertisement