SlideShare a Scribd company logo
Introduction to Python
Introduction to Python
Yi-Fan Chu, 2016
Social Network Application
Department of Computer Science, University of Taipei
Introduction to Python
Overviews
1.Introduction
2.Syntax
3.List and Dictionary
4.For loop
5.Implementation
Introduction to Python
Beautiful, Simple, Explicit…
Rapid development
Item by item
Introduction
Introduction to Python
Overviews
1.Introduction
2.Syntax
3.List and Dictionary
4.For loop
5.Implementation
Introduction to Python
Semicolon is not needed.
Data type declaration is not needed.
Indented with logic
Syntax
3.Indented with logic
1.Semicolon is not needed
2. Data type declaration is not needed.
Introduction to Python
Indented with logic
Different indentation
with different result.
Introduction to Python
Overviews
1.Introduction
2.Syntax
3.List and Dictionary
4.For loop
5.Implementation
Introduction to Python
Data Structure to save data, just like “array”
With different index
List and Dictionary
Introduction to Python
Array
Different data type items in the same list
List
Introduction to Python
[ ]
[1,2,3,4,5]
[ “abc”, ”def”, ”ghi”]
[1, ”abc”, 1.253, [1,2,3], {“xyz”:”hahaha”} ]
List
int string float list dictionary
Introduction to Python
Key-Value
Key : int, float, string
Value : int, float, string, list, dictionary
Dictionary
Introduction to Python
{ Key : Value }
{ Key : Value, Key : Value, Key : Value…}
Dictionary
Introduction to Python
{ Key : Value }
{ “name” : “Apple”,
“color” : “red”,
“amonut” : 3 }
Dictionary
Key Value
Introduction to Python
List and Dictionary
[ “apple”, “red”, “3” ]
{ “fruit”:“apple”, “color”:“red”, “amount”:“3” }
Key : 0 1 2
Value: apple red 3
Key : fruit color amount
Value: apple red 3
Introduction to Python
Overviews
1.Introduction
2.Syntax
3.List and Dictionary
4.For loop
5.Implementation
Introduction to Python
Item by item
Without entering condition
For loop
Introduction to Python
for( int i; i < 10; i++){
blah blah blah; }
For loop
for item in list/dictionary:
item = item + 1
C / Java
Python
With Condition
Without Condition
Introduction to Python
Overviews
1.Introduction
2.Syntax
3.List and Dictionary
4.For loop
5.Implementation
Introduction to Python
Implementation
Checkpoint1 : For loop
Checkpoint2 : List of Dictionary
Introduction to Python
Implementation
Setup environment
Making lists of number and strings
Try to use for loop
Making a directory of fruit
print something from directory
Introduction to Python
Set your env like this
If you’d like to edit by vim, just go ahead!
Introduction to Python
Create a new file.
Sublime Text 2 / File / New File
Introduction to Python
Save the file on Desktop.
Sublime Text 2 / File / Save
Introduction to Python
Make two lists.
A list for int, a list for strings.
Introduction to Python
Try the for loop.
For every number in list a…
Introduction to Python
Go to Desktop and execute.
What do you think the result is?
Introduction to Python
Result
Is the result same as you think?
Introduction to Python
Make a dictionary of fruit.
Introduction to Python
Execute again.
What do you think the result is?
Introduction to Python
Execute again.
Is the result same as you think?
Introduction to Python
Implementation
Checkpoint1 : For loop
Checkpoint2 : List of Dictionary
Introduction to Python
Make a list of dictionary.
Introduction to Python
Put some data in them.
Introduction to Python
Let’s try some “if”,“else”
Introduction to Python
Execute again
Introduction to Python
Result
Is the result same as you think?

More Related Content

What's hot (20)

PPTX
Beginning Python Programming
St. Petersburg College
 
PPTX
Class, object and inheritance in python
Santosh Verma
 
PPSX
Programming with Python
Rasan Samarasinghe
 
PPT
Python List.ppt
T PRIYA
 
PDF
Overview of python 2019
Samir Mohanty
 
PPT
Introduction to Python
amiable_indian
 
PPTX
Python strings presentation
VedaGayathri1
 
PPTX
Python Basics
primeteacher32
 
PPTX
Basic Python Programming: Part 01 and Part 02
Fariz Darari
 
PDF
Introduction to python
Agung Wahyudi
 
PPTX
Data Analysis with Python Pandas
Neeru Mittal
 
PPTX
Chapter 03 python libraries
Praveen M Jigajinni
 
PPTX
Introduction to python
AnirudhaGaikwad4
 
PDF
Python programming
Prof. Dr. K. Adisesha
 
PDF
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Edureka!
 
PPTX
Python
SHIVAM VERMA
 
PDF
Python Collections Tutorial | Edureka
Edureka!
 
PPTX
How to download and install Python - lesson 2
Shohel Rana
 
Beginning Python Programming
St. Petersburg College
 
Class, object and inheritance in python
Santosh Verma
 
