Add initial version of chapter 01, part 2
This commit is contained in:
parent
263565f8a1
commit
abeedd1265
3 changed files with 1669 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue