SlideShare une entreprise Scribd logo
1  sur  61
Télécharger pour lire hors ligne
➤
➤ 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
プログラミングはなぜ難しいのか
プログラミングはなぜ難しいのか

Contenu connexe

Tendances

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
 

Tendances (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...
 

Dernier

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 

Dernier (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 

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