SlideShare une entreprise Scribd logo
1  sur  38
Télécharger pour lire hors ligne
PyCon2013
Application of Python in Robotics
Lentin Joseph
www.lentinjoseph.com
PyCon2013
About Speaker
• Former Robotics Engineer @ASIMOV
Robotics
• Founder of www.technolabsz.com
• Robotics, Machine Vision for last 3 years
• Python and GNU/Linux for last 5 years
• Website : www.lentinjoseph.com
PyCon2013
Agenda
• Introduction to Robotics
• Designing an intelligent ball tracking robot
• Block Diagram explanations
• Technology explanations
• Role of Python
• Robot demos
PyCon2013
Robotics in a Nutshell
• What is Robotics
• What is a Robot
• Types of Robot
PyCon2013
Robotics and Robot
• Robotics deals with design, construction,
operation and application of robots
• Robot is a machine build for doing real
world functions
PyCon2013
Types of Robots
Manipulators Mobile Robots Hybrid Robots
PyCon2013
Designing a ball tracking robot
PyCon2013
What this Robot Can do??
• It will track coloured objects like balls
Add-on :
• It can respond to human voice commands
using Artificial Intelligence
• It can detect obstacles
PyCon2013
What are the Features
• Locomotion
• Image Processing capability
• Speech synthesis and recognition
• Basic Artificial Intelligence
• Obstacle avoidance
PyCon2013
Block Diagram
Arduino
Raspberry Pi
Camera
Motor Control
board
Motors
Speaker and Mic
Ultrasonic sound
sensors
PyCon2013
How this components look like??
PyCon2013
Block Diagram Explanation
Arduino
Raspberry Pi
Camera
Motor Control
board
Motors
Speaker and Mic
Ultrasonic sound
sensors
PyCon2013
Motors
• DC Geared Motor
• Specification
• 12 volt
• 60 rpm
PyCon2013
Block Diagram
Arduino
Raspberry Pi
Camera
Motor Control
board
Motors
Speaker and Mic
Ultrasonic sound
sensors
PyCon2013
Motor Driver
• Name: MotoMama
• L298 H-Bridge
• 2 Motor output port
• Arduino Compatible
• Zigbee, Bluetooth
ready
• LED Indicators
PyCon2013
Block Diagram
Arduino
Raspberry Pi
Camera
Motor Control
board
Motors
Speaker and Mic
Ultrasonic sound
sensors
PyCon2013
Arduino
• Opensource hardware
• AtMega 328
micro-controller
• GPIO and Analog pins
• USB Compatible
• 5volt supply
• Easy programming
interface
PyCon2013
Block Diagram
Arduino
Raspberry Pi
Camera
Motor Control
board
Motors
Speaker and Mic
Ultrasonic sound
sensors
PyCon2013
Ultra Sonic Sound Sensor
• Obstacle detection
• Compatible with
Arduino
• Detect collision up to 2
cm to 3 m
• TTL Compatible
PyCon2013
Block Diagram
Arduino
Raspberry Pi
Camera
Motor Control
board
Motors
Speaker and Mic
Ultrasonic sound
sensors
PyCon2013
Raspberry Pi
• Mini Computer
• Running GNU/Linux
• Specification:
• 700Mhz Processor
• 512 MB of RAM
• USB Ports
• GPIO Pins
• Ethernet
• Audio Jack
PyCon2013
Block Diagram
Arduino
Raspberry Pi
Camera
Motor Control
board
Motors
Speaker and Mic
Ultrasonic sound
sensors
PyCon2013
How it Works??
Grabbing frames
from camera
Process Each
frame
Find position of
ball in the frame
If ball is left side of
the image, calculate
how much pixels
from center, send
this control signals
to arduino and vice
versa
Arduino Process
Comands from
Raspberry Pi and
sent commands
to motor driver
Motor controller
board sent PWM
to Motors
Motors
PyCon2013
Grab frames and Process??
• What is a Digital Image
• What is Digital Image Processing
• How to do color detection using Image
processing
• What is the role of python in image
processing
• Which library used for image processing
PyCon2013
Open Computer Vision(Open-CV)
• Developed by Intel maintaining by
Willogarage , Itseez
• Designed to do real time computer vision
• Written in C++ ,support for C,C++,Python,
Java
PyCon2013
How colour tracking code works??
• Colour tracker uses Python wrapper of
Open CV
Grabbing
frames from
camera
Smoothing BGR->HSV
ThresholdFinding moments
Finding centroid
of moments
Compare center
pixel of images
and centroid
Send the left and
right offset from
center to arduino
PyCon2013
How colour tracking code works??
• Demo Code
PyCon2013
How to send commands to arduino??
• Python Serial Port Communication
• >>import serial
• >>ser=serial.Serial(‘/dev/ttyUSB0’,57600)
• >>ser.write(“L60”)
• >>print ser.read();
• >>ser.close()
PyCon2013
Working of Arduino Firmware
Initialize Serial
Communication
Receive Control
Signal from Rpi
Node
Split Direction
and Value
Scale the value
and sent to motor
controller
Receive Distance
data from
Ultrasound sensor
Stop rover if
obstacle
PyCon2013
Working of Ping Sensor
PyCon2013
How to do communication between
nodes??
• What is Robotic Operating System(ROS)
• What is ROS and its concepts
• ROS Topics, Nodes, ROS Core, ROS
Package
PyCon2013
Communication between nodes??
• Two Nodes
• Arduino node and Raspberry Pi node
ROS Master
Raspberry Pi
Node
Arduino Node
Camera Arduino
Publish Topic Subscribe Topic
PyCon2013
Speech Processing and AI
• Speech Synthesis : Festival and Pyfestival
• Speech Recognition : GStreamer ,Pocket
Sphinx
• Artificial Intelligence: AIML and PyAIML
• GUI :Qt and PyQT
PyCon2013
Some of the projects !!
PyCon2013
Demo
PyCon2013
Reference
●
www.opencv.org
●www.ros.com
●
www.arduino.cc
PyCon2013
Questions
PyCon2013
Thanks
Lentin Joseph
www.lentinjoseph.com
www.technolabsz.com

