Commit graph

100 commits

Author SHA1 Message Date
c97c6acfd2 Add exercises for chapter 6
Add palindromes exercises
2020-03-26 02:51:27 +01:00
d3221be9d6 Merge in "release-0.6.6"
Merge branch "release-0.6.6" into "develop"

Summary of the merged in commits:
 * 6d1d394: Refurbish chapter 06
 * 3ca88a8: Streamline presentation
 * d9c11c5: Streamline presentation
2020-03-16 20:58:21 +01:00
6d1d394d39 Refurbish chapter 06
- streamline old text and examples
- add new section on Unicode
- add new section on bytes
- add further resources
2020-03-16 20:56:05 +01:00
3ca88a8db1 Streamline presentation 2020-03-16 20:51:51 +01:00
d9c11c5796 Streamline presentation 2020-03-12 19:42:10 +01:00
cf6c6d4a1e Merge in "release-0.6.5"
Merge branch "release-0.6.5" into "develop"

Summary of the merged in commits:
 * 5108f84: Bump version number
 * c1ad5d8: Add new exercises set for chapter 04
 * 8dea642: Streamline presentation
 * 4b8aae1: Streamline presentation
 * ed3da36: Add more exercises to chapter 01
 * d0a20df: Streamline presentation
 * cf0a8ac: Streamline presentation
2020-03-12 01:01:56 +01:00
5108f8446f Bump version number 2020-03-12 01:00:16 +01:00
c1ad5d8b96 Add new exercises set for chapter 04 2020-03-12 00:53:56 +01:00
8dea642ce9 Streamline presentation 2020-03-10 15:27:49 +01:00
4b8aae1f28 Streamline presentation 2020-03-08 17:46:19 +01:00
ed3da36fcf Add more exercises to chapter 01 2020-03-08 17:10:41 +01:00
d0a20dfdee Streamline presentation 2020-03-07 18:37:33 +01:00
cf0a8acd17 Streamline presentation 2020-03-07 16:40:11 +01:00
7235c2773c Merge in "release-0.6.4" 2020-02-09 23:04:36 +01:00
0519b49989 Bump version number 2020-02-09 23:03:31 +01:00
690b96d44d Refurbish chapter 03
- streamline text
- streamline examples for if statement
2020-02-09 23:02:23 +01:00
51670fcdd4 Streamline text 2020-02-09 22:54:28 +01:00
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