You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,20 @@ So we discuss these aspects while working our way through the principles of prog
17
17
## 2. Resources
18
18
The website with up-to-date information about the course is <https://thomasweise.github.io/programmingWithPython>.
19
19
20
+
20
21
### 2.1. The Book
21
22
The book itself can be downloaded as pdf at <https://thomasweise.github.io/programmingWithPython/programmingWithPython.pdf>.
22
23
23
-
### 2.2. Die Slides in Deutsch — The Slides in German Language
24
+
25
+
### 2.2. Questions and Exercises / Fragen und Übungen
26
+
At <https://thomasweise.github.io/programmingWithPythonQuestions/programmingWithPythonQuestions.pdf>, we provide a list of questions and exercises that you can use to test your knowledge on Python.
27
+
The questions are both in English and German language.
28
+
29
+
Bei <https://thomasweise.github.io/programmingWithPythonQuestions/programmingWithPythonQuestions.pdf> stellen wir eine Liste von Fragen und Übungen zur Verfügung, die Sie verwenden können, um Ihre Python-Fähigkeiten zu testen.
30
+
Die Fragen sind sowohl in Englisch als auch in Deutsch geschrieben.
31
+
32
+
33
+
### 2.3. Die Slides in Deutsch — The Slides in German Language
24
34
Die Slides zum Kurs in deutscher Sprache können unter <https://thomasweise.github.io/programmingWithPythonSlidesDE> gefunden werden und sind hier aufgelistet:
You can find all of them in the repository <https://github.com/thomasWeise/programmingWithPythonCode>.
85
95
86
96
87
-
### 2.5. LaTeX Sources, Graphics, Bibliography, etc.
97
+
### 2.6. LaTeX Sources, Graphics, Bibliography, etc.
88
98
Both the book and the slides are written in LaTeX.
89
99
You can find their sources in <https://github.com/thomasWeise/programmingWithPython> and <https://github.com/thomasWeise/programmingWithPythonSlides>, respectively.
90
100
You may use these files under the licensing terms provided below.
Copy file name to clipboardExpand all lines: text/front/preface/preface.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ \chapter*{Preface}%
22
22
However, the book also includes some images and figures created by others, such as logos and screenshots and more, which are marked explicitly and licensed under their authors' terms.
23
23
For example, all logos and trademarks are under the copyright of their respective owners.
24
24
25
-
You can cite this book~\cite{databases}, e.g., by using the following Bib\TeX:%
25
+
You can cite this book~\cite{programmingWithPython}, e.g., by using the following Bib\TeX:%
0 commit comments