Contenu connexe

Tendances

Python Tutorial For Beginners | Python Crash Course - Python Programming Lang...
Python Tutorial For Beginners | Python Crash Course - Python Programming Lang...Python Tutorial For Beginners | Python Crash Course - Python Programming Lang...
Python Tutorial For Beginners | Python Crash Course - Python Programming Lang...Edureka!
 
Introduction to Python
Introduction to Python Introduction to Python
Introduction to Python amiable_indian
 
Python presentation by Monu Sharma
Python presentation by Monu SharmaPython presentation by Monu Sharma
Python presentation by Monu SharmaMayank Sharma
 
Basic concepts for python web development
Basic concepts for python web developmentBasic concepts for python web development
Basic concepts for python web developmentNexSoftsys
 
Python 3 Programming Language
Python 3 Programming LanguagePython 3 Programming Language
Python 3 Programming LanguageTahani Al-Manie
 
Variables & Data Types In Python | Edureka
Variables & Data Types In Python | EdurekaVariables & Data Types In Python | Edureka
Variables & Data Types In Python | EdurekaEdureka!
 
Python Data Structures and Algorithms.pptx
Python Data Structures and Algorithms.pptxPython Data Structures and Algorithms.pptx
Python Data Structures and Algorithms.pptxShreyasLawand
 
Python course syllabus
Python course syllabusPython course syllabus
Python course syllabusSugantha T
 
Seminar report On Python
Seminar report On PythonSeminar report On Python
Seminar report On PythonShivam Gupta
 
Python 101: Python for Absolute Beginners (PyTexas 2014)
Python 101: Python for Absolute Beginners (PyTexas 2014)Python 101: Python for Absolute Beginners (PyTexas 2014)
Python 101: Python for Absolute Beginners (PyTexas 2014)Paige Bailey
 

Tendances (20)

Python basics
Python basicsPython basics
Python basics
 
Python final ppt
Python final pptPython final ppt
Python final ppt
 
Python ppt
Python pptPython ppt
Python ppt
 
Python Tutorial For Beginners | Python Crash Course - Python Programming Lang...
Python Tutorial For Beginners | Python Crash Course - Python Programming Lang...Python Tutorial For Beginners | Python Crash Course - Python Programming Lang...
Python Tutorial For Beginners | Python Crash Course - Python Programming Lang...
 
