|
8 | 8 | \label{fig:usingNotepadAsEditor}%
|
9 | 9 | \end{figure}%
|
10 | 10 | %
|
| 11 | +\begin{figure}% |
| 12 | +\centering% |
| 13 | +\tightbox{\includegraphics[width=0.5\linewidth]{\currentDir/unifiedPyCharm}}% |
| 14 | +\caption{% |
| 15 | +Some time after we finished preparing the installation instructions for the \pycharm\ Community Edition that you can find in the remainder of this section, it was announced that a unified \pycharm\ version will replace the Community Edition. % |
| 16 | +Therefore, the download instructions will probably change. % |
| 17 | +We will eventually update the instructions, but not now.% |
| 18 | +}% |
| 19 | +\label{fig:unifiedPyCharm}% |
| 20 | +\end{figure}% |
| 21 | +% |
11 | 22 | Just having a programming language and the corresponding interpreter on your system is not enough.
|
12 | 23 | Well, it is enough for just running \python\ programs.
|
13 | 24 | But it is not enough if you want to develop software efficiently.
|
14 | 25 | Are you going to write programs in a simple text editor like a caveperson?
|
15 | 26 | No, of course not, you need an \pgls{ide}, a program which allows you to do multiple of the necessary tasks involved in the software development process under one convenient user interface.
|
16 |
| -For this book, I recommend using \pycharm~\cite{VHN2023HOADWP,Y2022PPADT,W2024PME}, whose community edition is freely available. |
17 |
| -The installation guide for \pycharm\ can be found at \url{https://www.jetbrains.com/help/pycharm/installation-guide.html}.% |
| 27 | +For this book, I recommend using \pycharm~\cite{VHN2023HOADWP,Y2022PPADT,W2024PME}, whose Community Edition is/\emph{was} freely available. |
| 28 | +The installation guide for \pycharm\ can be found at \url{https://www.jetbrains.com/help/pycharm/installation-guide.html}. |
| 29 | + |
| 30 | +Notice that, as shown in \cref{fig:unifiedPyCharm}, the \pycharm\ Community Edition will be/has been replaced with a unified edition. |
| 31 | +This means that the instructions in the following are probably outdated, but they should still give you a reasonably good impression on what needs to be done. |
| 32 | +We will probably eventually replace them~{\dots}~but not now.% |
18 | 33 | %
|
| 34 | +\FloatBarrier% |
19 | 35 | \hinput{installingPyCharmUbuntu}{installingPyCharmUbuntu}%
|
20 | 36 | \hinput{installingPyCharmWindows}{installingPyCharmWindows}%
|
21 | 37 | \FloatBarrier%
|
|
0 commit comments