Commit graph

30 commits

Author SHA1 Message Date
8a55f014a9
Add initial version of chapter 02's review 2020-10-14 00:02:49 +02:00
54e63991a1
Add initial version of chapter 02's summary 2020-10-14 00:00:52 +02:00
9179521763
Add initial version of chapter 02, part 2 2020-10-13 23:59:16 +02:00
7119fd4c45
Add initial version of chapter 02's exercises 2020-10-13 23:29:08 +02:00
1cf468610e
Add initial version of chapter 02, part 1 2020-10-13 23:19:17 +02:00
9b5e395a0e
Make notebooks bullet points in the ToC 2020-10-13 20:32:34 +02:00
5b6fd7122f
Add initial version of chapter 01's further resources 2020-10-13 15:28:02 +02:00
ba9addd562
Chapter reviews are not interactive 2020-10-13 15:26:18 +02:00
6fb318d13a
Add initial version of chapter 01's review 2020-10-13 15:25:22 +02:00
777da3568d
Add initial version of chapter 01's summary 2020-10-13 15:24:21 +02:00
5163c34d53
Add initial version of chapter 01's exercises, part 2 2020-10-13 15:22:25 +02:00
abeedd1265
Add initial version of chapter 01, part 2 2020-10-13 15:10:15 +02:00
263565f8a1
Add initial version of chapter 01's exercises, part 1 2020-10-13 12:26:31 +02:00
0bb99a13b1
Add initial version of chapter 01, part 1 2020-10-13 12:08:58 +02:00
2dfc9540b6
Make YouTube references less prominent
- the current video lectures regard the old one-notebook-per-chapter
  structure of the project
- as the new structure involves several smaller notebooks per chapter,
  there is no one-on-one correspondence to the YouTube lectures any more
=> only reference the YouTube playlist once in the README.md
2020-10-13 11:10:37 +02:00
92dde01e0c
Streamline text 2020-10-13 11:02:29 +02:00
6c2cc48d3e
Re-order exercises and review 2020-10-13 10:41:55 +02:00
f4c4eace8d
Add section on presentation mode 2020-10-12 22:51:32 +02:00
955fb74673
Mention nox and init task 2020-10-12 22:48:46 +02:00
0c754f1c7b
Add initial version of chapter 00's exercises 2020-10-12 22:09:38 +02:00
570d6cec13
Add initial version of chapter 00's review 2020-10-12 22:02:58 +02:00
1899a814c0
Add initial version of chapter 00 2020-10-12 22:02:22 +02:00
3632606251
Add ToC section 2020-10-12 21:42:29 +02:00
dff18c86a8
Add contributing section 2020-10-12 21:40:46 +02:00
05df4c0857
Make course objectives more elaborate 2020-10-12 21:38:27 +02:00
3b730fb3d5
Streamline text 2020-10-12 21:32:57 +02:00
772f7f59d7
Add author infos 2020-10-12 15:29:31 +02:00
f6fe831039
Add installation sections
- add section "Installation"
  + explain how Anaconda is set up
  + include many screenshots
  + explain how the repo is downloaded as a zip archive
- add a section "Alternative Installation"
  + explain how git, poetry, and pyenv can be used
    to set up the project as well
  + explain what a CLI is (with screenshots)
2020-10-12 15:21:39 +02:00
cd783a6ac7
Add prerequisites section 2020-10-12 12:03:34 +02:00
057a9229d5
Initial commit
- add the following files:
  + LICENSE.txt => use MIT license as the project should be
                   accessible to anybody who wants to learn Python
  + README.md => provide a rough description of the project
  + pyproject.toml => initialize poetry and the add project metadata
  + poetry.lock => initialize poetry
  + .gitignore => hide pyenv and poetry artifacts
  + static/link/ => folder holding images for links
- for the pre-2020 version of the files, check out the "v0.0.0" tag
2020-09-30 16:04:36 +02:00