Introduction to Python
Introduction to Python Introduction to Python
Introduction to Python
 
Python presentation by Monu Sharma
Python presentation by Monu SharmaPython presentation by Monu Sharma
Python presentation by Monu Sharma
 
Basic concepts for python web development
Basic concepts for python web developmentBasic concepts for python web development
Basic concepts for python web development
 
Python 3 Programming Language
Python 3 Programming LanguagePython 3 Programming Language
Python 3 Programming Language
 
Variables & Data Types In Python | Edureka
Variables & Data Types In Python | EdurekaVariables & Data Types In Python | Edureka
Variables & Data Types In Python | Edureka
 
Python libraries
Python librariesPython libraries
Python libraries
 
Python Data Structures and Algorithms.pptx
Python Data Structures and Algorithms.pptxPython Data Structures and Algorithms.pptx
Python Data Structures and Algorithms.pptx
 
Snake PY Game.pptx
Snake PY Game.pptxSnake PY Game.pptx
Snake PY Game.pptx
 
Python-Functions.pptx
Python-Functions.pptxPython-Functions.pptx
Python-Functions.pptx
 
Python Functions
Python   FunctionsPython   Functions
Python Functions
 
Python course syllabus
Python course syllabusPython course syllabus
Python course syllabus
 
Chapter 03 python libraries
Chapter 03 python librariesChapter 03 python libraries
Chapter 03 python libraries
 
Seminar report On Python
Seminar report On PythonSeminar report On Python
Seminar report On Python
 
C Programming Assignment
C Programming AssignmentC Programming Assignment
C Programming Assignment
 
Python Tutorial Part 1
Python Tutorial Part 1Python Tutorial Part 1
Python Tutorial Part 1
 
Python 101: Python for Absolute Beginners (PyTexas 2014)
Python 101: Python for Absolute Beginners (PyTexas 2014)Python 101: Python for Absolute Beginners (PyTexas 2014)
Python 101: Python for Absolute Beginners (PyTexas 2014)
 

En vedette

Multirão Python - introdução ao py serial com gtk3 e arduino
Multirão Python - introdução ao py serial com gtk3 e arduinoMultirão Python - introdução ao py serial com gtk3 e arduino
Multirão Python - introdução ao py serial com gtk3 e arduinoAntonio Thomacelli
 
Introdução a linguagem Python: simples e produtiva
Introdução a linguagem Python: simples e produtivaIntrodução a linguagem Python: simples e produtiva
Introdução a linguagem Python: simples e produtivaÁlvaro Justen
 
Python and Machine Learning - BCN Python Meetup - 25th Sep 2014
Python and Machine Learning - BCN Python Meetup - 25th Sep 2014Python and Machine Learning - BCN Python Meetup - 25th Sep 2014
Python and Machine Learning - BCN Python Meetup - 25th Sep 2014XavierArrufat
 
Solucionario de Spong
Solucionario de SpongSolucionario de Spong
Solucionario de SpongEdgar Campos
 
Arduino + Python: produtividade ao extremo
Arduino + Python: produtividade ao extremoArduino + Python: produtividade ao extremo
Arduino + Python: produtividade ao extremoÁlvaro Justen
 
Discutindo DevOps na pratica, por Danilo Sato
Discutindo DevOps na pratica, por Danilo SatoDiscutindo DevOps na pratica, por Danilo Sato
Discutindo DevOps na pratica, por Danilo SatoThoughtworks
 
Raspberry Pi + ROS
Raspberry Pi + ROSRaspberry Pi + ROS
Raspberry Pi + ROSArnoldBail
 
Cell phone operated robot
Cell phone operated robotCell phone operated robot
Cell phone operated robotAbhishek Rawat
 
Como diagramar o seu livro
Como diagramar o seu livroComo diagramar o seu livro
Como diagramar o seu livroRicardo Almeida
 
project presentation on cell phone operated land rover
project presentation on cell phone operated land roverproject presentation on cell phone operated land rover
project presentation on cell phone operated land roversunanda kothari
 
Cell phone operated robot synopsis
Cell phone operated robot synopsisCell phone operated robot synopsis
Cell phone operated robot synopsisgopal002
 
