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
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,24 @@ The website with up-to-date information about the course is <https://thomasweise
20
20
### 2.1. The Book
21
21
The book itself can be downloaded as pdf at <https://thomasweise.github.io/programmingWithPython/programmingWithPython.pdf>.
22
22
23
-
### 2.2. The Slides
23
+
### 2.2. Die Slides in Deutsch — 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:
You can find all of them in the repository <https://github.com/thomasWeise/programmingWithPythonCode>.
32
38
33
39
34
-
### 2.4. LaTeX Sources, Graphics, Bibliography, etc.
40
+
### 2.5. LaTeX Sources, Graphics, Bibliography, etc.
35
41
Both the book and the slides are written in LaTeX.
36
42
You can find their sources in <https://github.com/thomasWeise/programmingWithPython> and <https://github.com/thomasWeise/programmingWithPythonSlides>, respectively.
37
43
You may use these files under the licensing terms provided below.
@@ -51,7 +57,7 @@ Your feedback would help us to improve the book.
51
57
52
58
This book is released under the Attribution-NonCommercial-ShareAlike 4.0 International license (CC BY‑NC‑SA 4.0), see [http://creativecommons.org/licenses/by-nc-sa/4.0/](http://creativecommons.org/licenses/by-nc-sa/4.0/) for a summary.
53
59
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.
55
61
This tool is excluded from the license mentioned above.
56
62
It is under the GNU GENERAL PUBLIC LICENSE Version 2, June 1991 and the copyright belongs to its authors.
0 commit comments