-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7649114
commit 1bd96f7
Showing
14 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
1. [Git, Pull Requests, and code reviews](01_version_control.qmd) [🛝](01_version_control_slides.html) | ||
* [Discussion](group_work/module_01.md) | ||
* [Homework](projects/data_cleaning/Project_module_01.md) | ||
* [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/module_02.md) | ||
* [Homework](projects/data_cleaning/Project_module_02.md) | ||
* [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/module_03.md) | ||
* [Homework](projects/data_cleaning/Project_module_03.md) | ||
* [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/module_04.md) | ||
* [Homework](projects/data_cleaning/Project_module_04.md) | ||
* [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) | ||
* [Homework](projects/data_cleaning/Project_module_06.md) | ||
* [Discussion](group_work/05_module.md) | ||
* [Homework](projects/data_cleaning/05_Project_module.md) | ||
6. [Documentation](06_documentation.qmd) [🛝](06_documentation_slides.html) | ||
* [Homework](projects/data_cleaning/Project_module_05.md) | ||
* [Homework](projects/data_cleaning/05_Project_module.md) | ||
7. [Distributing your package](07_packaging.qmd) [🛝](07_packaging_slides.html) | ||
* [Homework](projects/data_cleaning/Project_module_07.md) | ||
* [Homework](projects/data_cleaning/07_Project_module.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Module 05 | ||
|
||
- Q1: Explain in your own words: what is composition? and what is inheritance in software design? | ||
- Q2: What are some pros and cons of composition and inheritance? | ||
- Q3: How could you use composition and/or inheritance in your Cleaner classes? | ||
|
||
{{< include _footer.md >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.