-
Notifications
You must be signed in to change notification settings - Fork 43
/
_toc.yml
62 lines (62 loc) · 2.44 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
format: jb-book
root: index
parts:
- caption: About the course, intro to git
chapters:
- file: lectures/about/About the course
- file: lectures/about/Introduction to git
- file: lectures/about/Scripting vs regular programming
- caption: Refresher on Python syntax and tools
chapters:
- file: lectures/python/python_summary
- file: lectures/python/python_summary-classes
- file: lectures/python/python_summary-typing
- file: lectures/python/ipython
- file: lectures/python/more_python
- file: lectures/python/packages_and_testing
- file: lectures/python/exercises
- caption: Numerical Python
chapters:
- file: lectures/numerical-python/numerical_python
- file: lectures/numerical-python/python_profiling
- file: lectures/numerical-python/exercises
- caption: Mixed programming (Python + C)
chapters:
- file: lectures/mixed-programming/mixed_programming_introduction
- file: lectures/mixed-programming/mixed_programming_cython
- file: lectures/mixed-programming/Numba
- file: lectures/mixed-programming/Profiling and Optimizing with IPython
- caption: Regular expressions
chapters:
- file: lectures/regular-expressions/regular-expressions
- caption: Web programming
chapters:
- file: lectures/web/web
- file: lectures/web/Introduction to HTML
- file: lectures/web/Web scraping
- caption: Data analysis with pandas
chapters:
- file: lectures/pandas/Pandas
- file: lectures/pandas/Pandas_exercises
- file: lectures/pandas/PublicAPIs
- file: lectures/pandas/API-exercises
- caption: Visualisation
chapters:
- file: lectures/visualisation/visualisation
- file: lectures/visualisation/matplotlib
- file: lectures/visualisation/altair
- file: lectures/visualisation/corona-data
- caption: Command-line tools
chapters:
- file: lectures/command-line/cmdline_bash
- file: lectures/command-line/Bash - interactive lecture
- caption: HTTP and web servers
chapters:
- file: lectures/web-servers/Introduction to webservers
- file: lectures/web-servers/Introduction to HTML - Forms
- file: lectures/web-servers/monty-hall-game
- caption: From script to production
chapters:
- file: lectures/production/environments
- file: lectures/production/sphinx-docs
- file: lectures/production/from-script-to-project/From Script to Project