Python 3: Programmieren für Einsteiger
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Landshut
BMU MediaGmbH
2018
|
Ausgabe: | 2. Auflage Oktober 2018 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Auf dem Umschlag: Der leichte Weg zum Python-Experten. Keine Vorkenntnisse notwendig! |
Beschreibung: | 288 Seiten |
ISBN: | 9783966450072 3966450070 |
Internformat
MARC
LEADER | 00000nam a22000008c 4500 | ||
---|---|---|---|
001 | BV045867662 | ||
003 | DE-604 | ||
005 | 20200917 | ||
007 | t | ||
008 | 190509s2018 gw |||| 00||| ger d | ||
015 | |a 19,N13 |2 dnb | ||
016 | 7 | |a 1181549817 |2 DE-101 | |
020 | |a 9783966450072 |c : EUR 13.90 (DE), EUR 14.30 (AT) |9 978-3-96645-007-2 | ||
020 | |a 3966450070 |9 3-96645-007-0 | ||
024 | 3 | |a 9783966450072 | |
035 | |a (OCoLC)1101134949 | ||
035 | |a (DE-599)DNB1181549817 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a ger | |
044 | |a gw |c XA-DE-BY | ||
049 | |a DE-91 |a DE-12 |a DE-83 |a DE-B768 |a DE-1043 |a DE-384 |a DE-824 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
084 | |a DAT 366f |2 stub | ||
100 | 1 | |a Bonacina, Michael |e Verfasser |0 (DE-588)116875643X |4 aut | |
245 | 1 | 0 | |a Python 3 |b Programmieren für Einsteiger |c Michael Bonacina |
250 | |a 2. Auflage Oktober 2018 | ||
264 | 1 | |a Landshut |b BMU MediaGmbH |c 2018 | |
300 | |a 288 Seiten | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Auf dem Umschlag: Der leichte Weg zum Python-Experten. Keine Vorkenntnisse notwendig! | ||
650 | 0 | 7 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Python 3.0 |0 (DE-588)7624871-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
653 | |a B07K28N45G | ||
653 | |a Python 3 | ||
653 | |a Python 3 Programmieren lernen | ||
653 | |a Python Programmieren lernen | ||
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 0 | 1 | |a Python 3.0 |0 (DE-588)7624871-9 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Python 3.0 |0 (DE-588)7624871-9 |D s |
689 | 1 | 1 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |D s |
689 | 1 | |5 DE-604 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=031251015&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-031251015 |
Datensatz im Suchindex
_version_ | 1804180009652322304 |
---|---|
adam_text | INHALTSVERZEICHNIS
1.
EINLEITUNG
..................................................................................................
9
1.1.
PYTHON:
EINE
EINFACH
ZU
ERLERNENDE
PROGRAMMIERSPRACHE
.........
10
1.2.
DIE
ZIELE
BEI
DER
ENTWICKLUNG
VON
PYTHON
....................................
11
1.3.
DIE
ENTWICKLUNGSGESCHICHTE
.........................................................
12
1.4.
EINE
INTERPRETIERTE
PROGRAMMIERSPRACHE
......................................
15
2.
DIE
VORBEREITUNGSMASSNAHMEN
.............................................................
18
2.1.
DEN
PYTHON
INTERPRETER
INSTALLIEREN
................................................
19
2.2.
EINEN
TEXTEDITOR
FUER
DIE
ERSTELLUNG
DES
CODES
............................ 23
3.
INTERAKTIVE
INTERPRETATION:
IDEAL
FUER
DEN
ERSTEN
KONTAKT
MIT
PYTHON
....26
3.1.
DEN
PYTHON-PROMPT
AUFRUFEN
...............................
27
3.2.
ERSTE
BEFEHLE
AUSPROBIEREN
...........................................................28
4.
EIN
PYTHON-PROGRAMM
IN
EINE
EIGENE
DATEI
SCHREIBEN
......................32
4.1.
EIN
PROGRAMM
FUER
EINE
EINFACHE
TEXTAUSGABE
...........................
32
4.2. DIE
AUSFUEHRUNG
IM
PYTHON-INTERPRETER
..........................................
34
4.3.
KOMMENTARE:
HILFREICH
FUER
DAS
VERSTAENDNIS
DES
PROGRAMMS
......
37
4.4.
UEBUNGSAUFGABE:
EIGENE
INHALTE
ZUM
PROGRAMM
HINZUFUEGEN
....
39
5.
VARIABLEN:
UNVERZICHTBAR
FUER
DIE
PROGRAMMIERUNG
MIT
PYTHON
...........
45
5.1. DIE
AUFGABE
VON
VARIABLEN
IN
EINEM
COMPUTERPROGRAMM
.......
45
5.2.
VARIABLEN
IN
PYTHON
VERWENDEN
....................................................47
5.3.
DEN
WERT
EINER
VARIABLEN
DURCH
EINE
EINGABE
DES
NUTZERS
FESTLEGEN
................................................................................................
51
5.4.
DYNAMISCHE
TYPISIERUNG:
VIELE
FREIHEITEN
BEI
DER
NUTZUNG
VON
VARIABLEN
................................................................................................
55
5.5.
DATENTYPEN
SIND
AUCH
IN
PYTHON
VON
BEDEUTUNG
........................
58
5.6.
UEBUNGSAUFGABE:
MIT
VARIABLEN
ARBEITEN
......................................
62
6.
DATENSTRUKTUREN
IN
PYTHON
.....................................................................
67
6.1.
LISTEN:
MEHRERE
INFORMATIONEN
ZUSAMMENFASSEN
.......................
69
6.2.
DICTIONARIES:
ZUGRIFF
UEBER
EINEN
SCHLUESSELBEGRIFF
........................
74
6.3.
TUPEL:
UNVERAENDERLICHE
DATEN
......................................................
77
6.4.
UEBUNGSAUFGABE:
MIT
DATENSTRUKTUREN
ARBEITEN
..........................
81
7.
ENTSCHEIDUNGEN
IM
PROGRAMM
TREFFEN
..................................................
87
7.1.
DER
SCHLUESSELBEGRIFF
IF
...................................................................
87
7.2.
VERGLEICHE:
WICHTIG
FUER
DAS
AUFSTELLEN
DER
BEDINGUNG
................90
7.3.
DIE
VERKNUEPFUNG
MEHRERER
BEDINGUNGEN
.................................... 94
7.4.
MIT
EISE
UND
ELIF
WEITERE
ALTERNATIVEN
HINZUFUEGEN
........................
97
7.5.
UEBUNGSAUFGABE:
EIGENE
ABFRAGEN
ERSTELLEN
..............................
101
8.
SCHLEIFEN
FUER
DIE
WIEDERHOLUNG
VON
PROGRAMMTEILEN
.......................
107
8.1.
DIE
WHILE-SCHLEIFE:
DER
GRUNDLEGENDE
SCHLEIFENTYP
..................
109
8.2.
DIE
FOR-SCHLEIFE:
EIN
MAECHTIGES
INSTRUMENT
IN
PYTHON
..............
112
8.3.
BREAK
UND
CONTINUE:
WEITERE
WERKZEUGE
FUER
DIE
STEUERUNG
VON
SCHLEIFEN
..............................................................................................
117
8.4.
UEBUNGSAUFGABE:
MIT
VERSCHIEDENEN
SCHLEIFEN
ARBEITEN
..........
120
9.
FUNKTIONEN
IN
PYTHON
...........................................................................125
9.1. DIE
VORTEILE
EINER
FUNKTION
..........................................................
125
9.2.
EINE
FUNKTION
SELBST
ERSTELLEN
.....................................................
126
9.3.
ARGUMENTE
FUER
FUNKTIONEN
VERWENDEN
........................................
128
9.4.
EINEN
RUECKGABEWERT
VERWENDEN
................................................
134
9.5.
FUNKTIONEN
IN
EINER
EIGENEN
DATEI
ABSPEICHERN
........................
139
9.6.
UEBUNGSAUFGABE:
FUNKTIONEN
SELBST
GESTALTEN
............................
142
10.
MIT
MODULEN
AUS
DER
STANDARDBIBLIOTHEK
ARBEITEN
...........................146
10.1.
WAS
IST
DIE
STANDARDBIBLIOTHEK
UND
WELCHE
MODULE
ENTHAELT
SIE?
146
10.2.
DIE
REFERENZ
FUER
DIE
STANDARDBIBLIOTHEK
149
10.3.
BEISPIEL
FUER
EIN
HAEUFIG
VERWENDETES
MODUL:
MATH
150
10.4
UEBUNGSAUFGABE:
MIT
DER
STANDARDBIBLIOTHEK
ARBEITEN
154
11.
OBJEKTORIENTIERUNG
IN
PYTHON
159
11.1.
OBJEKTORIENTIERUNG:
WAS
IST
DAS?
159
11.2.
KLASSEN:
DIE
GRUNDLAGE
DER
OBJEKTORIENTIERTEN
PROGRAMMIERUNG
162
11.3.
OBJEKTE:
INSTANZEN
DER
KLASSEN
166
11.4.
DIE
KAPSELUNG
DER
DATEN
169
11.5.
METHODEN:
FUNKTIONEN
FUER
OBJEKTE
172
11.6.
KLASSEN-
UND
OBJEKTVARIABLEN
176
11.7.
VERERBUNG:
EIN
GRUNDLEGENDES
PRINZIP
DER
OBJEKTORIENTIERTEN
PROGRAMMIERUNG
181
11.8.
UEBUNGSAUFGABE:
MIT
OBJEKTEN
ARBEITEN
185
12.
DIE
BEHANDLUNG
VON
FEHLERN
UND
AUSNAHMEN
IN
PYTHON
191
12.1.
WARUM
IST
ES
WICHTIG,
FEHLER
UND
AUSNAHMEN
ZU
BEHANDELN?
193
12.2.
TRY
UND
EXCEPT:
SO
WERDEN
AUSNAHMEN
BEHANDELT
194
12.3.
FINALLY:
DIE
AUSNAHMEBEHANDLUNG
ABSCHLIESSEN
201
12.4.
SELBST
DEFINIERTE
AUSNAHMEN
FESTLEGEN
204
12.5.
UEBUNGSAUFGABE:
PROGRAMME
MIT
AUSNAHMEBEHANDLUNG
SCHREIBEN
208
13.
DATEIEN
FUER
DIE
DATENSPEICHERUNG
VERWENDEN
213
13.1.
DATEN
DAUERHAFT
ABSPEICHERN:
VERSCHIEDENE
MOEGLICHKEITEN..
213
13.2.
DATEN
IN
DIE
DATEI
SCHREIBEN
215
13.3.
DATEN
AUS
DER
DATEI
AUSLESEN
..................................................
218
13.4.
UEBUNGSAUFGABE:
MIT
DATEIEN
FUER
DIE
DATENSPEICHERUNG
ARBEITEN
226
14.
GRAFISCHE
BENUTZEROBERFLAECHEN
MIT
TKINTER
ERZEUGEN
....................
231
14.1.
EIN
ERSTES
EINFACHES
FENSTER
ERSTELLEN
.....................................
232
14.2.
BUTTONS
MIT
FUNKTIONEN
HINZUFUEGEN
.........................................
238
14.3.
DAS
LAYOUT
DER
FENSTER
.............................................................
243
14.4.
WEITERE
ELEMENTE
FUER
DIE
GESTALTUNG
DER
FENSTER
...................
249
14.5.
UEBUNGSAUFGABE:
PROGRAMME
MIT
FENSTERN
SELBST
GESTALTEN..
254
15.
ANWENDUNGSBEISPIEL:
VERWALTUNGSPROGRAMM
FUER
GEBRAUCHTWAGENHAENDLER
..........................................................................
259
15.1.
DIE
STRUKTUR
DES
PROGRAMMS
FESTLEGEN
....................................
260
15.2.
DAS
SORTIMENT
ANZEIGEN
............................................................
264
15.3.
EIN
NEUES
AUTO
ZUM
SORTIMENT
HINZUFUEGEN
..............................
270
15.4.
EIN
AUTO
VERKAUFEN
....................................................................
274
15.5.
DEN
PREIS
EINES
FAHRZEUGS
ANPASSEN
.....................................
280
15.6.
LETZTE
ANPASSUNGEN
AM
HAUPTPROGRAMM
...............................
285
15.7.
AUSBLICK
......................................................................................
287
|
any_adam_object | 1 |
author | Bonacina, Michael |
author_GND | (DE-588)116875643X |
author_facet | Bonacina, Michael |
author_role | aut |
author_sort | Bonacina, Michael |
author_variant | m b mb |
building | Verbundindex |
bvnumber | BV045867662 |
classification_rvk | ST 250 |
classification_tum | DAT 366f |
ctrlnum | (OCoLC)1101134949 (DE-599)DNB1181549817 |
discipline | Informatik |
edition | 2. Auflage Oktober 2018 |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02121nam a22005538c 4500</leader><controlfield tag="001">BV045867662</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20200917 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">190509s2018 gw |||| 00||| ger d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">19,N13</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1181549817</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783966450072</subfield><subfield code="c">: EUR 13.90 (DE), EUR 14.30 (AT)</subfield><subfield code="9">978-3-96645-007-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3966450070</subfield><subfield code="9">3-96645-007-0</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783966450072</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1101134949</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1181549817</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-BY</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91</subfield><subfield code="a">DE-12</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-B768</subfield><subfield code="a">DE-1043</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-824</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 366f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Bonacina, Michael</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)116875643X</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Python 3</subfield><subfield code="b">Programmieren für Einsteiger</subfield><subfield code="c">Michael Bonacina</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. Auflage Oktober 2018</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Landshut</subfield><subfield code="b">BMU MediaGmbH</subfield><subfield code="c">2018</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">288 Seiten</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="500" ind1=" " ind2=" "><subfield code="a">Auf dem Umschlag: Der leichte Weg zum Python-Experten. Keine Vorkenntnisse notwendig!</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="650" ind1="0" ind2="7"><subfield code="a">Python 3.0</subfield><subfield code="0">(DE-588)7624871-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</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="653" ind1=" " ind2=" "><subfield code="a">B07K28N45G</subfield></datafield><datafield tag="653" ind1=" " ind2=" "><subfield code="a">Python 3</subfield></datafield><datafield tag="653" ind1=" " ind2=" "><subfield code="a">Python 3 Programmieren lernen</subfield></datafield><datafield tag="653" ind1=" " ind2=" "><subfield code="a">Python Programmieren lernen</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><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="1"><subfield code="a">Python 3.0</subfield><subfield code="0">(DE-588)7624871-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Python 3.0</subfield><subfield code="0">(DE-588)7624871-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><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="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</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=031251015&sequence=000001&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-031251015</subfield></datafield></record></collection> |
genre | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV045867662 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T08:28:57Z |
institution | BVB |
isbn | 9783966450072 3966450070 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-031251015 |
oclc_num | 1101134949 |
open_access_boolean | |
owner | DE-91 DE-BY-TUM DE-12 DE-83 DE-B768 DE-1043 DE-384 DE-824 |
owner_facet | DE-91 DE-BY-TUM DE-12 DE-83 DE-B768 DE-1043 DE-384 DE-824 |
physical | 288 Seiten |
publishDate | 2018 |
publishDateSearch | 2018 |
publishDateSort | 2018 |
publisher | BMU MediaGmbH |
record_format | marc |
spelling | Bonacina, Michael Verfasser (DE-588)116875643X aut Python 3 Programmieren für Einsteiger Michael Bonacina 2. Auflage Oktober 2018 Landshut BMU MediaGmbH 2018 288 Seiten txt rdacontent n rdamedia nc rdacarrier Auf dem Umschlag: Der leichte Weg zum Python-Experten. Keine Vorkenntnisse notwendig! Python Programmiersprache (DE-588)4434275-5 gnd rswk-swf Python 3.0 (DE-588)7624871-9 gnd rswk-swf Programmierung (DE-588)4076370-5 gnd rswk-swf B07K28N45G Python 3 Python 3 Programmieren lernen Python Programmieren lernen (DE-588)4123623-3 Lehrbuch gnd-content Programmierung (DE-588)4076370-5 s Python 3.0 (DE-588)7624871-9 s DE-604 Python Programmiersprache (DE-588)4434275-5 s DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=031251015&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Bonacina, Michael Python 3 Programmieren für Einsteiger Python Programmiersprache (DE-588)4434275-5 gnd Python 3.0 (DE-588)7624871-9 gnd Programmierung (DE-588)4076370-5 gnd |
subject_GND | (DE-588)4434275-5 (DE-588)7624871-9 (DE-588)4076370-5 (DE-588)4123623-3 |
title | Python 3 Programmieren für Einsteiger |
title_auth | Python 3 Programmieren für Einsteiger |
title_exact_search | Python 3 Programmieren für Einsteiger |
title_full | Python 3 Programmieren für Einsteiger Michael Bonacina |
title_fullStr | Python 3 Programmieren für Einsteiger Michael Bonacina |
title_full_unstemmed | Python 3 Programmieren für Einsteiger Michael Bonacina |
title_short | Python 3 |
title_sort | python 3 programmieren fur einsteiger |
title_sub | Programmieren für Einsteiger |
topic | Python Programmiersprache (DE-588)4434275-5 gnd Python 3.0 (DE-588)7624871-9 gnd Programmierung (DE-588)4076370-5 gnd |
topic_facet | Python Programmiersprache Python 3.0 Programmierung Lehrbuch |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=031251015&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT bonacinamichael python3programmierenfureinsteiger |