SlideShare a Scribd company logo
1 of 61
Download to read offline
➤
➤ Python 

Python
➤http://coreblog.org/ats/
➤@ats
/
Boombe
➤
➤
➤
➤
A B C D
65 66 67 68
/
R:200
G:100
B:010
➤
➤
➤
➤
➤
➤
➤ c.f.
“
( )
➤ 1875
➤
➤
( )
➤
➤ ( )
➤
➤
➤
➤
➤


FIZZBUZZ
“1 100
3 Fizz
5 Buzz
3 5 FizzBuzz ”
PYTHON3
for num in range(1,101):
if num % 5 == 0 and num % 3 == 0:
print(“FizzBuzz”)
elif num % 3 == 0:
print(“Fizz”)
elif num % 5 == 0:
print(“Buzz”)
else:
print(num)
1
2
Fizz
4
Buzz
Fizz
7
8
Fizz
Buzz
11
Fizz
13
14
FizzBuzz
➤
➤
➤
2
FIZZBUZZ
➤
➤
➤ ( )
➤
➤
➤
➤
( )
4 -
4
4
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤ -
➤
- 1
➤
➤
➤
➤
➤
➤
for num in range(1,101):
if num % 5 == 0 and num % 3 == 0:
print(“FizzBuzz”)
elif num % 3 == 0:
print(“Fizz”)
elif num % 5 == 0:
print(“Buzz”)
else:
print(num)
def fizzbuzz(num)
if num % 5 == 0 and num % 3 == 0:
return “FizzBuzz”
elif num % 3 == 0:
return “Fizz”
elif num % 5 == 0:
return “Buzz”
else:
return str(num)
for num in range(1, 101):
print(fizzbuzz(num))
- 2
➤
➤
➤
➤
➤ by
➤
➤
➤
➤
➤ ( )
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
(
)
➤
AKB48
2013 2014 2015 2016
CD ( )
( )
1
50
100
1
50
100
AKB48
AKB48
AKB48
2013 2014 2015 2016
CD ( )
( )
1
50
100
1
50
100
AKB48
AKB48
CD AKB
A B
➤
(Wikipedia )
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
➤
(1858 )
➤
➤ 2000
2 3EB(1TB×2
300 )
➤ 2002 3 5EB
➤ (
)
➤
➤
( )
➤
➤ RNN(
)
➤
➤
➤
➤
➤
IoT
AI
IoT
➤ Python
➤ : 2
➤
➤ Python
➤
➤
➤
etc.
? ?
( )
( ) ( )
( )
( ) ( )
( )
Machine Learning( )
Python R Scala
プログラミングはなぜ難しいのか
プログラミングはなぜ難しいのか

More Related Content

What's hot

Large 3D Mural Wallpaper
Large 3D Mural WallpaperLarge 3D Mural Wallpaper
Large 3D Mural Wallpaper何英 周
 
Matrix generator in batch file
Matrix generator in batch fileMatrix generator in batch file
Matrix generator in batch fileSunny Gupta
 
DublinJS - Functional Programming
DublinJS - Functional ProgrammingDublinJS - Functional Programming
DublinJS - Functional Programmingbobjlong
 
F*cking with fizz buzz
F*cking with fizz buzzF*cking with fizz buzz
F*cking with fizz buzzScott Windsor
 
Flutter - O que devemos saber
Flutter - O que devemos saberFlutter - O que devemos saber
Flutter - O que devemos saberBruno Vieira
 
10분리뷰 오픈이노베이션-김응수-20110211
10분리뷰 오픈이노베이션-김응수-2011021110분리뷰 오픈이노베이션-김응수-20110211
10분리뷰 오픈이노베이션-김응수-20110211David Eung Soo Kim
 
Mark mosher 9 box audio cube method overview pictures
Mark mosher 9 box audio cube method overview picturesMark mosher 9 box audio cube method overview pictures
Mark mosher 9 box audio cube method overview picturesMarkMosher
 
직장인을 위한 실용적 책읽기 가이드
직장인을 위한 실용적 책읽기 가이드직장인을 위한 실용적 책읽기 가이드
직장인을 위한 실용적 책읽기 가이드HwanJin 'David' Choi
 
Gurudev ki nepal yatra
Gurudev ki nepal yatraGurudev ki nepal yatra
Gurudev ki nepal yatraJuhiAgarwal39
 
Introducción a Bitcoin - Curso Trading con Bitcoin - BTCenEspañol
Introducción a Bitcoin - Curso Trading con Bitcoin - BTCenEspañolIntroducción a Bitcoin - Curso Trading con Bitcoin - BTCenEspañol
Introducción a Bitcoin - Curso Trading con Bitcoin - BTCenEspañolJoaquin Moreno
 
Abir and ushasie as byomkesh bakshi a film by kaustav ray, owner at rp techvi...
Abir and ushasie as byomkesh bakshi a film by kaustav ray, owner at rp techvi...Abir and ushasie as byomkesh bakshi a film by kaustav ray, owner at rp techvi...
Abir and ushasie as byomkesh bakshi a film by kaustav ray, owner at rp techvi...Kaustuv Ray
 

What's hot (12)

Large 3D Mural Wallpaper
Large 3D Mural WallpaperLarge 3D Mural Wallpaper
Large 3D Mural Wallpaper
 
Matrix generator in batch file
Matrix generator in batch fileMatrix generator in batch file
Matrix generator in batch file
 
DublinJS - Functional Programming
DublinJS - Functional ProgrammingDublinJS - Functional Programming
DublinJS - Functional Programming
 
F*cking with fizz buzz
F*cking with fizz buzzF*cking with fizz buzz
F*cking with fizz buzz
 
Flutter - O que devemos saber
Flutter - O que devemos saberFlutter - O que devemos saber
Flutter - O que devemos saber
 
10분리뷰 오픈이노베이션-김응수-20110211
10분리뷰 오픈이노베이션-김응수-2011021110분리뷰 오픈이노베이션-김응수-20110211
10분리뷰 오픈이노베이션-김응수-20110211
 
Mark mosher 9 box audio cube method overview pictures
Mark mosher 9 box audio cube method overview picturesMark mosher 9 box audio cube method overview pictures
Mark mosher 9 box audio cube method overview pictures
 
직장인을 위한 실용적 책읽기 가이드
직장인을 위한 실용적 책읽기 가이드직장인을 위한 실용적 책읽기 가이드
직장인을 위한 실용적 책읽기 가이드
 
Gurudev ki nepal yatra
Gurudev ki nepal yatraGurudev ki nepal yatra
Gurudev ki nepal yatra
 
Introducción a Bitcoin - Curso Trading con Bitcoin - BTCenEspañol
Introducción a Bitcoin - Curso Trading con Bitcoin - BTCenEspañolIntroducción a Bitcoin - Curso Trading con Bitcoin - BTCenEspañol
Introducción a Bitcoin - Curso Trading con Bitcoin - BTCenEspañol
 
Vcs24
Vcs24Vcs24
Vcs24
 
Abir and ushasie as byomkesh bakshi a film by kaustav ray, owner at rp techvi...
Abir and ushasie as byomkesh bakshi a film by kaustav ray, owner at rp techvi...Abir and ushasie as byomkesh bakshi a film by kaustav ray, owner at rp techvi...
Abir and ushasie as byomkesh bakshi a film by kaustav ray, owner at rp techvi...
 

Recently uploaded

SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 

Recently uploaded (20)

SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 

プログラミングはなぜ難しいのか