Split Chapter 0 notebooks into smaller chunks

- make many small notebooks out of one big one
- introduce folder structure for all chapters
- add a bit more content to Chapter 0
- streamline text in Chapter 0
- adjust table of contents
This commit is contained in:
Alexander Hess 2021-10-03 16:28:26 +02:00
commit de43b2a679
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
21 changed files with 2702 additions and 1974 deletions

View file

@ -9,9 +9,13 @@ To learn about Python and programming in detail,
### Table of Contents
- *Chapter 0*: [Python in a Nutshell](00_python_in_a_nutshell.ipynb)
- *Chapter 1*: [Python's Scientific Stack](01_scientific_stack.ipynb)
- *Chapter 2*: [A first Example: Classifying Flowers](02_a_first_example.ipynb)
- *Chapter 0*: **Python in a Nutshell**
- *Content*: [Basic Arithmetic](00_python_in_a_nutshell/00_content_arithmetic.ipynb)
- *Content*: [Business Logic](00_python_in_a_nutshell/02_content_logic.ipynb)
- *Content*: [Functions](00_python_in_a_nutshell/05_content_functions.ipynb)
- *Content*: [Data Types](00_python_in_a_nutshell/07_content_data_types.ipynb)
- *Chapter 1*: [Python's Scientific Stack](01_scientific_stack/00_content.ipynb)
- *Chapter 2*: [A first Example: Classifying Flowers](02_classification/00_content.ipynb)
- *Chapter 3*: [Case Study: House Prices in Ames, Iowa <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://github.com/webartifex/ames-housing)