Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Programming the Raspberry Pi: Getting Started with Python

Posted By: arundhati
Programming the Raspberry Pi: Getting Started with Python

Simon Monk, "Programming the Raspberry Pi: Getting Started with Python"
2013 | ISBN: 0071807837 | 192 pages | EPUB | 13,2 MB

Program your own Raspberry Pi projects

Create innovative programs and fun games on your tiny yet powerful Raspberry Pi. In this book, electronics guru Simon Monk explains the basics of Raspberry Pi application development, while providing hands-on examples and ready-to-use scripts. See how to set up hardware and software, write and debug applications, create user-friendly interfaces, and control external electronics. Do-it-yourself projects include a hangman game, an LED clock, and a software-controlled roving robot.
Boot up and configure your Raspberry Pi
Navigate files, folders, and menus
Create Python programs using the IDLE editor
Work with strings, lists, and functions
Use and write your own libraries, modules, and classes
Add Web features to your programs
Develop interactive games with Pygame
Interface with devices through the GPIO port
Build a Raspberry Pi Robot and LED Clock
Build professional-quality GUIs using Tkinter