0% found this document useful (0 votes)
11 views9 pages

Data Science & Python Basics Guide

This document outlines a short class on data analysis and visualization using Python, covering essential topics such as data structures, conditional statements, and looping. It emphasizes practical skills through exercises and the use of libraries like pandas and matplotlib for data science. The course aims to build skills and enhance portfolios for participants.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views9 pages

Data Science & Python Basics Guide

This document outlines a short class on data analysis and visualization using Python, covering essential topics such as data structures, conditional statements, and looping. It emphasizes practical skills through exercises and the use of libraries like pandas and matplotlib for data science. The course aims to build skills and enhance portfolios for participants.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

SHORT CLASS

DATA ANALYSIS

Portofolio - Short Class

Data Visualization
Python
Practice
Introduction
Oleh : (Nama Kamu)
Owner: Beta Gusni Isyani
JOIN THE BEST UPSKILLING COMMUNITY
Build your skill and portfolio
WITH ME at [Link]/bootcamp MINI TASK
via [Link]/bootcamp
Course Summary
Fun fact you must to know!

Study Points Summary

Python is a high-level, object-oriented, dynamic semantic programming language. It is commonly


Data Science Introduction
used to create websites and software, automate tasks, and perform data analysis.

Data structure is a "container" that organizes and groups data according to its type. List, Set, and
Tuples are the basic data structures in the python programming language.
1. List is used to store data of different data types sequentially. Example: List_A = [item 1, item 2,
item 3..., item n]
Collecting and Storing 2. Set is a unique collection of irregular elements. Example: set_a = {“item1”, “ item 2”, “item 3”...,
Data “item n”}
3. Tuples is similar to a list but data once entered into a tuple cannot be changed. Example: tl A =
(item 1, item 2, item 3..., item n)
4. Dictionary is a mutable data structure containing a collection of keys and associated word-
definition dictionaries. Example: Dict = {1:’python’, 2:’java’}

Conditional statement in automated programming languages uses conditional statements, where


Setting up Data
python evaluates the code to see if it meets a specified condition.

#RintisKarirImpian
Course Summary
Fun fact you must to know!

Study Points Summary

• IF Statement is the most basic decision-making statement in the form of a single line or block of
code.
• IF Else Statement is a statement used when both the true and false parts of a particular
condition are specified for execution.
• Nested IF Statement is a statement where the if statement is inside another if statement, used if
the variable is processed more than once.

Looping
Setting up Data
1. While Loop belongs to the category of indefinite looping, which must stop with conditions.
2. For Loop belongs to the category of definite loops, which must stop at the end of the element.

Common Function
1. With Return Statement is a function that holds logical operations and has an output that will be
entered in the return statement where the value will be used in the next line of code.
2. No Return Statement (Procedure) is a function that holds logical operations and has an output
that will be entered in the return statement where the value will be used in the next line of code.

#RintisKarirImpian
Python Practice in Google Collaboration
Data Types in Python (String, Integer, Float, Boolean) Common Data Structure (List, Dictionary)

#RintisKarirImpian
Python Practice in Google Collaboration
Common Data Structure (Tuple, Sets) Conditional Statement (IF, IF Else, IF Elif Else, IF nested)

#RintisKarirImpian
Python Practice in Google Collaboration
Looping (While Loop, For Loop) Fuction (Fuction with return)

#RintisKarirImpian
Python Practice in Google Collaboration
Library for Data Science (pandas: [Link]() [Link]() [Link]() [Link]() [Link]())

#RintisKarirImpian
Python Practice in Google Collaboration
Library for Data Science (matplotlib)

#RintisKarirImpian
Follow me!
LinkedIn : Beta Gusni Isyani | LinkedIn

Short Class Data Science and Data Analysis


by @[Link]

You might also like