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

Kursinhalt

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
Math Skills

OperatorUsageSyntax
+Adding5 + 7
-Subtracting10 - 4
*Multiplying5 * 6
/Dividing20 / 5

More operators

You've managed a lot of tasks already, but let's add something new related to math operations.

OperatorUsageSyntaxResult
//Integer Division15//27
%Remainder15 % 21
question-icon

Calculate the remainder of dividing the sum of 4 and 5 by 8.

(45)8
1

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 5

Fragen Sie AI

expand
ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

course content

Kursinhalt

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
Math Skills

OperatorUsageSyntax
+Adding5 + 7
-Subtracting10 - 4
*Multiplying5 * 6
/Dividing20 / 5

More operators

You've managed a lot of tasks already, but let's add something new related to math operations.

OperatorUsageSyntaxResult
//Integer Division15//27
%Remainder15 % 21
question-icon

Calculate the remainder of dividing the sum of 4 and 5 by 8.

(45)8
1

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 5
Wir sind enttäuscht, dass etwas schief gelaufen ist. Was ist passiert?
some-alt