Commit graph

61 commits

Author SHA1 Message Date
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
07e5460506 Merge in "04-iteration"
Merge branch "04-iteration" into "develop"

Summary of the merged in commits:
 * 6385153: Add review and exercises for notebook 04
 * 2c8ff65: Adjust content overview in README.md
 * a91aea1: Add initial version of notebook 04
 * 250aa09: Streamline previous content
 * 84e08d0: Move FizzBuzz exercise from chapter 01 to 03
2019-10-01 23:22:34 +02:00
6385153e38 Add review and exercises for notebook 04 2019-10-01 23:21:05 +02:00
2c8ff65f57 Adjust content overview in README.md 2019-10-01 17:50:58 +02:00
a91aea1f36 Add initial version of notebook 04 2019-10-01 17:48:22 +02:00
250aa09209 Streamline previous content 2019-10-01 17:47:45 +02:00
84e08d06f4 Move FizzBuzz exercise from chapter 01 to 03 2019-09-25 14:27:03 +02:00
dda246284b Merge in "03-conditionals"
Merge branch "03-conditionals" into "develop"

Summary of the merged in commits:
 * 0b067ec: Add review and exercises for notebook 03
 * e184511: Adjust content overview in README.md
 * 4e2b329: Add initial version of notebook 03
 * 514b2da: Streamline previous content
2019-09-25 09:09:11 +02:00
0b067ec4b5 Add review and exercises for notebook 03 2019-09-25 09:08:31 +02:00
e1845113cf Adjust content overview in README.md 2019-09-24 19:46:44 +02:00
4e2b329fd1 Add initial version of notebook 03 2019-09-24 19:45:56 +02:00
514b2dac40 Streamline previous content
This includes shortening the filename of notebook 01
2019-09-24 19:44:39 +02:00
8e841274e6 Merge in "02-functions"
Merge branch "02-functions" into "develop"

Summary of the merged in commits:
 * 4643927: Adjust content overview in README.md
 * 0eb4b70: Add review and exercises for notebook 02
 * 72db877: Add initial version of notebook 02
 * ec3097e: Add the sample_package folder to the project
 * c3fc760: Add sample_module.py to the project
 * 22a85bc: Streamline previous content
 * f606838: Add numpy to the dependencies
2019-09-22 20:36:28 +02:00
464392787b Adjust content overview in README.md 2019-09-22 20:35:03 +02:00
0eb4b70a99 Add review and exercises for notebook 02 2019-09-22 20:31:17 +02:00
72db877c45 Add initial version of notebook 02 2019-09-22 20:30:13 +02:00
ec3097e220 Add the sample_package folder to the project
The sample_package folder serves as an example in notebook 02 as to what
a Python package looks like. Its contents actually belong to the chapter
on object-orientation.
2019-09-22 20:26:58 +02:00
c3fc760e70 Add sample_module.py to the project
The file sample_module.py serves as an example in notebook 02  as to how
to create a local module and then import it.
2019-09-22 20:25:40 +02:00
22a85bc2ba Streamline previous content 2019-09-22 20:24:15 +02:00
f6068383ba Add numpy to the dependencies
The numpy library is briefly introduced in notebook 02
2019-09-22 20:19:28 +02:00
7d3641282e Merge in "01-elements"
Merge branch "01-elements" into "develop"

Summary of the merged in commits:
 * b41c5b5: Adjust content overview in README.md
 * d90d90e: Add review and exercises for notebook 01
 * 3ee72c0: Add review and exercises for notebook 00
 * 387708f: Adjust content overview in notebook 00
 * b538275: Add initial version of notebook 01
2019-09-19 16:22:49 +02:00
b41c5b5302 Adjust content overview in README.md 2019-09-19 16:22:04 +02:00
d90d90ecbb Add review and exercises for notebook 01 2019-09-19 16:05:16 +02:00