Add initial version of chapter 01, part 2

This commit is contained in:
Alexander Hess 2020-10-13 15:10:15 +02:00
commit abeedd1265
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
3 changed files with 1669 additions and 1 deletions

View file

@ -496,7 +496,7 @@
}
},
"source": [
"The default Python implementation is written in the C language.\n",
"The default Python implementation is written in the C language and called CPython. This is also what the Anaconda Distribution uses.\n",
"\n",
"[C <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_wiki.png\">](https://en.wikipedia.org/wiki/C_%28programming_language%29) and [C++ <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_wiki.png\">](https://en.wikipedia.org/wiki/C%2B%2B) (cf., this [introduction](https://www.learncpp.com/)) are wide-spread and long-established (i.e., since the 1970s) programming languages employed in many mission-critical software systems (e.g., operating systems themselves, low latency databases and web servers, nuclear reactor control systems, airplanes, ...). They are fast, mainly because the programmer not only needs to come up with the **business logic** but also manage the computer's memory.\n",
"\n",