-
Notifications
You must be signed in to change notification settings - Fork 9
/
_toc.yml
123 lines (119 loc) · 3.92 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
format: jb-book
root: intro
parts:
- caption: Course Info
chapters:
- file: assets/intro/syllabus
title: SYLLABUS
- file: assets/intro/labs/overview
title: CODING LABS
- file: assets/intro/assignments/overview
title: ASSIGNMENTS
- caption: Lectures
chapters:
- file: materials/01-Introduction
title: 01-Introduction
- file: materials/02-Tooling
title: 02-Tooling
- file: materials/03-Variables
title: 03-Variables
- file: materials/04-Operators
title: 04-Operators
- file: materials/05-Functions
title: 05-Functions
- file: materials/06-Conditionals
title: 06-Conditionals
- file: materials/07-Collections
title: 07-Collections
- file: materials/08-Debugging
title: 08-Debugging
- file: materials/09-Loops
title: 09-Loops
- file: materials/10-Methods
title: 10-Methods
- file: materials/11-Classes
title: 11-Classes
- file: materials/12-CommandLine
title: 12-CommandLine
- file: materials/13-Modules
title: 13-Modules
- file: materials/14-ScientificComputing
title: 14-ScientificComputing
- file: materials/15-Documentation
title: 15-Documentation
- file: materials/16-CodeTesting
title: 16-CodeTesting
- file: materials/17-CodeProjects
title: 17-CodeProjects
- file: materials/18-WrapUp
title: 18-WrapUp
# # # - file: materials/21-AdvancedPython
# # # title: 21-AdvancedPython
# # - file: materials/A1-CodeStyle
# # title: A1-CodeStyle
# # - file: materials/A2-Syntax
# # title: A2-Syntax
# # - file: materials/A3-Examples
# # title: A3-Examples
- caption: Coding Labs
chapters:
- file: materials/CL-Answers/CL2-ProgrammingI
title: CL2-ProgrammingI
- file: materials/CL-Answers/CL3-ProgrammingII
title: CL3-ProgrammingII
- file: materials/CL-Answers/CL4-Collections
title: CL4-Collections
- file: materials/CL-Answers/CL5-Loops
title: CL5-Loops
- file: materials/CL-Answers/CL6-Classes
title: CL6-Classes
# - file: materials/CL-Answers/CL7-CommandLine
# title: CL7-CommandLine
# - file: materials/CL-Answers/CL8-ScientificComputing
# title: CL8-ScientificComputing
# - file: materials/CL-Answers/CL9-Testing
# title: CL9-Testing
# - file: materials/CL-Answers/CL1-Tooling
# title: CL1-Tooling
# - file: materials/CL-Answers/CL2-Functions
# title: CL2-Functions
# - file: materials/CL-Answers/CL3-Collections
# title: CL3-Collections
# - file: materials/CL-Answers/CL4-Loops
# title: CL4-Loops
# - file: materials/CL-Answers/CL5-Classes
# title: CL5-Classes
# - file: materials/CL-Answers/CL7-CommandLine
# title: CL7-CommandLine
# - file: materials/CL-Answers/CL8-ScientificComputing
# title: CL8-ScientificComputing
# - file: materials/CL-Answers/CL9-Testing
# title: CL9-Testing
# - caption: Exam Prep
# chapters:
# - file: materials/Exam-Prep/Exam1-Review
# title: E1-Review
# - file: materials/Exam-Prep/E1_Practice_COGS18_SP24
# title: E1-Practice-Answers
# - file: materials/Exam-Prep/E1_COGS18_SP24
# title: E1-Answers
# - file: materials/Exam-Prep/Exam2-Review
# title: E2-Review
# - file: materials/ExamPrep/E2-Review-Answers
# title: E2-Review-Answers
# - file: materials/Exam-Prep/E2_Practice_COGS18_SP24
# title: E2-Practice-Answers
# - file: materials/Exam-Prep/E2_COGS18_SP24
# title: E2-Answers
# - file: materials/Exam-Prep/Practice_Final_COGS18_Sp24_Ans/Practice_Final_Sp24
# title: Practice-Final-Answers
- caption: Projects
chapters:
# - file: projects/PythonProjects
# title: PythonProjects
- file: projects/overview
title: Overview
- file: projects/faq
title: FAQ
- file: projects/ProjectIdeas
title: ProjectIdeas