Skip to content

Commit 3e29ab2

Browse files
committed
minor improvements
1 parent c2c3b25 commit 3e29ab2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

text/main/basics/gettingStarted/gettingStarted.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Now with the programming language \python\ alone, you cannot really do much -- in a convenient way, at least.
1010
You need a nice editor in which you can write the programs.
1111
Actually, you want an editor where you can not just write programs.
12-
You want an editor where you can also directly execute and test your programs.
12+
You want an editor where you can also directly execute and test your programs.
1313
In software development, you often work with a \pgls{VCS} like \git.
1414
You want to do that convenient from your editor.
1515
Such an editor, which integrates many of the common tasks that occur during programming, is called an \pgls{IDE}.

text/main/introduction/programming/programming.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
All of these things need to be considered when we learn how to program.
8282
Because you do not just \inQuotes{program,} you develop software.
8383
Indeed, a good share of programmers usually spend only about 50\%~of their time with programming~\cite{T2019MOSWBFDHOT2TMOSS,AS2019DS2OSRP}.
84-
Other studies even arrive at less than 20\%~of the working time spent with coding, maybe with another 15\%~of bug fixing~\cite{MAGTOC2024EHFAP}.
84+
Other studies even suggest that less than 20\%~of the working time spent with coding, maybe with another 15\%~of bug fixing~\cite{MAGTOC2024EHFAP}.
8585
Of course, we cannot cover all other topics related to software engineering in a programming course.
8686

8787
However, in typical courses, such aspects are ignored entirely.

text/main/introduction/whyPython/whyPython.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
First, \python\ is one of the most successful and widely used programming languages~\cite{CBST2024LOHPPTDDSAMLA}.
1515
We plot the number of pushes to \github\ over time for the most popular programming and web development languages in \cref{fig:languagesByGithubPushes}.
16-
We find that \python\ became the leading languages at some point in 2018.
16+
We find that \python\ became the leading languages at some point in~2018.
1717
\python\ is intensely used~\cite{CBST2024LOHPPTDDSAMLA} in the fields of \pgls{AI}~\cite{RN2022AIAMA}, \pgls{ML}~\cite{SSBD2014UMLFTTA}, and \pgls{DS}~\cite{G2019DSFSFPWP} as well as optimization, which are among the most important areas of future technology.
1818
If you will do programming in any future employment or research position, chances are that \python\ knowledge will be useful.
1919

0 commit comments

Comments
 (0)