Add chapter-03 - Python's Scientific Stack

This commit is contained in:
Alexander Hess 2021-05-25 03:12:01 +02:00
parent cbf3a1f003
commit bff1f0e7f9
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 663 additions and 1 deletions

662
01_scientific_stack.ipynb Normal file

File diff suppressed because one or more lines are too long

View file

@ -10,7 +10,7 @@ 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
- *Chapter 1*: [Python's Scientific Stack](01_scientific_stack.ipynb)
- *Chapter 2*: [A first Example: Classifying Flowers](02_a_first_example.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)