Add initial version of chapter 06, part 2
This commit is contained in:
parent
c6716db0b8
commit
3c91b00749
4 changed files with 2120 additions and 0 deletions
2100
06_text/02_content.ipynb
Normal file
2100
06_text/02_content.ipynb
Normal file
File diff suppressed because it is too large
Load diff
1
06_text/full_house.bin
Normal file
1
06_text/full_house.bin
Normal file
|
@ -0,0 +1 @@
|
||||||
|
🂧🂷🃗🃎🃞
|
12
06_text/umlauts.txt
Normal file
12
06_text/umlauts.txt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Lerchen-Lärchen-Ähnlichkeiten
|
||||||
|
fehlen. Dieses abzustreiten
|
||||||
|
mag im Klang der Worte liegen.
|
||||||
|
Merke, eine Lerch' kann fliegen,
|
||||||
|
Lärchen nicht, was kaum verwundert,
|
||||||
|
denn nicht eine unter hundert
|
||||||
|
ist geflügelt. Auch im Singen
|
||||||
|
sind die Bäume zu bezwingen.
|
||||||
|
Die Bätrachtung sollte reichen,
|
||||||
|
Rächtschreibfählern auszuweichen.
|
||||||
|
Leicht gälingt's, zu unterscheiden,
|
||||||
|
wär ist wär nun von dän beiden.
|
|
@ -152,6 +152,13 @@ Alternatively, the content can be viewed in a web browser
|
||||||
- [exercises <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/01_exercises.ipynb)
|
- [exercises <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/01_exercises.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/01_exercises.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/01_exercises.ipynb)
|
||||||
(Detecting Palindromes)
|
(Detecting Palindromes)
|
||||||
|
- [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_text/02_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/02_content.ipynb)
|
||||||
|
(Special Characters;
|
||||||
|
ASCII & Unicode;
|
||||||
|
Multi-line Strings;
|
||||||
|
`bytes` Type;
|
||||||
|
Character Encodings)
|
||||||
|
|
||||||
|
|
||||||
#### Videos
|
#### Videos
|
||||||
|
|
Loading…
Reference in a new issue