Cargando…

Python programming with Raspberry Pi : build small yet powerful robots and automation systems with Raspberry Pi Zero /

Become a master of Python programming using the small yet powerful Raspberry Pi Zero About This Book This is the first book on the market that teaches Python programming with Raspberry Pi Zero Develop exciting applications such as a mobile robot and home automation controller using Python This step-...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Yamanoor, Sai (Autor), Yamanoor, Srihari (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2017.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn987379620
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 170517s2017 enka o 000 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d STF  |d TOH  |d IDEBK  |d TEFOD  |d OCLCF  |d OCLCQ  |d COO  |d UOK  |d CEF  |d KSU  |d NTG  |d WYU  |d C6I  |d UAB  |d N$T  |d K6U  |d QGK  |d OCLCO  |d EBLCP  |d YDX  |d IDB  |d MERUC  |d CHVBK  |d OCL  |d OCLCO 
019 |a 985837736  |a 986091275  |a 986326358  |a 986632454  |a 987637091  |a 1003071189 
020 |a 9781786469151  |q (electronic bk.) 
020 |a 1786469154  |q (electronic bk.) 
020 |z 9781786467577 
029 1 |a CHNEW  |b 000973733 
029 1 |a CHVBK  |b 50326895X 
029 1 |a GBVCP  |b 100486356X 
035 |a (OCoLC)987379620  |z (OCoLC)985837736  |z (OCoLC)986091275  |z (OCoLC)986326358  |z (OCoLC)986632454  |z (OCoLC)987637091  |z (OCoLC)1003071189 
037 |a CL0500000860  |b Safari Books Online 
037 |a 5D6F9BCE-17B2-4DEA-8A2F-B9A5F3904004  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.8.R15 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Yamanoor, Sai,  |e author. 
245 1 0 |a Python programming with Raspberry Pi :  |b build small yet powerful robots and automation systems with Raspberry Pi Zero /  |c Sai Yamanoor, Srihari Yamanoor. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (305 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Online resource; title from title page (Safari, viewed May 17, 2017). 
520 |a Become a master of Python programming using the small yet powerful Raspberry Pi Zero About This Book This is the first book on the market that teaches Python programming with Raspberry Pi Zero Develop exciting applications such as a mobile robot and home automation controller using Python This step-by-step guide helps you make the most out of Raspberry Pi Zero using Python programming Who This Book Is For This book is aimed at hobbyists and programmers who want to learn Python programming and develop applications using the Pi Zero. They should have basic familiarity with electronics. What You Will Learn Configure Raspberry Pi using Python Control loops to blink an LED using simple arithmetic operations Understand how interface sensors, actuators, and LED displays work Get to grips with every aspect of Python programming using practical examples Explore machine vision, data visualization, and scientific computations Build a mobile robot using the Raspberry Pi as the controller Build a voice-activated home automation controller In Detail Raspberry Pi Zero is a super-small and super-affordable product from Raspberry Pi that is packed with a plethora of features and has grabbed the notice of programmers, especially those who use Python. This step-by-step guide will get you developing practical applications in Python using a Raspberry Pi Zero. It will become a valuable resource as you learn the essential details of interfacing sensors and actuators to a Raspberry Pi, as well as acquiring and displaying data. You will get started by writing a Python program that blinks an LED at 1-second intervals. Then you will learn to write simple logic to execute tasks based upon sensor data (for example, to control a motor) and retrieve data from the web (such as to check e-mails to provide a visual alert). Finally, you will learn to build a home automation system with Python where different appliances are controlled using the Raspberry Pi. The examples discussed in each chapter of this book culminate in a project that help improve the quality of people's lives. Style and approach This will be a learning, step-by-step guide to teach Python programming using the famous Raspberry Pi Zero. The book is packed with practical examples at every step along with tips and tricks for the Raspberry Pi fans. 
505 0 |a Credits; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Python and the Raspberry Pi Zero; Let's get started!; Things needed for this book; Buying the Raspberry Pi Zero; Introduction to the Raspberry Pi Zero; The features of the Raspberry Pi Zero; The setup of the Raspberry Pi Zero; Soldering the GPIO headers; Enclosure for the Raspberry Pi Zero; OS setup for the Raspberry Pi; micro SD card preparation; Let's learn Python!; The Hello World example; Setting up your Raspberry Pi Zero for Python programming. 
505 8 |a IDLE's interactive toolThe text editor approach; Launching the Python interpreter via the Linux Terminal; Executing Python scripts using the Linux Terminal; The print() function; The help() function; Summary; Chapter 2: Arithmetic Operations, Loops, and Blinky Lights; Hardware required for this chapter; Arithmetic operations; Bitwise operators in Python; Logical operators; Data types and variables in Python; Reading inputs from the user; The formatted string output; The str.format() method; An exercise for the reader; Another exercise for the reader; Concatenating strings; Loops in Python. 
505 8 |a A for loopIndentation; Nested loops; A while loop; Raspberry Pi's GPIO; Blinky lights; Code; The applications of GPIO control; Summary; Chapter 3: Conditional Statements, Functions, and Lists; Conditional statements; An if-else statement; if-elif-else statement; Breaking out of loops; The applications of conditional statements: executing tasks using GPIO; Breaking out a loop by counting button presses; Functions in Python; Passing arguments to a function:; Returning values from a function; The scope of variables in a function; GPIO callback functions; DC motor control in Python. 
505 8 |a Some mini-project challenges for the readerSummary; Chapter 4: Communication Interfaces; UART -- serial port; Raspberry Pi Zero's UART port; Setting up the Raspberry Pi Zero serial port; Example 1 -- interfacing a carbon dioxide sensor to the Raspberry Pi; Python code for serial port communication; I2C communication; Example 2 -- PiGlow; Installing libraries; Example; Example 3 -- Sensorian add-on hardware for the Raspberry Pi; I2C drivers for the lux sensor; Challenge; The SPI interface; Example 4 -- writing to external memory chip; Challenge to the reader; Summary. 
505 8 |a Chapter 5: Data Types and Object-Oriented Programming in PythonLists; Operations that could be performed on a list; Append element to list:; Remove element from list:; Retrieving the index of an element; Popping an element from the list; Counting the instances of an element:; Inserting element at a specific position:; Challenge to the reader; Extending a list; Clearing the elements of a list; Sorting the elements of a list; Reverse the order of elements in list; Create copies of a list; Accessing list elements; Accessing a set of elements within a list; List membership. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Raspberry Pi (Computer) 
650 0 |a Python (Computer program language) 
650 0 |a Computer input-output equipment. 
650 6 |a Raspberry Pi (Ordinateur) 
650 6 |a Python (Langage de programmation) 
650 6 |a Ordinateurs  |x Équipement d'entrée-sortie. 
650 7 |a Computer input-output equipment  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
650 7 |a Raspberry Pi (Computer)  |2 fast 
700 1 |a Yamanoor, Srihari,  |e author. 
776 0 8 |i Print version:  |a Yamanoor, Sai.  |t Python Programming with Raspberry Pi.  |d Birmingham : Packt Publishing, ©2016 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1513354  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781786467577/?ar  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4853054 
938 |a EBSCOhost  |b EBSC  |n 1513354 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34590868 
938 |a YBP Library Services  |b YANK  |n 14282709 
994 |a 92  |b IZTAP