Fundamental of Python
Fundamental of Python
OF PYTHON
Hello !
Alkautsar
I am here to support you become a data scientist !
2
Why Python ?
3
1
Technical
1. User Friendly
2. Open Source
5. Hype
• Data Science
• Machine Learning
• Data Analysis
• Artificial Intelligent
• Web development
• Mobile Apps
• Desktop Apps
3. Multiplatform
4. Modules and Library
5
#include <iostream>
6
Enterprise 2
Data Specialist
8
https://www.codingame.com/work/codingame-developer-survey-2020/
#page14 9
10
“
In learning you will teach,
and in teaching you will
learn.
11
MATERI YANG AKAN DI BAHAS
• Variable
• Tipe data
• Operator
• If else Statement
• Pandas
• Numpy
• Visualisasi Data
12
Variable
Variable 1
A Python variable is a symbolic name that is a reference
or pointer to an object. Once an object is assigned to a
variable, you can refer to the object by that name. But
the data itself is still contained within the object.
13
•
•
String
Integer
• Boolean
Data Type 2
• Float
• List
• Tuple
14
Python Data Types
15
Python Data Types
Python Numbers
Integers, floating point numbers and complex
numbers fall under Python numbers category.
Integer Float
ex: Ex:
29 or 1209 2,9 or 12,09
16
Python Data Types
Boolean
Boolean type is one of the
built-in data types
provided by Python, which
represents one of the two
values i.e. True or False.
Ex:
a = True
type(a)
b = False
type(b)
17
THANKS!
Any questions?
You can find me at
085259826091/ [email protected]
18