Programming Linux
Quick search
Navigation
Courses
Courses Overview
Slide Material
How To Book
Log Of Past Courses
About
Myself: Contact, Impressum, …
This Site
Blog
Posts
Programmierung Grundlagen (Jupyter Notebook)
¶
BlahBlah
Interactive
For Beginners
Not For Beginners?
Strings, 1st Explanation
Datatypes
Integers
Operators
Integer Numbers: Arithmetic
Operator Precedence
Floating Point Numbers
Datatype Conversions
Boolean
More About Strings
Docstrings
Einschub: String-Vergleich vs. Integer-Vergleich
Strings
Random Numbers
Sequential Datatypes
Indexing and Slicing
for
Loops
range()
Filterketten
Zen
Compound Datatypes
Compound Datatypes By Example: List, Tuple
List Comprehensions
Compound Datatypes By Example: Dictionary
Datensatz als Dictionary?
Tuple Unpacking
JSON (Javascript Object Notation)
Compound Datatypes By Example: Set
Functions
Das Letzte Beispiel am Letzten Tag