Add initial version of chapter 05, part 1
This commit is contained in:
parent
39fbeec864
commit
b3213e4045
3 changed files with 2463 additions and 1 deletions
|
@ -768,7 +768,7 @@
|
||||||
"**Part B: Managing Data and Memory**\n",
|
"**Part B: Managing Data and Memory**\n",
|
||||||
"\n",
|
"\n",
|
||||||
"- How is data stored in memory?\n",
|
"- How is data stored in memory?\n",
|
||||||
" - *Chapter 5*: Numbers & Bits\n",
|
" - *Chapter 5*: [Numbers & Bits <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_nb.png\">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/05_numbers/00_content.ipynb)\n",
|
||||||
" - *Chapter 6*: Text & Bytes\n",
|
" - *Chapter 6*: Text & Bytes\n",
|
||||||
" - *Chapter 7*: Sequential Data\n",
|
" - *Chapter 7*: Sequential Data\n",
|
||||||
" - *Chapter 8*: Map, Filter, & Reduce\n",
|
" - *Chapter 8*: Map, Filter, & Reduce\n",
|
||||||
|
|
2454
05_numbers/00_content.ipynb
Normal file
2454
05_numbers/00_content.ipynb
Normal file
File diff suppressed because it is too large
Load diff
|
@ -112,6 +112,14 @@ Alternatively, the content can be viewed in a web browser
|
||||||
(Throwing Dice)
|
(Throwing Dice)
|
||||||
- [summary <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/04_iteration/05_summary.ipynb)
|
- [summary <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/04_iteration/05_summary.ipynb)
|
||||||
- [review questions <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/04_iteration/06_review.ipynb)
|
- [review questions <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/04_iteration/06_review.ipynb)
|
||||||
|
- **Part B: Managing Data and Memory**
|
||||||
|
- *Chapter 5*: Numbers & Bits
|
||||||
|
- [content <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/05_numbers/00_content.ipynb)
|
||||||
|
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/05_numbers/00_content.ipynb)
|
||||||
|
(`int` Type;
|
||||||
|
Binary & Hexadecimal Representations;
|
||||||
|
Bit Arithmetic;
|
||||||
|
Bitwise Operators)
|
||||||
|
|
||||||
|
|
||||||
#### Videos
|
#### Videos
|
||||||
|
|
Loading…
Reference in a new issue