Skip to content

Commit

Permalink
fix: more lesson cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Oct 29, 2024
1 parent b9a8b53 commit 9a44732
Show file tree
Hide file tree
Showing 4 changed files with 364 additions and 25 deletions.
11 changes: 1 addition & 10 deletions clean-modular-code/activity-2/clean-code-activity-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kernelspec:
(activity-2)=
# DRY Code & Functions: Activity 2

In [activity 1](../activity-1/clean-code-activity-1), you took some code and made it cleaner and easier to understand by:
In [activity 1](../activity-1/clean-code-activity-1), you took some code and made it cleaner and easier to understand by:

* using expressive variable names,
* following PEP8 code style guidelines, and
Expand Down Expand Up @@ -248,12 +248,3 @@ If you still have time, below is another challenge for you to try!
Create a new workflow that calculates how many packages were submitted to JOSS each month. Add documented functions that process the data.

:::

+++ {"editable": true, "slideshow": {"slide_type": ""}}

:::{dropdown} <i class="fa-solid fa-eye"></i> TODOs-- Click to expand dropdown

Hidden content

* TODO: add drop-downs with answers to each of the OYOs.
:::
Loading

0 comments on commit 9a44732

Please sign in to comment.