-
Notifications
You must be signed in to change notification settings - Fork 7
/
reveal.json
50 lines (50 loc) · 1.13 KB
/
reveal.json
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
{
"Getting started": {
"theme": "ifsr",
"source": "01_getting_started"
},
"Grundlagen von Python": {
"theme": "ifsr",
"source": "02_grundlagen"
},
"Builtin Datenstrukturen": {
"theme": "ifsr",
"source": "03_builtins"
},
"Module, Pakete und PIP": {
"theme": "ifsr",
"source": "04_modules_packages_pip"
},
"Decorators": {
"theme": "ifsr",
"source": "05_decorators"
},
"Comprehensions": {
"theme": "ifsr",
"source": "06_comprehensions"
},
"Funktionen (fortgeschritten)": {
"theme": "ifsr",
"source": "07_functions_advanced"
},
"Subprozesse in Python": {
"theme": "ifsr",
"source": "08_process"
},
"Web Client": {
"theme": "ifsr",
"source": "09_web_client"
},
"re - Regular Expressions": {
"theme": "ifsr",
"source": "10_regex"
},
"Mails in Python senden": {
"theme": "ifsr",
"source": "11_smtplib"
},
"ncurses in Python": {
"theme": "ifsr",
"source": "12_curses"
}
}