Skip to content

Commit 4984f0a

Browse files
committed
added reference to programmingWithPythonQuestions
1 parent ad0bdd5 commit 4984f0a

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,20 @@ So we discuss these aspects while working our way through the principles of prog
1717
## 2. Resources
1818
The website with up-to-date information about the course is <https://thomasweise.github.io/programmingWithPython>.
1919

20+
2021
### 2.1. The Book
2122
The book itself can be downloaded as pdf at <https://thomasweise.github.io/programmingWithPython/programmingWithPython.pdf>.
2223

23-
### 2.2. Die Slides in Deutsch &mdash; 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 &mdash; The Slides in German Language
2434
Die Slides zum Kurs in deutscher Sprache können unter <https://thomasweise.github.io/programmingWithPythonSlidesDE> gefunden werden und sind hier aufgelistet:
2535

2636
1. [Organisation](https://thomasweise.github.io/programmingWithPythonSlidesDE/01_organisation.pdf)
@@ -72,19 +82,19 @@ Die Slides zum Kurs in deutscher Sprache können unter <https://thomasweise.gith
7282
47. [Zwischenspiel: Debugger](https://thomasweise.github.io/programmingWithPythonSlidesDE2/47_debugger.pdf)
7383

7484

75-
### 2.3. The Slides in English
85+
### 2.4. The Slides in English
7686
The slides for the course are available at <https://thomasweise.github.io/programmingWithPythonSlides> and also listed below.
7787
Since the course is taught in German language at present, these slides will remain incomplete indefinitely.
7888

7989
1. [Introduction](https://thomasweise.github.io/programmingWithPythonSlides/01_introduction.pdf)
8090
2. [Getting Started](https://thomasweise.github.io/programmingWithPythonSlides/02_getting_started.pdf)
8191

82-
### 2.4. The Example Python Programs
92+
### 2.5. The Example Python Programs
8393
Our course offers a lot of examples.
8494
You can find all of them in the repository <https://github.com/thomasWeise/programmingWithPythonCode>.
8595

8696

87-
### 2.5. LaTeX Sources, Graphics, Bibliography, etc.
97+
### 2.6. LaTeX Sources, Graphics, Bibliography, etc.
8898
Both the book and the slides are written in LaTeX.
8999
You can find their sources in <https://github.com/thomasWeise/programmingWithPython> and <https://github.com/thomasWeise/programmingWithPythonSlides>, respectively.
90100
You may use these files under the licensing terms provided below.

download.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ mkdir -p "$downloadDir"
2323
cd "$downloadDir"
2424

2525
"$download" "programmingWithPython" "programmingWithPython.pdf"
26+
"$download" "programmingWithPythonQuestions" "programmingWithPythonQuestions.pdf"
2627

2728
mkdir slidesDE
2829
cd slidesDE

text/front/preface/preface.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ \chapter*{Preface}%
2222
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.
2323
For example, all logos and trademarks are under the copyright of their respective owners.
2424

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:%
2626
%
2727
\begin{lstlisting}[style=text_style]
2828
@book{programmingWithPython,

0 commit comments

Comments
 (0)