SRS FOR CHAT APPLICATION
SRS FOR CHAT APPLICATIONSRS FOR CHAT APPLICATION
SRS FOR CHAT APPLICATIONAtul Kushwaha
 
Role of easy vr in Arduino Speech Processing
Role of easy vr in Arduino Speech ProcessingRole of easy vr in Arduino Speech Processing
Role of easy vr in Arduino Speech ProcessingMohammad Rehan Khan
 
Cell Phone Operated Robot
Cell Phone Operated RobotCell Phone Operated Robot
Cell Phone Operated RobotAniket Bhor
 

En vedette (18)

Multirão Python - introdução ao py serial com gtk3 e arduino
Multirão Python - introdução ao py serial com gtk3 e arduinoMultirão Python - introdução ao py serial com gtk3 e arduino
Multirão Python - introdução ao py serial com gtk3 e arduino
 
Introdução a linguagem Python: simples e produtiva
Introdução a linguagem Python: simples e produtivaIntrodução a linguagem Python: simples e produtiva
Introdução a linguagem Python: simples e produtiva
 
Python and Machine Learning - BCN Python Meetup - 25th Sep 2014
Python and Machine Learning - BCN Python Meetup - 25th Sep 2014Python and Machine Learning - BCN Python Meetup - 25th Sep 2014
Python and Machine Learning - BCN Python Meetup - 25th Sep 2014
 
Solucionario de Spong
Solucionario de SpongSolucionario de Spong
Solucionario de Spong
 
Robotic 11-26-14
Robotic 11-26-14Robotic 11-26-14
Robotic 11-26-14
 
Arduino + Python: produtividade ao extremo
Arduino + Python: produtividade ao extremoArduino + Python: produtividade ao extremo
Arduino + Python: produtividade ao extremo
 
Discutindo DevOps na pratica, por Danilo Sato
Discutindo DevOps na pratica, por Danilo SatoDiscutindo DevOps na pratica, por Danilo Sato
Discutindo DevOps na pratica, por Danilo Sato
 
Unmanned Ground Vehicle
Unmanned Ground VehicleUnmanned Ground Vehicle
Unmanned Ground Vehicle
 
Raspberry Pi + ROS
Raspberry Pi + ROSRaspberry Pi + ROS
Raspberry Pi + ROS
 
Lateral Thinking 1
Lateral Thinking  1Lateral Thinking  1
Lateral Thinking 1
 
Cell phone operated robot
Cell phone operated robotCell phone operated robot
Cell phone operated robot
 
Como diagramar o seu livro
Como diagramar o seu livroComo diagramar o seu livro
Como diagramar o seu livro
 
project presentation on cell phone operated land rover
project presentation on cell phone operated land roverproject presentation on cell phone operated land rover
project presentation on cell phone operated land rover
 
Cell phone operated robot synopsis
Cell phone operated robot synopsisCell phone operated robot synopsis
Cell phone operated robot synopsis
 
SRS FOR CHAT APPLICATION
SRS FOR CHAT APPLICATIONSRS FOR CHAT APPLICATION
SRS FOR CHAT APPLICATION
 
Role of easy vr in Arduino Speech Processing
Role of easy vr in Arduino Speech ProcessingRole of easy vr in Arduino Speech Processing
Role of easy vr in Arduino Speech Processing
 
Voice controlled Robot
Voice controlled RobotVoice controlled Robot
Voice controlled Robot
 
Cell Phone Operated Robot
Cell Phone Operated RobotCell Phone Operated Robot
Cell Phone Operated Robot
 

Similaire à Pycon2013 : Application of Python in Robotics

Line follower Robot using PID algorithm
Line follower Robot using PID algorithmLine follower Robot using PID algorithm
Line follower Robot using PID algorithmIfaz Ahmed Aflan
 
Raspberry Pi, Arduino and the Maker Movement
Raspberry Pi, Arduino and the Maker MovementRaspberry Pi, Arduino and the Maker Movement
Raspberry Pi, Arduino and the Maker Movementsrmonk
 
25 10-2010 presentation ois evening4
25 10-2010 presentation ois evening425 10-2010 presentation ois evening4
25 10-2010 presentation ois evening4Neels Westhuizen
 
