Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Data Types in Python | Data Types
Introduction to Data Analysis in Python
course content

Contenu du cours

Introduction to Data Analysis in Python

Introduction to Data Analysis in Python

1. Basics
2. Data Types
3. Control Flow
4. Functions and Modules
5. Introduction to NumPy

book
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.

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 1

Demandez à l'IA

expand
ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

course content

Contenu du cours

Introduction to Data Analysis in Python

Introduction to Data Analysis in Python

1. Basics
2. Data Types
3. Control Flow
4. Functions and Modules
5. Introduction to NumPy

book
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.

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 1
Nous sommes désolés de vous informer que quelque chose s'est mal passé. Qu'est-il arrivé ?
some-alt