Programming the Raspberry Pi, Third Edition Getting Started with Python, 3rd Edition

An up-to-date guide to creating your own fun and useful Raspberry Pi™ programs This fully updated guide shows how to create inventive programs and fun games on your powerful Raspberry Pi-with no programming experience required. Programming the Raspberry Pi™: Getting Started with Python, Third Editio...

Full description

Bibliographic Details
Main Author: Monk, Simon
Format: eBook
Language:English
Published: McGraw-Hill Education TAB 2021
Edition:3rd edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04434nmm a2200397 u 4500
001 EB001997576
003 EBX01000000000000001160477
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210823 ||| eng
020 |a 9781264257362 
020 |a 1264257368 
050 4 |a QA76.73.P98 
100 1 |a Monk, Simon 
245 0 0 |a Programming the Raspberry Pi, Third Edition  |b Getting Started with Python, 3rd Edition  |c Monk, Simon 
250 |a 3rd edition 
260 |b McGraw-Hill Education TAB  |c 2021 
300 |a 208 pages 
505 0 |a Includes bibliographical references and index 
505 0 |a Cover -- About the Author -- Title Page -- Copyright Page -- Dedication -- Contents at a Glance -- Contents -- Preface -- Acknowledgments -- Introduction -- 1 Introduction -- What Is the Raspberry Pi? -- What Can You Do with a Raspberry Pi? -- A Tour of the Raspberry Pi -- Setting Up Your Raspberry Pi -- Booting Up -- Summary -- 2 Getting Started -- Linux -- The Desktop -- The Command Line -- Applications -- Internet Resources -- Summary -- 3 Python Basics -- Mu -- Numbers -- Variables -- For Loops -- Simulating Dice -- If -- While -- The Python Shell from the Terminal -- Summary -- 4 Strings, Lists, and Dictionaries -- String Theory -- Lists -- Functions -- Hangman -- Dictionaries -- Tuples -- Exceptions -- Summary of Functions -- Summary -- 5 Modules, Classes, and Methods -- Modules -- Object Orientation -- Defining Classes -- Inheritance -- Summary -- 6 Files and the Internet -- Files -- Pickling -- JSON -- Internet -- Summary -- 7 Graphical User Interfaces -- guizero -- Hello World -- Temperature Converter -- Other GUI Widgets -- Pop-Ups -- Menus -- Summary -- 8 Games Programming -- What Is Pygame? -- Coordinates -- Hello Pygame -- A Raspberry Game -- Summary -- 9 Interfacing Hardware -- GPIO Pin Connections -- Breadboarding with Jumper Wires -- Digital Outputs -- Analog Outputs -- Digital Inputs -- Analog Inputs -- HATs -- Summary -- 10 LED Fader Project -- What You Need -- Hardware Assembly -- Software -- Summary -- 11 Prototyping Project (Clock) -- What You Need -- Hardware Assembly -- Software -- Phase Two -- Summary -- 12 Raspberry Pi Robot -- Set Up the Raspberry Pi Zero W -- Web-Controlled Rover -- Autonomous Rover -- Summary -- 13 What Next -- Linux Resources -- Python Resources -- Raspberry Pi Resources -- Programming Languages -- Other Languages -- Applications and Projects -- Summary -- Index 
653 |a Logiciels d'application / Développement 
653 |a Python (Computer program language) / fast 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Application software / Development / fast 
653 |a Jeux vidéo / Programmation 
653 |a Video games / Programming / http://id.loc.gov/authorities/subjects/sh95003476 
653 |a Python (Langage de programmation) 
653 |a Video games / Programming / fast 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 126425735X 
776 |z 9781264257355 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781264257362/?ar  |x Verlag  |3 Volltext 
082 0 |a 794.8/1526 
520 |a An up-to-date guide to creating your own fun and useful Raspberry Pi™ programs This fully updated guide shows how to create inventive programs and fun games on your powerful Raspberry Pi-with no programming experience required. Programming the Raspberry Pi™: Getting Started with Python, Third Edition addresses physical changes and new setup procedures as well as OS updates to the current version 4. You will discover how to configure hardware and software, write Python scripts, create user-friendly GUIs, and control external electronics. Step-by-step projects include a digital clock prototype and a fully functioning Raspberry Pi robot. Configure your Raspberry Pi and explore its features Start writing and debugging Python programs Use strings, lists, functions, and dictionaries Work with modules, classes, and methods Apply object-oriented development methods Create user-friendly games using Pygame Build intuitive user interfaces with guizero Interface with hardware using the gpiozero library Attach external electronics through the GPIO port Add powerful Web features to your projects