Commit graph

33 commits

Author SHA1 Message Date
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
3ee72c08ae Add review and exercises for notebook 00 2019-09-19 16:05:04 +02:00
387708f253 Adjust content overview in notebook 00
- the old chapters 01 and 02 were merged
  -> reflect that in the contents overview in notebook 00
- streamline text
2019-09-19 16:04:19 +02:00
b5382758ea Add initial version of notebook 01 2019-09-19 16:03:10 +02:00
3839a08335 Merge in "repo-instructions"
Merge branch "repo-instructions" into "develop"

Summary of the merged in commits:
 * 33d6d91: Add course info to README.md
 * 318a5a8: Add a requirements.txt file
2019-09-16 15:15:05 +02:00
33d6d91c9a Add course info to README.md
- course description (objective & prerequisites)
- installation notes for Python & third-party packages
2019-09-16 15:12:55 +02:00
318a5a8dd3 Add a requirements.txt file
This file makes it easier to install all dependencies for users without
poetry installed
2019-09-16 10:56:41 +02:00
efb9cfb7e6 Merge in "00-start-up"
Merge branch "00-start-up" into "develop"

Summary of the merged in commits:
 * bb2cfce: Add initial version of notebook 00
 * f33af96: Add a simple .gitignore file
 * d2fdda7: Add "develop" dependencies for the presenter
2019-09-16 00:20:45 +02:00
bb2cfce3c7 Add initial version of notebook 00 2019-09-16 00:18:38 +02:00
f33af96847 Add a simple .gitignore file 2019-09-16 00:14:56 +02:00
d2fdda7c09 Add "develop" dependencies for the presenter
- the Jupyter notebooks are assumed to be run within an installation of
  the Anaconda Distribution (version 2019-07 with Python 3.7.3) by the
  students (assumed to be total beginners)
- for the presenter some special third-party libraries are added to
  allow for executable code cells in presentation mode (via rise)
- black / blackcellmagic provide a convenient way to style the code
  while working on the notebooks
2019-09-16 00:09:00 +02:00
f0152355a3 Initial commit
Add the following files:
- LICENSE (MIT)
- README.md (empty)
- pyproject.toml (after poetry init)
2019-09-15 12:20:18 +02:00