generated from ubco-cmps/mds_course_template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_toc.yml
executable file
·72 lines (71 loc) · 2.12 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
format: jb-book
root: about/unsyllabus
parts:
- caption: About this course
chapters:
- file: about/syllabus
- file: about/syllabus_bits/course_schedule
title: Course Schedule and Learning Outcomes
- file: about/accommodations
- caption: Classes
chapters:
- file: class/lecture1
title: Lecture 1 - Introduction to Jupyter Notebook and Python
- file: class/lecture2
title: Lecture 2 - Functions in Python
- file: class/lecture3
title: Lecture 3 - Style and numpy
- file: class/lecture4
title: Lecture 4 - Classes and modules
- file: class/R
sections:
- file: class/lecture5
title: Lecture 5 - Introduction to R and the Tidyverse
- file: class/lecture6
title: Lecture 6 - Functions and Testing in R
- file: class/lecture7
title: Lecture 7 - Functional-style programming in R
- file: class/lecture8
title: Lecture 8 - Tidy evaluation in R
- caption: Labs
chapters:
- file: labs/intro
title: Start here!
- file: labs/lab1
title: Lab 1 - Python Functions, Lists, and Dictionaries
- file: labs/lab2
title: Lab 2 - Python 2
- file: labs/lab3
title: Lab 3 - Introduction to R
- file: labs/lab4
title: Lab 4 - Programming in R
- caption: Practice Problems
chapters:
- file: practice/intro
sections:
- file: practice/01_strings_exercise
title: 1. Strings
- file: practice/02_numbers_exercise
title: 2. Numbers
- file: practice/03_conditionals_exercise
title: 3. Conditionals
- file: practice/04_lists_exercise
title: 4. Lists
- file: practice/05_dictionaries_exercise
title: 5. Dictionaries
- file: practice/06_for_loops_exercise
title: 6. Loops
- file: practice/07_functions_exercise
title: 7. Functions
- file: practice/10_file_io_exercise
title: 8. File input/output
- file: practice/11_classes_exercise
title: 9. Classes
- file: practice/12_exceptions_exercise
title: 10. Exceptions
- file: practice/13_debugging_exercise
title: 11. Debugging
- caption: Course Feedback
chapters:
- file: about/feedback
title: Anonymous Feedback Form