-
Notifications
You must be signed in to change notification settings - Fork 1
/
_modules.qmd
20 lines (20 loc) · 1.3 KB
/
_modules.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
1. [Git, Pull Requests, and code reviews](01_version_control.qmd) [🛝](01_version_control_slides.html)
* [Discussion](group_work/01_module.md)
* [Homework](projects/data_cleaning/01_Project_module.md)
2. [Python functions, classes, and modules](02_function_classes.qmd) [🛝](02_function_classes_slides.html)
* [Discussion](group_work/02_module.md)
* [Homework](projects/data_cleaning/02_Project_module.md)
3. [Testing and auto-formatting](03_testing.qmd) [🛝](03_testing_slides.html)
* [Discussion](group_work/03_module.md)
* [Homework](projects/data_cleaning/03_Project_module.md)
4. [Dependencies and GitHub actions](04_dependencies_ci.qmd) [🛝](04_dependencies_ci_slides.html)
* [Discussion](group_work/04_module.md)
* [Homework](projects/data_cleaning/04_Project_module.md)
6. [Object oriented design in Python](05_oop.qmd) [🛝](05_oop_slides.html)
* [Discussion](group_work/05_module.md)
* [Homework](projects/data_cleaning/05_Project_module.md)
6. [Documentation](06_documentation.qmd) [🛝](06_documentation_slides.html)
* [Discussion](group_work/06_module.md)
* [Homework](projects/data_cleaning/06_Project_module.md)
7. [Distributing your package](07_packaging.qmd) [🛝](07_packaging_slides.html)
* [Homework](projects/data_cleaning/07_Project_module.md)