Programming with Python
Rasan Samarasinghe
 
Python List.ppt
T PRIYA
 
Overview of python 2019
Samir Mohanty
 
Introduction to Python
amiable_indian
 
Python strings presentation
VedaGayathri1
 
Python Basics
primeteacher32
 
Basic Python Programming: Part 01 and Part 02
Fariz Darari
 
Introduction to python
Agung Wahyudi
 
Data Analysis with Python Pandas
Neeru Mittal
 
Chapter 03 python libraries
Praveen M Jigajinni
 
Introduction to python
AnirudhaGaikwad4
 
Python programming
Prof. Dr. K. Adisesha
 
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Edureka!
 
Python
SHIVAM VERMA
 
Python Collections Tutorial | Edureka
Edureka!
 
How to download and install Python - lesson 2
Shohel Rana
 

Viewers also liked (20)

PDF
Lesson1 python an introduction
Arulalan T
 
PPTX
An Introduction To Python - Python Midterm Review
Blue Elephant Consulting
 
ODP
Python Ireland Feb '11 Talks: Introduction to Python
Python Ireland
 
PPT
Python Introduction
Mohammad Javad Beheshtian
 
PDF
Meetup Python Nantes - les tests en python
Arthur Lutz
 
PDF
Java OOP Programming language (Part 1) - Introduction to Java
OUM SAOKOSAL
 
PDF
Python - Lecture 1
Ravi Kiran Khareedi
 
PDF
Analysis of Fatal Utah Avalanches with Python. From Scraping, Analysis, to In...
Matt Harrison
 
PPTX
Introduction to Advanced Javascript
Collaboration Technologies
 
PDF
Learning notes of r for python programmer (Temp1)
Chia-Chi Chang
 
PPT
Operator Overloading
Sardar Alam
 
PDF
PyCon 2013 : Scripting to PyPi to GitHub and More
Matt Harrison
 
PDF
Python for All
Pragya Goyal
 
PDF
Installing Python on Mac
Wei-Wen Hsu
 
PDF
Python master class part 1
Chathuranga Bandara
 
DOCX
Introduction to Python - Running Notes
RajKumar Rampelli
 
PDF
Introduction to facebook java script sdk
Yi-Fan Chu
 
PPTX
Mastering python lesson2
Ruth Marvin
 
PDF
Introduction to facebook javascript sdk
Yi-Fan Chu
 
PPTX
Lec02 structures (2)
Khuder Altangerel
 
Lesson1 python an introduction
Arulalan T
 
An Introduction To Python - Python Midterm Review
Blue Elephant Consulting
 
Python Ireland Feb '11 Talks: Introduction to Python
Python Ireland
 
Python Introduction
Mohammad Javad Beheshtian
 
Meetup Python Nantes - les tests en python
Arthur Lutz
 
Java OOP Programming language (Part 1) - Introduction to Java
OUM SAOKOSAL
 
Python - Lecture 1
Ravi Kiran Khareedi
 
Analysis of Fatal Utah Avalanches with Python. From Scraping, Analysis, to In...
Matt Harrison
 
Introduction to Advanced Javascript
Collaboration Technologies
 
Learning notes of r for python programmer (Temp1)
Chia-Chi Chang
 
Operator Overloading
Sardar Alam
 
PyCon 2013 : Scripting to PyPi to GitHub and More
Matt Harrison
 
Python for All
Pragya Goyal
 
Installing Python on Mac
Wei-Wen Hsu
 
Python master class part 1
Chathuranga Bandara
 
Introduction to Python - Running Notes
RajKumar Rampelli
 
Introduction to facebook java script sdk
Yi-Fan Chu
 
Mastering python lesson2
Ruth Marvin
 
Introduction to facebook javascript sdk
Yi-Fan Chu
 
Lec02 structures (2)
Khuder Altangerel
 
Ad

Similar to Introduction to python (20)

PDF
Python for scientific computing
Go Asgard
 
PDF
Python 101 1
Iccha Sethi
 
PPTX
Introduction to learn and Python Interpreter
Alamelu
 
PPTX
Dr.C S Prasanth-Physics ppt.pptx computer
kavitamittal18
 
PDF
Blueprints: Introduction to Python programming
Bhalaji Nagarajan
 
PDF
Python: An introduction A summer workshop
ForrayFerenc
 
PDF
Python Part 1
Mohamed Ramadan
 
DOCX
Course set three full notes
geekinlibrariansclothing
 
PDF
Q-Step_WS_02102019_Practical_introduction_to_Python.pdf
Michpice
 
PPTX
IoT-Week1-Day1-Lab.pptx
afsheenfaiq2
 
PPTX
2015 bioinformatics python_strings_wim_vancriekinge
Prof. Wim Van Criekinge
 
PPTX
Python Demo.pptx
ParveenShaik21
 
PPTX
Python Demo.pptx
ParveenShaik21
 
PDF
"Automata Basics and Python Applications"
ayeshasiraj34
 
