Skip to content

diegot-code/Python-Data-Types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python-Data-Types

Text Type: Str

Text type represents strings.

Numeric Types: int, float, complex

Numeric types include integers, floating-point numbers, and complex numbers.

Sequence Types: list, tuple, range

Sequence types include lists, tuples, and ranges.

Mapping Type: dict

Mapping type represents dictionaries, which are key-value pairs.

Set Types: set, frozenset

Set types include mutable sets and immutable frozensets.

Boolean Type: bool

Boolean type represents true or false values.

Binary Type: bytes, bytearray, memoryview

Binary types include bytes, bytearrays, and memoryviews.

None Type: NoneType

None type represents absence of value or null.

About

Intro to Data Types in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages