-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_toc.yml
81 lines (76 loc) · 2.26 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: Course Information
chapters:
- file: information
- caption: Python Programming
chapters:
- file: introduction
- file: python/fundamentals/fundamentals
sections:
- file: python/fundamentals/exercises
- file: python/functions/functions_1
sections:
- file: python/functions/exercises
- file: python/strings/strings
sections:
- file: python/strings/exercises
- file: python/conditionals/conditionals
sections:
- file: python/conditionals/exercises
- file: list_tuples
- file: loops
sections:
- file: loop_exercises/for_loop_exercises
- file: loop_exercises/for_loop_exercises_solution
- file: loop_exercises/while_loop_exercises
- file: loop_exercises/while_loop_exercises_solution
- file: loop_exercises/modify_loop_exercises
- file: loop_exercises/modify_loop_exercises_solution
- file: list_comprehension
sections:
- file: list_comprehension_exercises/exercises
- file: list_comprehension_exercises/exercises_solution
- file: set_dictionary
sections:
- file: set_dictionary_exercises/exercises
- file: set_dictionary_exercises/exercises_solution
- file: lambda
sections:
- file: lambda_exercises/exercises
- file: lambda_exercises/exercises_solution
- file: errors
- file: functions_pt2
- file: oop
- file: misc_topics
- caption: Structured Query Language (SQL)
chapters:
- file: sql
sections:
- file: sql/sql_0_tables
- file: sql/sql_1_query_primer
- file: sql/sql_2_filtering
- file: sql/sql_3_sets
- file: sql/sql_4_grouping
- file: sql/sql_5_subqueries
- file: sql/sql_6_conditionals
- file: sql/sql_7_analytic_functions
- file: sql/sql_8_normalization
- file: sql/sql_9_python
- file: sql/sql_10_india_export_data
- file: sql/sql_11_soccer
- caption: Numpy and Pandas
chapters:
- file: np_pd/np_pd
- caption: Machine Learning
chapters:
- file: machine_learning
sections:
- file: machine_learning/part1
- file: machine_learning/part2
- caption: Style Guide
chapters:
- file: style