Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Commit

Permalink
Merge pull request #11 from JezSw/june2024_updates
Browse files Browse the repository at this point in the history
Correcting typos in section 1 & 2
  • Loading branch information
bielsnohr authored Jul 31, 2024
2 parents 2192ad6 + c6a4308 commit d8aa158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slides/section_1_setting_up_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ Continue from this heading to the end of the page.
<!-- #endregion -->

<!-- #region slideshow={"slide_type": "notes"} -->
- Unless you have particular requirements, it is best to go with a sytle guide that has the majority consensus for a particular language (albeit sometimes this won't exist, so choose what seems best)
- Unless you have particular requirements, it is best to go with a style guide that has the majority consensus for a particular language (albeit sometimes this won't exist, so choose what seems best)
- In Python, this is PEP8
- In PyCharm, adherance to PEP8 will automatically be checked and violations flagged for fixing (demonstrate this live)
- VSCode can do the same thing with an extension. See the "Extras" section.
Expand Down
2 changes: 1 addition & 1 deletion slides/section_2_ensuring_correctness.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Follow along from this section heading to the bottom of the page.

<!-- #region slideshow={"slide_type": "notes"} -->
- split learners into breakout rooms (~50 mins although likely less, so take a status check early) starting from this section heading and going to the end of the page
- if learners are using different editors, then encourage them to try and replicate the techique of debugging that is explained here
- if learners are using different editors, then encourage them to try and replicate the technique of debugging that is explained here
- status check
<!-- #endregion -->

Expand Down

0 comments on commit d8aa158

Please sign in to comment.