Skip to content

Commit 59ee8a1

Browse files
committed
some updates
1 parent 83b6676 commit 59ee8a1

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,24 @@ The website with up-to-date information about the course is <https://thomasweise
2020
### 2.1. The Book
2121
The book itself can be downloaded as pdf at <https://thomasweise.github.io/programmingWithPython/programmingWithPython.pdf>.
2222

23-
### 2.2. The Slides
23+
### 2.2. Die Slides in Deutsch &mdash; The Slides in German Language
24+
Die Slides zum Kurs in deutscher Sprache können unter <https://thomasweise.github.io/programmingWithPythonSlidesDE> gefunden werden und sind hier aufgelistet:
25+
26+
1. [Einleitung](https://thomasweise.github.io/programmingWithPythonSlidesDE/01_einleitung.pdf)
27+
28+
### 2.3. The Slides in English
2429
The slides for the course are available at <https://thomasweise.github.io/programmingWithPythonSlides> and also listed below.
30+
Since the course is taught in German, these slides will remain incomplete.
2531

2632
1. [Introduction](https://thomasweise.github.io/programmingWithPythonSlides/01_introduction.pdf)
2733
2. [Getting Started](https://thomasweise.github.io/programmingWithPythonSlides/02_getting_started.pdf)
2834

29-
### 2.3. The Example Python Programs
35+
### 2.4. The Example Python Programs
3036
Our course offers a lot of examples.
3137
You can find all of them in the repository <https://github.com/thomasWeise/programmingWithPythonCode>.
3238

3339

34-
### 2.4. LaTeX Sources, Graphics, Bibliography, etc.
40+
### 2.5. LaTeX Sources, Graphics, Bibliography, etc.
3541
Both the book and the slides are written in LaTeX.
3642
You can find their sources in <https://github.com/thomasWeise/programmingWithPython> and <https://github.com/thomasWeise/programmingWithPythonSlides>, respectively.
3743
You may use these files under the licensing terms provided below.
@@ -51,7 +57,7 @@ Your feedback would help us to improve the book.
5157

5258
This book is released under the Attribution-NonCommercial-ShareAlike 4.0 International license (CC&nbsp;BY&#8209;NC&#8209;SA&nbsp;4.0), see [http://creativecommons.org/licenses/by-nc-sa/4.0/](http://creativecommons.org/licenses/by-nc-sa/4.0/) for a summary.
5359

54-
We statically include the [pdfsizeopt](https://github.com/pts/pdfsizeopt) tool in the [GitHub Repository](https://github.com/thomasWeise/programmingWithPython) of our book and use it during the book compiling and building process to compress the book pdf file.
60+
We statically include the [pdfsizeopt](https://github.com/pts/pdfsizeopt) tool in the build process of our book via the [bookbase repository](https://github.com/thomasWeise/bookbase) and use it during the book compiling and building process to compress the book pdf file.
5561
This tool is excluded from the license mentioned above.
5662
It is under the GNU GENERAL PUBLIC LICENSE Version 2, June 1991 and the copyright belongs to its authors.
5763

text/main/introduction/literature/literature.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
\item \furtherReading{PSF:P3D:TPT},%
5959
\item \furtherReading{PSF:P3D:TPSL},%
6060
\item \furtherReading{PSF:P3D:PH},%
61-
\item \furtherReading{PEP0},%.
62-
\item \furtherReading{PSF:P3D:IPM}.%
61+
\item \furtherReading{PEP0}.%
6362
\end{itemize}%
6463
\item \furtherReading{D2021RPT},%
6564
\item \furtherReading{R1999WPT},%

0 commit comments

Comments
 (0)