Commit graph

6 commits

Author SHA1 Message Date
51a5dcc8ee
Run black on all the notebooks
- we use black's default settings
- some cells are NOT kept in black's format to:
  - increase readability
  - or show Python's flexibility with regard to style
2024-07-15 12:12:51 +02:00
f0d92ed229
Set random seeds where applicable 2024-07-15 12:12:50 +02:00
3125c82096
Run notebooks with updates and custom kernel 2024-07-15 12:12:50 +02:00
46e8b9e174
Rework the introduction on numpy
- expand section on indexing and slicing in Chapter 1 on arrays
- add section on dimensionality and shapes of arrays
- streamline text in Chapter 1
- include thumbnails in links to scientific libraries
- add explanation on slicing to core Python introduction
  and adjust the list example
- streamline some text and titles in Chapter 0
2021-10-05 01:27:41 +02:00
a172c4b95a
Add exercises for Chapter 0 2021-10-03 16:30:24 +02:00
de43b2a679
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
2021-10-03 16:28:26 +02:00