Programming Linux
Quick search
Navigation
Courses
Courses Overview
Slide Material
How To Book
Log Of Past Courses
Details
C++: A One-Day Overview (2024-11-19 - 2024-11-21)
C++: An Embedded Wild Ride (2024-09-30 - 2024-10-04)
CMake: Advanced Topics (2024-07-01)
CMake: Advanced Topics (2024-06-11)
CMake: An Introduction (2024-06-18)
C++: A Thorough Overview (2024-06-03)
Refactoring, Unit Testing, And Test Driven Development In Python (2024-04-09 - 2024-04-11)
Linux Basics (2024-03-11 - 2024-03-13)
Python Basics (2024-01-29 - 2024-01-31)
Python Advanced (2024-01-15 - 2024-01-17)
Python Basics (2023-12-18 - 2023-12-20)
C++: Advanced Topics (2023-12-04 - 2023-12-06)
Python Basics (2023-11-29 - 2023-12-01)
CMake: An Introduction (2023-11-27)
Python Advanced (2023-11-22 - 2023-22-24)
Python Advanced (2023-10-24 - 2023-10-26)
Python Advanced (2023-10-09 - 2023-10-11)
Python Advanced (2023-09-25 - 2023-09-27)
CMake: An Introduction (2023-07-18)
Python Basics (2023-06-20 - 2023-06-22)
Python Basics (2023-05-15 - 2023-05-17)
C++ For Embedded Developers (2023-04-18 - 2023-04-20)
Python Advanced (2023-04-24 - 2023-04-26)
Linux Basics (2023-05-23 - 2023-05-25)
Clean Code Development With Python (2023-03-28 - 2023-03-29)
C++ For Embedded Developers (2023-03-20 - 2023-03-23)
C++ For Embedded Developers (Beginning of 2023)
Python/SAP
Python For SAP Developers (2023-03-13 - 2023-03-15)
Embedded Linux Systems Programming (2023-02-13 - 2023-02-17)
Linux Basics (2023-01-23 - 2023-01-26)
Python (2022-11-16 - 2022-11-18)
Python: Tour-De-Force (2022-11-07 - 2022-11-10, 2022-12-01)
Design- and Architectural Patterns With C++ (2022-10-24 - 2022-10-26)
C++: A New Language Starting In 2011 (2022-10-11 - 2022-10-13)
Linux Basics (2022-10-03 - 2022-10-05)
C++: A New Language Starting In 2011
C++: A New Language Starting In 2011
Python Advanced (2022-05-16 - 2022-05-18)
Python (2022-05-02 - 2022-05-05)
Python Basics (2022-04-25 - 2022-04-27)
Programmierung Grundlagen, anhand von Python (2022-04-05 - 2022-04-08)
Python (2022-03-23, 2022-03-30, 2022-04-19 - 2022-03-21)
Python Advanced (2022-03-15 - 2022-03-17, 2022-03-31)
Python Basics (2022-02-23 - 2022-02-25)
Programmierung Grundlagen, anhand von Python (2022-01-17 - 2022-01-10)
C/C++ Programming (2021-12-06 - 2021-12-10, 2022-01-24 - 2022-02-04)
Python Advanced (2021-12-01 - 2021-12-03)
Python Basics (2021-11-17 - 2021-11-19)
Python Basics (2021-08-31 - 2021-09-01)
Python Grundlagen (2021-08-23 - 2021-08-25)
Programmierung Grundlagen, anhand von Python (2. und 3.8.2021)
The C++ Programming Language (2021-07-12 - 2021-07-16)
Programmieren mit C (2021-06-14 - 2021-06-18)
Python Advanced (2021-05-25 - 2021-05-27)
Python Grundlagen (2021-05-03 - 2021-05-05)
Jupyter Notebook (Übersicht)
Syntax etc.
Variables
Datatypes
Iteration über Daten: mittels
for
enumerate()
,
sum()
,
map()
, und so weiter
Functions
Performance:
in
Operator, und
list
und
set
Dynamische Evaluierung:
eval()
Syntax etc.
Variables
Datatypes
Iteration über Daten: mittels
for
enumerate()
,
sum()
,
map()
, und so weiter
Functions
Performance:
in
Operator, und
list
und
set
Dynamische Evaluierung:
eval()
Programmierung Grundlagen (12. und 13.4.2021)
Linux Basics, Shell Scripting (2021-03-29)
Python Basic and Advanced (22.3.2021 - 25.3.2021)
2021-03-15
Python Basics (22.2.2021 - 24.2.2021)
Programmierung Grundlagen (13. und 14.1.2021)
Linux Kernel Driver Development Basics (14.12.2020)
Linux Basics (30.11.2020 - 3.12.2020)
Python Basics (23.11.2020 - 25.11.2020)
Linux on Raspberry Pi
Python Basic and Advanced (19.10.2020 - 22.10.2020)
Python Basics (28.9.2020 - 30.9.2020)
Python Advanced (7.9.2020 - 10.9.2020)
Python Individualtraining (18.5.2020 - 19.5.2020)
Python Grundlagen (13.5.2020 - 14.5.2020 bei einer Firma in Graz)
C++ für Embedded C Programmierer (30.3.2020 - 3.4.2020 Baden Württemberg)
IPC in Linux (10.1.2020 in Graz)
Python (12.11.2019 - 14.11.2019 in Graz)
Python Individualtraining (5 Tage, beginnend 28.10.2019)
Kursnotizen: Linux Embedded 2015-11-30
Qualivision, Zürich, 1.10.2013
Embedded Computing 1+2, ECE 19
About
Myself: Contact, Impressum, …
This Site
Blog
Posts
Python Grundlagen (Jupyter Notebook)
¶
Syntax etc.
Comments vs. Documentation
Variables
Assignment Fun
Assignment Details
Datatypes
Numbers
Operators
Integer Arithmetic
Strings
String Methods
Datatype Conversions
Strings können alles!
Complex Datatypes
List (mutable)
extend()
? Iterable?
Tuple (wie Liste, nur immutable)
in
Operator
Dictionary
Sets
Iteration über Daten: mittels
for
enumerate()
,
sum()
,
map()
, und so weiter
enumerate()
sum()
map()
list()
function
Functions
Performance:
in
Operator, und
list
und
set
Dynamische Evaluierung:
eval()