Région de recherche :

Date :

https://www.w3schools.com › python › python_datatypes.asp

Python Data Types - W3Schools

Learn about the built-in data types in Python, such as text, numeric, sequence, mapping, set, boolean, binary and None. See how to get, set and specify the data type of variables with examples and exercises.

https://docs.python.org › 3 › library › stdtypes.html

Built-in Types — Python 3.12.6 documentation

Learn about the standard types that are built into the Python interpreter, such as numerics, sequences, mappings, classes, instances and exceptions. See how to create, compare, operate and convert objects of different types.

https://docs.python.org › 3 › library › datatypes.html

Data Types — Python 3.12.6 documentation

Learn about the built-in and specialized data types in Python, such as dates and times, arrays, queues, and enumerations. See the modules, classes, functions, and examples for each data type.

https://www.programiz.com › python-programming › variables-datatypes

Python Data Types (With Examples) - Programiz

Learn about the different data types in Python, such as numeric, string, list, tuple, set, dictionary and more. See examples of how to create, access and use variables of each data type.

https://python.land › python-data-types

Python Data Types

Basic and advanced Python data types. We distinguish between basic types and more advanced data structures. The basic data types in Python store a single value, like a number or a piece of text. The basic data types in Python are: Integers; Floating point numbers; Complex numbers; Booleans; Strings; Next, we have the more advanced ...

Python Data Types

https://courspython.com › types.html

Principaux types de données — Cours Python

Python est un language à typage dynamique, ce qui signifie qu’il n’est pas nécessaire de déclarer les variables avant de pouvoir leur affecter une valeur. La valeur que l’on affecte possède un type qui dépend de la nature des données (nombre entier, nombre à virgule, chaîne de caractères, etc).

https://pynative.com › python-data-types

Python Data Types - PYnative

Learn about the different data types in Python, such as int, float, str, list, tuple, dict, set, and more. See examples, operations, and how to check the data type of a variable.

Python Data Types - PYnative

https://docs.python.org › 3 › tutorial › datastructures.html

5. Data Structures — Python 3.12.6 documentation

Learn about lists, tuples, dictionaries, sets and other data types in Python. See methods, operations, examples and list comprehensions.

https://openclassrooms.com › fr › courses › 7168871-apprenez-les-bases-du-langage-python › ...

Classez des données avec les types de données - OpenClassrooms

Les types de données les plus simples, ou primitifs, utilisés dans Python, sont : les entiers (Integers, en anglais) ; les virgules flottantes (Floats, en anglais) ; les chaînes de caractères (Strings, en anglais) ; les booléens. Houlà… ça va trop vite ! 😵 Des types de données primitifs ? Booléens ? C’est quelle langue, ça ?! Pas de panique !