Skip to content

Commit b1dc04d

Browse files
committed
several improvements
1 parent 8117aff commit b1dc04d

File tree

7 files changed

+429
-176
lines changed

7 files changed

+429
-176
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ Die Slides zum Kurs in deutscher Sprache können unter <https://thomasweise.gith
5252
27. [Funktionen in Modulen](https://thomasweise.github.io/programmingWithPythonSlidesDE/27_funktionen_in_modulen.pdf)
5353
28. [Zwischenspiel: Unit Tests](https://thomasweise.github.io/programmingWithPythonSlidesDE/28_unit_tests.pdf)
5454
29. [Funktionsargumente](https://thomasweise.github.io/programmingWithPythonSlidesDE/29_funktionsargumente.pdf)
55+
30. [Funktionen als Parameter, `Callable`s und `lambda`s](https://thomasweise.github.io/programmingWithPythonSlidesDE/30_callables_und_lambdas.pdf)
56+
31. [Ausnahmen auslösen](https://thomasweise.github.io/programmingWithPythonSlidesDE/31_ausnahmen_auslösen.pdf)
57+
32. [Ausnahmen verarbeiten](https://thomasweise.github.io/programmingWithPythonSlidesDE/32_ausnahmen_verarbeiten.pdf)
5558

5659

5760
### 2.3. The Slides in English

text/main/basics/variables/errorsInIde/errorsInIde.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
%
116116
%
117117
\hsection{Finding the Error by using the Program Output and Exceptions}%
118+
\label{sec:errorsFromExceptions}%
118119
In \cref{lst:variables:assignment_wrong}, we prepared program \programUrl{variables:assignment_wrong}, a variant of \programUrl{variables:assignment}~(\cref{lst:variables:assignment}) with an error.
119120
For the sake of the example, let us assume that the programmer made a typo in line~12 of the program:
120121
They misspelled \pythonil{int_var} as \pythonil{intvar}.

text/main/controlFlow/exceptions/exceptions.tex

Lines changed: 336 additions & 125 deletions
Large diffs are not rendered by default.

text/main/controlFlow/functions/functions.tex

Lines changed: 87 additions & 49 deletions
Large diffs are not rendered by default.
819 Bytes
Binary file not shown.

text/main/controlFlow/functions/normalDistPdfInteg.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)