Commit graph

83 commits

Author SHA1 Message Date
f905019c5e Merge in "release-0.6.3" 2020-02-05 18:34:13 +01:00
431d2aa31a Bump version number 2020-02-05 18:33:32 +01:00
3754297c93 Refurbish chapter 02
- streamline text
- streamline example functions
- move section on built-ins to beginning
- add notes on the concept of a callable
2020-02-05 18:31:52 +01:00
3bbcc3a04d Streamline text 2020-02-05 18:25:39 +01:00
99e720d556 Merge in "release-0.6.2" 2020-02-02 22:32:24 +01:00
522eeb1b43 Streamline text 2020-02-02 22:27:49 +01:00
18a0ee7c4c Add pdf files for live presentations
- warning that a class room session is recorded
- template for memory diagrams
2020-02-02 20:00:22 +01:00
945debb25e Streamline text 2020-02-02 18:47:50 +01:00
40b6c9c5a6 Bump version number 2020-02-02 17:30:18 +01:00
2f5ee9a8da Add notes for instructors
- use jupyter notebook and not jupyter lab
- do not use RISE with Collabsible Headings extension
2020-02-02 17:30:18 +01:00
d372b4d589 Adjust update notification in README.md 2020-02-02 17:30:18 +01:00
86e59b847a Restructure *.ipynb files
- rename *_content.ipynb into *_lecture.ipynb
- adjust links in README.md
2020-02-02 17:29:59 +01:00
b27409efcc Update dependencies
- add pandas 1.0 (for future chapter 09)
- add jupyter nbextensions (so that RISE can be configured)
2020-02-02 13:46:48 +01:00
95c80ae1a0 Merge in "release-0.6.1" 2020-01-28 18:38:20 +01:00
e8cd8a7e63 Update the installation notes to JupyterLab 2020-01-28 18:36:36 +01:00
759271b6a1 Update pyproject.toml, poetry.lock, requirements.txt
- use JupyterLab instead of just Jupyter
- update dependencies
2020-01-28 18:36:36 +01:00
e24cf31104 Restructure *.ipynb files
- split review and exercises into files on their own
- update the contents overviews to include links to
  reviews and exercises
2020-01-28 18:36:36 +01:00
8af0280271 Update the Python version in README.md 2020-01-28 18:36:36 +01:00
2ac9a6c230 Merge in "release-0.6.0" 2019-11-20 11:06:58 +01:00
615c3f1cc3 Bump version number 2019-11-20 11:05:04 +01:00
3cd99ae6f7 Merge in "08-mappings"
Merge branch "08-mappings" into "develop"

Summary of the merged in commits:
 * 7fee5f5: Add review and exercises for notebook 08
 * b7ad171: Add initial version of notebook 08
 * c69687f: Add exercise on packing/unpacking with functions
 * ca8fefd: Streamline previous content
 * fe13817: Add note for lecture in spring term 2020
 * 675dbc4: Adjust content overview in README.md
2019-11-20 11:03:45 +01:00
7fee5f5530 Add review and exercises for notebook 08 2019-11-20 11:02:48 +01:00
b7ad171473 Add initial version of notebook 08 2019-11-20 11:01:43 +01:00
c69687f463 Add exercise on packing/unpacking with functions 2019-11-20 11:01:19 +01:00
ca8fefdce1 Streamline previous content 2019-11-20 11:00:24 +01:00
fe13817605 Add note for lecture in spring term 2020 2019-11-20 10:58:54 +01:00
675dbc43b2 Adjust content overview in README.md 2019-11-20 10:58:01 +01:00
e023500213 Merge in "release-0.5.0" 2019-11-06 16:28:32 +01:00
16194990b9 Bump version number 2019-11-06 16:27:13 +01:00
5df00ebd48 Merge in "07-sequences"
Merge branch "07-sequences" into "develop"

Summary of the merged in commits:
 * 8c9af64: Add review and exercises for notebook 07
 * 3cab7a3: Add note why to use python -m pip ...
 * 8fd14a6: Streamline previous content
 * 9743622: Add initial version of notebook 07
 * 00e3755: Adjust content overview in README.md
 * 04d5395: Streamline previous content
2019-11-06 16:21:19 +01:00
8c9af64b4e Add review and exercises for notebook 07 2019-11-06 16:19:16 +01:00
3cab7a329d Add note why to use python -m pip ... 2019-11-06 11:10:46 +01:00
8fd14a614d Streamline previous content 2019-11-06 11:10:29 +01:00
974362288a Add initial version of notebook 07 2019-11-06 11:08:55 +01:00
00e3755563 Adjust content overview in README.md 2019-10-30 11:05:37 +01:00
04d53956a3 Streamline previous content 2019-10-30 11:04:59 +01:00
5e71194787 Merge in "release-0.4.0" 2019-10-15 20:20:41 +02:00
08e0ec7b73 Bump version number 2019-10-15 20:12:11 +02:00
c7f80a6070 Merge in "06-text"
Merge branch "06-text" into "develop"

Summary of the merged in commits:
 * f38a3d1: Adjust content overview in README.md
 * ffd407b: Add review and exercises for notebook 06
 * e309f19: Add initial version of notebook 06
 * 4838c07: Streamline previous content
2019-10-15 20:09:46 +02:00
f38a3d1ea2 Adjust content overview in README.md 2019-10-15 20:09:02 +02:00
ffd407b6a8 Add review and exercises for notebook 06 2019-10-15 20:07:57 +02:00
e309f19d6c Add initial version of notebook 06 2019-10-15 19:36:37 +02:00
4838c077f0 Streamline previous content 2019-10-15 19:36:16 +02:00
561b2155c3 Merge in "05-numbers"
Merge branch "05-numbers" into "develop"

Summary of the merged in commits:
 * 61f6981: Add review and exercises for notebook 05
 * 76350cf: Add section on the numeric tower
 * dbc3a67: Streamline previous content
 * 6bebe70: Adjust content overview in README.md
 * 4d6241c: Add initial version of notebook 05
 * 3b28b8d: Streamline previous content
2019-10-15 13:09:04 +02:00
61f6981ffd Add review and exercises for notebook 05 2019-10-15 13:08:05 +02:00
76350cf895 Add section on the numeric tower 2019-10-14 18:35:25 +02:00
dbc3a67af4 Streamline previous content
- run grammarly on all notebooks
- add section on short-circuiting in chapter 03
2019-10-14 14:09:28 +02:00
6bebe70e24 Adjust content overview in README.md 2019-10-07 22:34:16 +02:00
4d6241cc0c Add initial version of notebook 05 2019-10-07 22:34:04 +02:00
3b28b8d507 Streamline previous content 2019-10-07 22:31:06 +02:00