Add initial version of chapter 06
This commit is contained in:
parent
33f27da161
commit
5eda6e8acf
4 changed files with 3986 additions and 1 deletions
|
@ -769,7 +769,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"- How is data stored in memory?\n",
|
"- How is data stored in memory?\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 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 <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_nb.png\">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/06_text/00_content.ipynb)\n",
|
||||||
" - *Chapter 7*: Sequential Data\n",
|
" - *Chapter 7*: Sequential Data\n",
|
||||||
" - *Chapter 8*: Map, Filter, & Reduce\n",
|
" - *Chapter 8*: Map, Filter, & Reduce\n",
|
||||||
" - *Chapter 9*: Mappings & Sets\n",
|
" - *Chapter 9*: Mappings & Sets\n",
|
||||||
|
|
3970
06_text/00_content.ipynb
Normal file
3970
06_text/00_content.ipynb
Normal file
File diff suppressed because it is too large
Load diff
6
06_text/lorem_ipsum.txt
Normal file
6
06_text/lorem_ipsum.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
||||||
|
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
|
||||||
|
when an unknown printer took a galley of type and scrambled it to make a type
|
||||||
|
specimen book. It has survived not only five centuries but also the leap into
|
||||||
|
electronic typesetting, remaining essentially unchanged. It was popularised in
|
||||||
|
the 1960s with the release of Letraset sheets.
|
|
@ -140,6 +140,15 @@ Alternatively, the content can be viewed in a web browser
|
||||||
- [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/05_numbers/05_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/05_numbers/05_review.ipynb)
|
||||||
- [further resources <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/06_resources.ipynb)
|
- [further resources <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/06_resources.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/06_resources.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/06_resources.ipynb)
|
||||||
|
- *Chapter 6*: Text & Bytes
|
||||||
|
- [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/06_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/06_text/00_content.ipynb)
|
||||||
|
(`str` Type;
|
||||||
|
Reading Files;
|
||||||
|
Sequences;
|
||||||
|
Indexing & Slicing;
|
||||||
|
String Methods & Operations;
|
||||||
|
String Interpolation)
|
||||||
|
|
||||||
|
|
||||||
#### Videos
|
#### Videos
|
||||||
|
|
Loading…
Reference in a new issue