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

Зміст курсу

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

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

Все було зрозуміло?

Секція 1. Розділ 5
We're sorry to hear that something went wrong. What happened?
some-alt