Data Types in Python
Built-in Data Types
There are some categories of data types in Python:
- Text type:
str
; - Numeric Types:
int
,float
,complex
; - Sequence Types:
list
,tuple
,range
; - Mapping Type:
dict
; - Set Types:
set
,frozenset
; - Boolean Type:
bool
; - Binary Types:
bytes
,bytearray
,memoryview
; - None Type:
NoneType
.
In this course, we will consider only a part of them, the most needed for analyzing and visualizing data.
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 1
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Suggested prompts:
Запитайте мені питання про цей предмет
Сумаризуйте цей розділ
Покажіть реальні приклади
Awesome!
Completion rate improved to 2.7
Data Types in Python
Свайпніть щоб показати меню
Built-in Data Types
There are some categories of data types in Python:
- Text type:
str
; - Numeric Types:
int
,float
,complex
; - Sequence Types:
list
,tuple
,range
; - Mapping Type:
dict
; - Set Types:
set
,frozenset
; - Boolean Type:
bool
; - Binary Types:
bytes
,bytearray
,memoryview
; - None Type:
NoneType
.
In this course, we will consider only a part of them, the most needed for analyzing and visualizing data.
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 1