Skip to content

Commit 4a30ec7

Browse files
committed
some minor improvements
1 parent 0e06692 commit 4a30ec7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Die Slides zum Kurs in deutscher Sprache können unter <https://thomasweise.gith
3131
6. [Beispiele Herunterladen](https://thomasweise.github.io/programmingWithPythonSlidesDE/06_beispiele_herunterladen.pdf)
3232
7. [Der Datentyp `int`](https://thomasweise.github.io/programmingWithPythonSlidesDE/07_int.pdf)
3333
8. [Der Datentyp `float`](https://thomasweise.github.io/programmingWithPythonSlidesDE/08_float.pdf)
34+
9. [Zwischenspiel: Python Dokumentation und Informationsquellen](https://thomasweise.github.io/programmingWithPythonSlidesDE/09_dokumentation.pdf)
3435

3536
### 2.3. The Slides in English
3637
The slides for the course are available at <https://thomasweise.github.io/programmingWithPythonSlides> and also listed below.

text/main/basics/simpleDataTypesAndOperations/documentation/documentation.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
Also, it is available in Chinese.
108108

109109
As example, let us imagine that you want to learn more about the function~\pythonilIdx{ceil}.
110-
In \cref{fig:pythondoc01website}, we open a browser and visit the \citetitle{PSF:P3D}~\cite{PSF:P3D} at~\url{https://docs.python.org/3}.
110+
In \cref{fig:pythondoc01website}, we open a browser and visit the \citetitle{PSF:P3D}~\cite{PSF:P3D}.
111111
On this page, you will either directly see a drop-down box where you can choose your favorite language or you can find it by clicking the \menu{\threeBarButton} at on the top-left corner of the website.
112112
In the menu that opens in \cref{fig:pythondoc02language}, you can change the language and, e.g., select simplified Chinese~(简体中文)~\cite{SCR1956ROTSCOPTSCCS1} if that is your preferred language.
113113
I will not do so and instead continue here in English.
@@ -491,7 +491,7 @@
491491
%
492492
\begin{enumerate}%
493493
%
494-
\item Answers for programming problems that we find on websites, via \pgls{AI} tools, or other non-authoritative sources may be wrong or incomplete.%
494+
\item Answers for programming problems that we find on websites, via \pgls{AI} tools, or other non-authoritative sources may be wrong, incomplete, or outdated.%
495495
%
496496
\item We must only ever use code that we fully and completely understand. %
497497
This means that we should never use any function, object, or tool without knowing its specification. %
@@ -551,7 +551,7 @@
551551
%
552552
Additionally, there are differences between \pgls{AI} tools and human-written sources.
553553
\pgls{AI} tools can make errors that no human would make.
554-
An illustrative example in the \python\ world is given in~\cite{BSHETB:VSK2025CIC}, where it is documented that Microsoft Copilot renamed a class in a misleading way, leading to a particularly hard-to-find error.
554+
An illustrative example in the \python\ world is given in~\citetitle{BSHETB:VSK2025CIC}~\cite{BSHETB:VSK2025CIC}, where it is documented that Microsoft Copilot renamed a class in a misleading way, leading to a particularly hard-to-find error.
555555
\Cref{fig:aiDBdelete} shows an even worse example:
556556
A vibe coding \pgls{AI} deleted the \glsreset{db}\gls{db} of a company, fabricated test results, and later explained that it intentionally ignored the directives given to it.
557557
This clearly shows that we need to be careful with the tools that we use.

0 commit comments

Comments
 (0)