Skip to content

Commit 884b600

Browse files
committed
some improvements of iteration chapter
1 parent c1f9d26 commit 884b600

File tree

6 files changed

+119
-45
lines changed

6 files changed

+119
-45
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Die Slides zum Kurs in deutscher Sprache können unter <https://thomasweise.gith
5858
33. [Zwischenspiel: Testen auf Ausnahmen](https://thomasweise.github.io/programmingWithPythonSlidesDE/33_testen_auf_ausnahmen.pdf)
5959
34. [Iteration](https://thomasweise.github.io/programmingWithPythonSlidesDE/34_iteration.pdf)
6060
35. [List Comprehension](https://thomasweise.github.io/programmingWithPythonSlidesDE/35_list_comprehension.pdf)
61+
36. [Zwischenspiel: doctests](https://thomasweise.github.io/programmingWithPythonSlidesDE/36_doctests.pdf)
62+
37. [Set und Dictionary Comprehension](https://thomasweise.github.io/programmingWithPythonSlidesDE/37_set_und_dictionary_comprehension.pdf)
63+
38. [Generator-Ausdrücke](https://thomasweise.github.io/programmingWithPythonSlidesDE/38_generator_ausdrücke.pdf)
6164

6265

6366
### 2.3. The Slides in English

text/main/controlFlow/functions/functions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@
710710
%
711711
\gitLoadPython{functions:normal_pdf}{}{functions/normal_pdf.py}{}%
712712
\listingPython{functions:normal_pdf}{%
713-
Implementing the \glsFull{mathPdf} of the normal distribution as function with default argument values.\pythonIdx{pi}\pythonIdx{exp}\pythonIdx{sqrt}}%
713+
Implementing the \glsFull{mathPDF} of the normal distribution as function with default argument values.\pythonIdx{pi}\pythonIdx{exp}\pythonIdx{sqrt}}%
714714
%
715715
\gitLoadAndExecPython{functions:use_normal_pdf}{}{functions}{use_normal_pdf.py}{}%
716716
\listingPythonAndOutput{functions:use_normal_pdf}{%
-1.15 KB
Binary file not shown.

text/main/controlFlow/iteration/iteration.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)