Vivacity Smart City Platform
Vivacity Smart City PlatformVivacity Smart City Platform
Vivacity Smart City PlatformMarco Montanari
 
phase3.pptx
phase3.pptxphase3.pptx
phase3.pptxBalRaj75
 
بینایی ماشین
بینایی ماشینبینایی ماشین
بینایی ماشینShiraz LUG
 
Eating Fruit - Combining Robots & Apps
Eating Fruit - Combining Robots & AppsEating Fruit - Combining Robots & Apps
Eating Fruit - Combining Robots & AppsRobotGrrl
 
How you can build a robot Dr. Strangelove would approve
How you can build a robot Dr. Strangelove would approveHow you can build a robot Dr. Strangelove would approve
How you can build a robot Dr. Strangelove would approveTomáš Jukin
 
Future of Robotics Technology.pptx
Future of Robotics Technology.pptxFuture of Robotics Technology.pptx
Future of Robotics Technology.pptxApurbaRoy48
 
FYP presentation_LiXiaotong
FYP presentation_LiXiaotongFYP presentation_LiXiaotong
FYP presentation_LiXiaotongChristina Li
 
Building Raspberry Pi nodebots
Building Raspberry Pi nodebotsBuilding Raspberry Pi nodebots
Building Raspberry Pi nodebotsRiaan Cornelius
 
Python in Industry
Python in IndustryPython in Industry
Python in IndustryDharmit Shah
 
IoT Business in Japan
IoT Business in JapanIoT Business in Japan
IoT Business in JapanJun Harada
 

Similaire à Pycon2013 : Application of Python in Robotics (20)

Line follower Robot using PID algorithm
Line follower Robot using PID algorithmLine follower Robot using PID algorithm
Line follower Robot using PID algorithm
 
Raspberry Pi, Arduino and the Maker Movement
Raspberry Pi, Arduino and the Maker MovementRaspberry Pi, Arduino and the Maker Movement
Raspberry Pi, Arduino and the Maker Movement
 
25 10-2010 presentation ois evening4
25 10-2010 presentation ois evening425 10-2010 presentation ois evening4
25 10-2010 presentation ois evening4
 
Vivacity Smart City Platform
Vivacity Smart City PlatformVivacity Smart City Platform
Vivacity Smart City Platform
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Amity Raspberry Jam
Amity Raspberry JamAmity Raspberry Jam
Amity Raspberry Jam
 
phase3.pptx
phase3.pptxphase3.pptx
phase3.pptx
 
Colour tracking robot.pdf
Colour tracking robot.pdfColour tracking robot.pdf
Colour tracking robot.pdf
 
OpenCV
OpenCVOpenCV
OpenCV
 
بینایی ماشین
بینایی ماشینبینایی ماشین
بینایی ماشین
 
Eating Fruit - Combining Robots & Apps
Eating Fruit - Combining Robots & AppsEating Fruit - Combining Robots & Apps
Eating Fruit - Combining Robots & Apps
 
SASTRA
SASTRASASTRA
SASTRA
 
How you can build a robot Dr. Strangelove would approve
How you can build a robot Dr. Strangelove would approveHow you can build a robot Dr. Strangelove would approve
How you can build a robot Dr. Strangelove would approve
 
Future of Robotics Technology.pptx
Future of Robotics Technology.pptxFuture of Robotics Technology.pptx
Future of Robotics Technology.pptx
 
FYP presentation_LiXiaotong
FYP presentation_LiXiaotongFYP presentation_LiXiaotong
FYP presentation_LiXiaotong
 
Building Raspberry Pi nodebots
Building Raspberry Pi nodebotsBuilding Raspberry Pi nodebots
Building Raspberry Pi nodebots
 
Python in Industry
Python in IndustryPython in Industry
Python in Industry
 
Programmable watches
Programmable watchesProgrammable watches
Programmable watches
 
IoT Business in Japan
IoT Business in JapanIoT Business in Japan
IoT Business in Japan
 
Arduino
Arduino Arduino
Arduino
 

Dernier

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
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
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
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
 
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
 
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
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 

Dernier (20)

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
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
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
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
 
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
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 

Pycon2013 : Application of Python in Robotics