Programming the Raspberry Pi: getting started with Python
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
New York [u.a.]
McGraw-Hill
2013
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XVIII, 170 S. Ill., graph. Darst. |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV040880151 | ||
003 | DE-604 | ||
005 | 20131031 | ||
007 | t | ||
008 | 130313s2013 ad|| |||| 00||| eng d | ||
020 | |z 9780071807838 (pbk.) |9 978-0-07-180783-8 (pbk.) | ||
020 | |z 0071807837 (pbk.) |9 0-07-180783-7 (pbk.) | ||
035 | |a (OCoLC)806018039 | ||
035 | |a (DE-599)BVBBV040880151 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-739 |a DE-83 |a DE-573 | ||
082 | 0 | |a 794.8/1526 |2 23 | |
084 | |a ST 160 |0 (DE-625)143599: |2 rvk | ||
084 | |a ZN 4980 |0 (DE-625)157428: |2 rvk | ||
100 | 1 | |a Monk, Simon |e Verfasser |4 aut | |
245 | 1 | 0 | |a Programming the Raspberry Pi |b getting started with Python |c Simon Monk |
264 | 1 | |a New York [u.a.] |b McGraw-Hill |c 2013 | |
300 | |a XVIII, 170 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Raspberry Pi (Computer) / Programming | |
650 | 4 | |a Computer games / Programming | |
650 | 4 | |a Python (Computer program language) | |
650 | 4 | |a Application software / Development | |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Raspberry Pi |0 (DE-588)1027903738 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Raspberry Pi |0 (DE-588)1027903738 |D s |
689 | 0 | 1 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 0 | 2 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Passau |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025859928&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-025859928 |
Datensatz im Suchindex
_version_ | 1804150162751225856 |
---|---|
adam_text | CONTENTS
Acknowledgments
.................................... xv
Introduction
.......................................... xvii
1
Introduction
................................... 1
What Is the Raspberry Pi?
........................ 1
What Can You Do with a Raspberry Pi?
.................. 3
A Tour
of the Raspberry Pi
............................. 3
Setting Up Your Raspberry Pi
........................... 5
Buying What You Need
............................. 5
Connecting Everything Together
..................... 11
Booting Up
........................................... 12
Summary
............................................ 13
2
Getting Started
.................................... 15
Linux
............................................... 15
The Desktop
......................................... 16
The Internet
.......................................... 18
The Command Line
................................... 19
Navigating with the Terminal
........................ 19
sudo
.............................................. 21
Applications
......................................... 22
Internet Resources
.................................... 23
Summary
............................................ 24
3
Python Basics
..................................... 25
IDLE
................................................ 25
Python Versions
.................................... 26
Python Shell
....................................... 26
Editor
............................................ 27
Numbers
............................................ 29
Variables
............................................. 30
For Loops
............................................ 31
Simulating Dice
....................................... 32
If
................................................... 34
Comparisons
...................................... 35
Being Logical
...................................... 36
Else
.............................................. 37
While
............................................... 38
Summary
............................................ 39
4
Strings, Lists, and Dictionaries
...................... 41
String Theory
........................................ 41
Lists
................................................. 43
Functions
............................................ 46
Hangman
............................................ 48
Dictionaries
.......................................... 55
Tuples
............................................... 56
Multiple Assignment
............................... 57
Multiple Return Values
............................. 57
Exceptions
........................................... 58
Summary of Functions
................................. 58
Numbers
.......................................... 58
Strings
............................................ 59
Lists
.............................................. 61
Dictionaries
....................................... 61
Type Conversions
.................................. 62
Summary
............................................ 63
5
Modules, Classes, and Methods
..................... 65
Modules
............................................. 65
Using Modules
.................................... 66
Useful Python Libraries
............................. 67
Installing New Modules
............................. 67
Object Orientation
.................................... 69
Defining Classes
...................................... 69
Inheritance
........................................... 71
Summary
............................................ 74
6
Files and the Internet
............................... 75
Files
................................................. 75
Reading Files
...................................... 75
Reading Big Files
................................... 77
Writing Files
....................................... 78
The File System
.................................... 79
Pickling
............................................. 80
Internet
.............................................. 81
Summary
............................................ 83
7
Graphical User Interfaces
........................... 85
Tkinter
.............................................. 85
Hello World
.......................................... 85
Temperature Converter
................................ 86
Other GUI Widgets
.................................... 90
Checkbutton ....................................... 91
Listbox ...........................................
91
Spinbox ........................................... 92
Layouts
........................................... 92
Scrollbar
.......................................... 96
Dialogs
.............................................. 97
Color Chooser
..................................... 98
File Chooser
....................................... 99
Menus
............................................... 99
The Canvas
.......................................... 100
Summary
............................................ 101
8
Games Programming
.............................. 103
What Is Pygame?
..................................... 103
Hello Pygame
........................................ 104
A Raspberry Game
.................................... 106
Following the Mouse
............................... 106
One Raspberry
..................................... 108
Catch Detection and Scoring
......................... 109
Timing
............................................ 110
Lots of Raspberries
.................................
Ill
Summary
............................................ 114
9
Interfacing Hardware
.............................. 115
GPIO Pin Connections
................................. 115
Direct Connection to GPIO Pins
......................... 117
Expansion Boards ..................................... 117
Pi Face
............................................ 117
Slice of
PI/O
....................................... 119
RaspiRobotBoard
.................................. 120
Gertboard ......................................... 121
Prototyping Boards
................................... 122
Pi Cobbler
......................................... 122
Pi Plate
........................................... 122
Humble Pi
........................................ 123
Arduino and the Pi
.................................... 124
Arduino and Pi Talk
................................ 125
Summary
............................................ 128
10
Prototyping Project (Clock)
......................... 129
What You Need
....................................... 130
Hardware Assembly
.................................. 130
Software
............................................. 132
Phase Two
........................................... 134
Summary
............................................ 137
11
The RaspiRobot
................................... 139
What You Need
....................................... 140
Phase
1:
A Basic Rover
................................. 141
Hardware Assembly
................................ 141
About the Software
................................. 145
Phase
2:
Adding a Range Finder and Screen
............... 147
Step
1:
Assemble the Range Finder Serial Adapter
....... 147
Step
2:
Attach the Screen
............................ 147
Step
3:
Update the Software
......................... 149
Step
4:
Run It
...................................... 150
Revised Software
................................... 150
Summary
............................................ 152
12
What Next
........................................ 153
Linux Resources
...................................... 153
Python Resources
..................................... 153
Raspberry Pi Resources
................................ 154
Other Programming Languages
......................... 155
Scratch
............................................ 155
С
................................................. 155
Applications
and Projects
.............................. 157
Media Center (Rasbmc)
............................. 157
Home Automation
................................. 158
Summary
............................................ 158
Index
................................................ 159
|
any_adam_object | 1 |
author | Monk, Simon |
author_facet | Monk, Simon |
author_role | aut |
author_sort | Monk, Simon |
author_variant | s m sm |
building | Verbundindex |
bvnumber | BV040880151 |
classification_rvk | ST 160 ZN 4980 |
ctrlnum | (OCoLC)806018039 (DE-599)BVBBV040880151 |
dewey-full | 794.8/1526 |
dewey-hundreds | 700 - The arts |
dewey-ones | 794 - Indoor games of skill |
dewey-raw | 794.8/1526 |
dewey-search | 794.8/1526 |
dewey-sort | 3794.8 41526 |
dewey-tens | 790 - Recreational and performing arts |
discipline | Sport Informatik Elektrotechnik / Elektronik / Nachrichtentechnik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01792nam a2200445 c 4500</leader><controlfield tag="001">BV040880151</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20131031 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">130313s2013 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9780071807838 (pbk.)</subfield><subfield code="9">978-0-07-180783-8 (pbk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">0071807837 (pbk.)</subfield><subfield code="9">0-07-180783-7 (pbk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)806018039</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV040880151</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-573</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">794.8/1526</subfield><subfield code="2">23</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 160</subfield><subfield code="0">(DE-625)143599:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ZN 4980</subfield><subfield code="0">(DE-625)157428:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Monk, Simon</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Programming the Raspberry Pi</subfield><subfield code="b">getting started with Python</subfield><subfield code="c">Simon Monk</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York [u.a.]</subfield><subfield code="b">McGraw-Hill</subfield><subfield code="c">2013</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVIII, 170 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Raspberry Pi (Computer) / Programming</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer games / Programming</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Python (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Application software / Development</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Raspberry Pi</subfield><subfield code="0">(DE-588)1027903738</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Raspberry Pi</subfield><subfield code="0">(DE-588)1027903738</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025859928&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-025859928</subfield></datafield></record></collection> |
id | DE-604.BV040880151 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:34:33Z |
institution | BVB |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025859928 |
oclc_num | 806018039 |
open_access_boolean | |
owner | DE-739 DE-83 DE-573 |
owner_facet | DE-739 DE-83 DE-573 |
physical | XVIII, 170 S. Ill., graph. Darst. |
publishDate | 2013 |
publishDateSearch | 2013 |
publishDateSort | 2013 |
publisher | McGraw-Hill |
record_format | marc |
spelling | Monk, Simon Verfasser aut Programming the Raspberry Pi getting started with Python Simon Monk New York [u.a.] McGraw-Hill 2013 XVIII, 170 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Raspberry Pi (Computer) / Programming Computer games / Programming Python (Computer program language) Application software / Development Programmierung (DE-588)4076370-5 gnd rswk-swf Raspberry Pi (DE-588)1027903738 gnd rswk-swf Python Programmiersprache (DE-588)4434275-5 gnd rswk-swf Raspberry Pi (DE-588)1027903738 s Programmierung (DE-588)4076370-5 s Python Programmiersprache (DE-588)4434275-5 s DE-604 Digitalisierung UB Passau application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025859928&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Monk, Simon Programming the Raspberry Pi getting started with Python Raspberry Pi (Computer) / Programming Computer games / Programming Python (Computer program language) Application software / Development Programmierung (DE-588)4076370-5 gnd Raspberry Pi (DE-588)1027903738 gnd Python Programmiersprache (DE-588)4434275-5 gnd |
subject_GND | (DE-588)4076370-5 (DE-588)1027903738 (DE-588)4434275-5 |
title | Programming the Raspberry Pi getting started with Python |
title_auth | Programming the Raspberry Pi getting started with Python |
title_exact_search | Programming the Raspberry Pi getting started with Python |
title_full | Programming the Raspberry Pi getting started with Python Simon Monk |
title_fullStr | Programming the Raspberry Pi getting started with Python Simon Monk |
title_full_unstemmed | Programming the Raspberry Pi getting started with Python Simon Monk |
title_short | Programming the Raspberry Pi |
title_sort | programming the raspberry pi getting started with python |
title_sub | getting started with Python |
topic | Raspberry Pi (Computer) / Programming Computer games / Programming Python (Computer program language) Application software / Development Programmierung (DE-588)4076370-5 gnd Raspberry Pi (DE-588)1027903738 gnd Python Programmiersprache (DE-588)4434275-5 gnd |
topic_facet | Raspberry Pi (Computer) / Programming Computer games / Programming Python (Computer program language) Application software / Development Programmierung Raspberry Pi Python Programmiersprache |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025859928&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT monksimon programmingtheraspberrypigettingstartedwithpython |