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

Kurssisisältö

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

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 5

Kysy tekoälyä

expand
ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

course content

Kurssisisältö

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

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 5
Pahoittelemme, että jotain meni pieleen. Mitä tapahtui?
some-alt