PPTX
Keep it Stupidly Simple Introduce Python
SushJalai
 
DOCX
Magic 8 ball prorgramming or structure is fun
geekinlibrariansclothing
 
PPT
01-Python-Basics.ppt
VicVic56
 
PDF
Python bootcamp - C4Dlab, University of Nairobi
krmboya
 
PPT
ComandosDePython_ComponentesBasicosImpl.ppt
oscarJulianPerdomoCh1
 
PPTX
python_computer engineering_semester_computer_language.pptx
MadhusmitaSahu40
 
Python for scientific computing
Go Asgard
 
Python 101 1
Iccha Sethi
 
Introduction to learn and Python Interpreter
Alamelu
 
Dr.C S Prasanth-Physics ppt.pptx computer
kavitamittal18
 
Blueprints: Introduction to Python programming
Bhalaji Nagarajan
 
Python: An introduction A summer workshop
ForrayFerenc
 
Python Part 1
Mohamed Ramadan
 
Course set three full notes
geekinlibrariansclothing
 
Q-Step_WS_02102019_Practical_introduction_to_Python.pdf
Michpice
 
IoT-Week1-Day1-Lab.pptx
afsheenfaiq2
 
2015 bioinformatics python_strings_wim_vancriekinge
Prof. Wim Van Criekinge
 
Python Demo.pptx
ParveenShaik21
 
Python Demo.pptx
ParveenShaik21
 
"Automata Basics and Python Applications"
ayeshasiraj34
 
Keep it Stupidly Simple Introduce Python
SushJalai
 
Magic 8 ball prorgramming or structure is fun
geekinlibrariansclothing
 
01-Python-Basics.ppt
VicVic56
 
Python bootcamp - C4Dlab, University of Nairobi
krmboya
 
ComandosDePython_ComponentesBasicosImpl.ppt
oscarJulianPerdomoCh1
 
python_computer engineering_semester_computer_language.pptx
MadhusmitaSahu40
 
Ad

Recently uploaded (20)

PDF
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
PDF
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
PDF
Data structures notes for unit 2 in computer science.pdf
sshubhamsingh265
 
PDF
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
PPT
New_school_Engineering_presentation_011707.ppt
VinayKumar304579
 
PDF
3rd International Conference on Machine Learning and IoT (MLIoT 2025)
ClaraZara1
 
PPTX
Biosensors, BioDevices, Biomediccal.pptx
AsimovRiyaz
 
PPTX
MODULE 03 - CLOUD COMPUTING AND SECURITY.pptx
Alvas Institute of Engineering and technology, Moodabidri
 
PPTX
Numerical-Solutions-of-Ordinary-Differential-Equations.pptx
SAMUKTHAARM
 
PPTX
OCS353 DATA SCIENCE FUNDAMENTALS- Unit 1 Introduction to Data Science
A R SIVANESH M.E., (Ph.D)
 
PPTX
MODULE 05 - CLOUD COMPUTING AND SECURITY.pptx
Alvas Institute of Engineering and technology, Moodabidri
 
PDF
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
PPTX
Mechanical Design of shell and tube heat exchangers as per ASME Sec VIII Divi...
shahveer210504
 
PPTX
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
PPTX
澳洲电子毕业证澳大利亚圣母大学水印成绩单UNDA学生证网上可查学历
Taqyea
 
PDF
Viol_Alessandro_Presentazione_prelaurea.pdf
dsecqyvhbowrzxshhf
 
PDF
Electrical Engineer operation Supervisor
ssaruntatapower143
 
PDF
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
PDF
Digital water marking system project report
Kamal Acharya
 
PDF
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
Data structures notes for unit 2 in computer science.pdf
sshubhamsingh265
 
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
New_school_Engineering_presentation_011707.ppt
VinayKumar304579
 
3rd International Conference on Machine Learning and IoT (MLIoT 2025)
ClaraZara1
 
Biosensors, BioDevices, Biomediccal.pptx
AsimovRiyaz
 
MODULE 03 - CLOUD COMPUTING AND SECURITY.pptx
Alvas Institute of Engineering and technology, Moodabidri
 
Numerical-Solutions-of-Ordinary-Differential-Equations.pptx
SAMUKTHAARM
 
OCS353 DATA SCIENCE FUNDAMENTALS- Unit 1 Introduction to Data Science
A R SIVANESH M.E., (Ph.D)
 
MODULE 05 - CLOUD COMPUTING AND SECURITY.pptx
Alvas Institute of Engineering and technology, Moodabidri
 
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
Mechanical Design of shell and tube heat exchangers as per ASME Sec VIII Divi...
shahveer210504
 
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
澳洲电子毕业证澳大利亚圣母大学水印成绩单UNDA学生证网上可查学历
Taqyea
 
Viol_Alessandro_Presentazione_prelaurea.pdf
dsecqyvhbowrzxshhf
 
Electrical Engineer operation Supervisor
ssaruntatapower143
 
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
Digital water marking system project report
Kamal Acharya
 
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 

Introduction to python