|
1 | 1 | \chapter*{Preface}%
|
2 | 2 | \pdfbookmark{Preface}{preface}%
|
3 | 3 | %
|
4 |
| -This is work in progress. |
| 4 | +This book is intended to be read on an electronic devise. |
| 5 | +Please do not print it. |
| 6 | +Help preserving the environment. |
5 | 7 |
|
6 |
| -The text of the book itself is actively written and available in the repository \url{\programmingWithPythonRepo}. |
7 |
| -There, you can also submit \href{\programmingWithPythonRepo/issues}{issues}, such as change requests, suggestions, errors, typos, or you can inform me that something is unclear, so that I can improve the book. |
| 8 | +This book is work in progress. |
| 9 | +It will take years to be completed and I plan to keep improving and extending it for quite some time. |
8 | 10 |
|
9 |
| -This book is released under the \emph{Attribution-NonCommercial-ShareAlike~4.0 International license} (\href{http://creativecommons.org/licenses/by-nc-sa/4.0/}{\mbox{CC~BY-NC-SA~4.0}}). |
| 11 | +This book is freely available. |
| 12 | +You can download its newest version from \url{https://thomasweise.github.io/programmingWithPython/}. |
| 13 | +This version may change since this book is, well, work in progress. |
| 14 | +The book is released under the \emph{Attribution-NonCommercial-ShareAlike~4.0 International license} (\href{http://creativecommons.org/licenses/by-nc-sa/4.0/}{\mbox{CC~BY-NC-SA~4.0}}). |
10 | 15 | You can freely share it.
|
11 |
| -Please do not print it, though, to preserve the environment. |
12 |
| - |
13 |
| -This book was built using the software versions given in \cref{exec:versions}. |
14 |
| - |
15 |
| -\gitOutput{}{}{scripts/dependencyVersions.sh}{versions}{The versions of the software packages used to build this book.} |
| 16 | +You can also copy text or figures, as long as you cite the book as the original source, e.g., by using the following Bib\TeX:% |
| 17 | +% |
| 18 | +\begin{lstlisting}[style=text_style] |
| 19 | +@book{programmingWithPython, |
| 20 | + author = {Thomas Weise}, |
| 21 | + title = {Programming with Python}, |
| 22 | + year = {2024}, |
| 23 | + publisher = {Institute of Applied Optimization, |
| 24 | + School of Artificial Intelligence and Big Data, |
| 25 | + Hefei University}, |
| 26 | + address = {Hefei, Anhui, China}, |
| 27 | + url = {https://thomasweise.github.io/programmingWithPython} |
| 28 | +} |
| 29 | +\end{lstlisting} |
| 30 | +% |
| 31 | +This book contains a lot of examples. |
| 32 | +You can find all of them in the repository \url{\programmingWithPythonCodeRepo}. |
| 33 | +You can clone this repository and play with these example codes.% |
| 34 | +% |
| 35 | +\begin{sloppypar}% |
| 36 | +The text of the book itself is also available in the repository \url{\programmingWithPythonRepo}. |
| 37 | +There, you can also submit \href{\programmingWithPythonRepo/issues}{issues}, such as change requests, suggestions, errors, typos, or you can inform me that something is unclear, so that I can improve the book. |
| 38 | +Such feedback is most welcome. |
| 39 | +The book is written using \LaTeX\ and this repository contains all the scripts, styles, graphics, and source files of the book (except the source files of the example programs).% |
| 40 | +\end{sloppypar}% |
| 41 | +% |
| 42 | +\strut\vfill\strut% |
| 43 | +% |
| 44 | +% |
| 45 | +\begin{flushleft}% |
| 46 | +Copyright \textcopyright\ 2024\\% |
| 47 | +Prof.~Dr.~\href{http://iao.hfuu.edu.cn/5}{Thomas Weise}~\cnPdf{profWeise}\\% |
| 48 | +at the Institute of Applied Optimization~(\cnPdfRaw{iao}, \href{http://iao.hfuu.edu.cn}{IAO})\\% |
| 49 | +of the School of Artificial Intelligence and Big Data~(\href{http://www.hfuu.edu.cn/jsjx/}{\cnPdfRaw{school}})\\% |
| 50 | +of \href{http://www.hfuu.edu.cn/english}{Hefei University}~(\href{http://www.hfuu.edu.cn}{\cnPdfRaw{uni}}),\\% |
| 51 | +in Hefei, Anhui, China~\cnPdf{city}\\% |
| 52 | + |
| 53 | +\end{flushleft} |
| 54 | +% |
| 55 | +\clearpage% |
| 56 | +% |
| 57 | +\strut\vfill\strut% |
| 58 | +This book was built using the following software versions:% |
| 59 | +\gitOutputRaw{}{}{scripts/dependencyVersions.sh}{versions}{}% |
0 commit comments