Cargando…

Raspberry Pi programmieren mit Python.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Weigend, Michael
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] : MITP Verlags GmbH & Co. KG, 2016.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a22000003i 4500
001 EBSCO_ocn949275926
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 160510s2016 xx o 000 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d OCLCO  |d YDXCP  |d OCLCF  |d EBLCP  |d OCLCO  |d OCLCQ 
019 |a 949641575 
020 |a 9783958454309  |q (electronic bk.) 
020 |a 3958454305  |q (electronic bk.) 
020 |z 9783958454293 
029 1 |a AU@  |b 000065553501 
035 |a (OCoLC)949275926  |z (OCoLC)949641575 
050 4 |a QA76.8.R15 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 004.165  |2 22/ger 
049 |a UAMI 
100 1 |a Weigend, Michael. 
245 1 0 |a Raspberry Pi programmieren mit Python. 
264 1 |a [Place of publication not identified] :  |b MITP Verlags GmbH & Co. KG,  |c 2016. 
300 |a 1 online resource 
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 Vendor-supplied metadata. 
505 0 |a Cover -- Impressum -- Inhaltsverzeichnis -- Einleitung -- Kapitel 1: Begegnung mit Python -- 1.1 Was ist Python? -- 1.2 Python-Versionen -- 1.3 IDLE -- 1.3.1 Die Python-Shell -- 1.3.2 Hotkeys -- 1.4 Die Python-Shell als Taschenrechner -- 1.4.1 Operatoren und Terme -- 1.4.2 Zahlen -- 1.4.3 Mathematische Funktionen -- 1.5 Hilfe -- 1.6 Namen und Zuweisungen -- 1.6.1 Zuweisungen für mehrere Variablen -- 1.6.2 Rechnen mit Variablen in der Shell -- 1.6.3 Syntaxregeln für Bezeichner -- 1.6.4 Neue Namen für Funktionen und andere Objekte -- 1.6.5 Erweiterte Zuweisungen 
505 8 |a 1.7 Mit Python-Befehlen Geräte steuern -- 1.7.1 Projekt: Eine LED ein- und ausschalten -- 1.7.2 Das Modul RPI.GPIO -- 1.7.3 Steuern mit Relais -- 1.7.4 Projekt: Eine Taschenlampe an- und ausschalten -- 1.8 Aufgaben -- 1.9 Lösungen -- Kapitel 2: Python-Skripte -- 2.1 Ein Skript mit IDLE erstellen -- 2.1.1 Ein neues Projekt starten -- 2.1.2 Programmtext eingeben -- 2.1.3 Das Skript ausführen -- 2.1.4 Shortcuts -- 2.2 Programme ausführen -- 2.2.1 Programm in der Konsole starten -- 2.2.2 Anklicken des Programmicons im File-Manager -- 2.3 Interaktive Programme -- das EVA-Prinzip 
505 8 |a 2.3.1 Format mit Bedeutung -- Aufbau eines Python-Programmtextes -- 2.3.2 Eingabe -- die input()-Funktion -- 2.3.3 Verarbeitung -- Umwandeln von Datentypen und Rechnen -- 2.3.4 Ausgabe -- die print()-Funktion -- 2.4 Programmverzweigungen -- 2.4.1 Einfache Bedingungen -- 2.4.2 Wie erkennt man eine gute Melone? Zusammengesetzte Bedingungen -- 2.4.3 Einseitige Verzweigungen und Programmblöcke -- 2.4.4 Haben Sie Ihr Idealgewicht? -- 2.4.5 Eine Besonderheit von Python: Wahrheitswerte für Objekte -- 2.5 Bedingte Wiederholung -- die while-Anweisung -- 2.5.1 Projekt: Zahlenraten 
505 8 |a 2.5.2 Have a break! Abbruch einer Schleife -- 2.6 Projekte mit dem GPIO -- 2.6.1 Blinklicht -- 2.6.2 Schalter -- 2.6.3 Zähler -- 2.6.4 Grundzustände festlegen und Flankensteuerung -- 2.7 Projekt: Eine Alarmanlage -- 2.7.1 Aufbau und Arbeitsweise der Alarmanlage -- 2.7.2 Programmierung -- 2.8 Aufgaben -- 2.9 Lösungen -- Kapitel 3: Kollektionen: Mengen, Listen, Tupel und Dictionaries -- 3.1 Die Typhierarchie -- 3.2 Gemeinsame Operationen für Kollektionen -- 3.3 Kollektionen in Bedingungen -- 3.3.1 Projekt: Kundenberatung -- 3.3.2 Projekt: Sichere Kommunikation -- 3.4 Iteration -- die for-Anweisung 
505 8 |a 3.4.1 Verwendung von break -- 3.5 Sequenzen -- 3.5.1 Konkatenation und Vervielfältigung -- 3.5.2 Direkter Zugriff auf Elemente -- Indizierung -- 3.5.3 Slicing -- 3.5.4 Projekt: Lesbare Zufallspasswörter -- 3.6 Tupel -- 3.7 Zeichenketten (Strings) -- 3.7.1 Strings durch Bytestrings codieren -- 3.7.2 Der Formatierungsoperator % -- 3.8 Listen -- 3.8.1 Listen sind Objekte und empfangen Botschaften -- 3.8.2 Klasse, Typ und Instanz -- 3.8.3 Kopie oder Alias? -- 3.8.4 Listenoperationen -- 3.8.5 Projekt: Zufallsnamen -- 3.8.6 Projekt: Telefonliste -- 3.8.7 Listen durch Comprehensions erzeugen 
505 8 |a 3.9 Zahlen in einer Folge -- range()-Funktion 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Raspberry Pi (Computer)  |x Programming. 
650 0 |a Python (Computer program language) 
650 6 |a Raspberry Pi (Ordinateur)  |x Programmation. 
650 6 |a Python (Langage de programmation) 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a Python (Computer program language)  |2 fast  |0 (OCoLC)fst01084736 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1234651  |z Texto completo 
938 |a EBSCOhost  |b EBSC  |n 1234651 
938 |a YBP Library Services  |b YANK  |n 12980819 
994 |a 92  |b IZTAP