-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Course content minor updates, readme updates (#31)
* readme updates, migrate generate_slides.sh from shell course * some slide updates --------- Co-authored-by: Simeon Wong <[email protected]>
- Loading branch information
Showing
14 changed files
with
124 additions
and
75 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,5 +1,3 @@ | ||
.DS_Store | ||
.vscode/ | ||
/03_instructional_team/lessons/pdf/* | ||
/03_instructional_team/lessons/html/* | ||
/03_instructional_team/lessons/pptx/* | ||
/03_instructional_team/node_modules |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
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
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
5 changes: 4 additions & 1 deletion
5
03_instructional_team/markdown_slides/04_optional_git_slide.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.
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 |
---|---|---|
|
@@ -26,29 +26,37 @@ By the end of the module, participants will be able to: | |
* Use Git to collaboratively save, restore, and update work through version control | ||
* Explain the difference between Git and GitHub | ||
|
||
## Assignments | ||
## Activities | ||
This module has two types of activities. | ||
1. Assignments are mandatory, and form part of your evaluation. | ||
1. Homework is not assessed, but are provided to you for extra practice. We encourage you to check each other's homework solutions during Work Periods or ask a Learning Support! | ||
|
||
### Assignments | ||
Participants should review the [Assignment Submission Guide](https://github.com/UofT-DSI/onboarding/blob/main/onboarding_documents/submissions.md) for instructions on how to complete assignments in this module. | ||
|
||
Assignments are typically due on the Sunday following the module's live learning session. | ||
|
||
1. [Git Assignment](./02_activities/assignments/git_assignment.md) | ||
|
||
### Homework | ||
1. [Git Homework](./02_activities/homework/git_homework_1.md) | ||
|
||
|
||
## Contacts | ||
|
||
**Questions can be submitted to the _#cohort-3-help_ channel on Slack** | ||
**Questions can be submitted to the _#cohort-4-help_ channel on Slack** | ||
|
||
* Technical Facilitator: | ||
* **Simeon Wong** (he/him) | ||
[email protected] | ||
|
||
* Learning Support Staff: | ||
* **Michaela Drouillard** (she/her) | ||
michaela.drouillard@mail.utoronto.ca | ||
* **Julia Gallucci** (she/her) | ||
[email protected] | ||
* **Emma Teng** | ||
[email protected] | ||
* **Simeon Wong** (he/him) | ||
[email protected] | ||
|
||
* Learning Support Staff: | ||
* **Emma Teng** (she/her) | ||
e.teng@mail.utoronto.ca | ||
* **Sidra Bushra** (she/her) | ||
[email protected] | ||
* **Pedram Asli** | ||
|
||
|
||
## Delivery of the Learning Module | ||
|
||
|
@@ -88,8 +96,36 @@ Feel free to use the following as resources: | |
- [Git vs GitHub: What's the difference?](https://www.youtube.com/watch?v=wpISo9TNjfU) | ||
|
||
### How to get help | ||
|
||
![image](./steps_to_ask_for_help.png) | ||
#### 1. Gather information about your problem | ||
- Copy and paste your error message | ||
- Copy and paste the code that caused the error, and the last few commands leading up to the error | ||
- Write down what you are trying to accomplish with your code. Include both the specific action, and the bigger picture and context | ||
- (optional) Take a screenshot of your entire workspace | ||
|
||
#### 2. Try searching the web for your error message | ||
- Sometimes, the error has common solutions that can be easy to find! | ||
- This will be faster than waiting for an answer | ||
- If none of the solutions apply, consider asking a Generative AI tool | ||
- Paste your code, the error message, and a description of your overall goals | ||
|
||
#### 3. Try asking in your cohort's Slack help channel | ||
- Since we're all working through the same material, there's a good chance one of your peers has encountered the same error, or has already solved it | ||
- Try searching in the DSI Certificates Slack help channel for whether a similar query has been posted | ||
- If the question has not yet been answered, post your question! | ||
- Describe your the overall goals, the context, and the specific details of what you were trying to accomplish | ||
- Make sure to **copy and paste** your code, your error message | ||
- Copying and pasting helps: | ||
1. your peers and teaching team quickly try out your code | ||
1. others to find your question in the future | ||
|
||
#### Great resources on how to ask good technical questions that get useful answers | ||
- [Asking for Help - The Odin Project](https://www.theodinproject.com/lessons/foundations-asking-for-help) | ||
- [How do I ask a good question? - Stack Overflow](https://stackoverflow.com/help/how-to-ask) | ||
- [The XY problem: A question pitfall that won't get useful answers](https://xyproblem.info/) | ||
- [How to create a minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) | ||
|
||
#### Getting help: A summary | ||
<img src="steps_to_ask_for_help.png" width="700"> | ||
|
||
<hr> | ||
|
||
|
@@ -101,7 +137,7 @@ Feel free to use the following as resources: | |
├── 01_materials | ||
├── 02_activities | ||
├── 03_instructional_team | ||
├── 04_cohort_three | ||
├── 04_this_cohort | ||
├── .gitignore | ||
├── LICENSE | ||
├── README.md | ||
|
@@ -112,7 +148,7 @@ Feel free to use the following as resources: | |
* **materials**: Module slides and interactive notebooks (.ipynb files) used during learning sessions. | ||
* **activities**: Contains graded assignments, exercises, and homework to practice concepts covered in the learning module. | ||
* **instructional_team**: Resources for the instructional team. | ||
* **cohort_three**: Additional materials and resources for cohort three. | ||
* **this_cohort**: Additional materials and resources for this cohort. | ||
* **.gitignore**: Files to exclude from this folder, specified by the Technical Facilitator | ||
* **LICENSE**: The license for this repository. | ||
* **README**: This file. | ||
|