Skip to content

Commit

Permalink
Add links to each script on the Resources page
Browse files Browse the repository at this point in the history
The workshop venue has intermittent wifi, so we will ask participants to
download the Python and R scripts before the workshop.
  • Loading branch information
robmoss committed Sep 24, 2024
1 parent f9f4f9e commit 05cc0f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/community/training/debugging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ This workshop was prepared for the [SPECTRUM](https://spectrum.edu.au/) Annual M
Having good debugging skills means that you can spend **less time fixing your code**.

See the discussion in our [August 2024 meeting](../../meetings/2024-08-08.md#debugging) for further background.

!!! note

Please download the workshop scripts from the [Resources](resources.md) page.
14 changes: 14 additions & 0 deletions docs/community/training/debugging/resources.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Resources

## Workshop scripts

**Understanding error messages:** [stacktrace.py](stacktrace.py), [stacktrace.R](stacktrace.R), and [long_stacktrace.py](long_stacktrace.py).

**Using a debugger:** [first_demo.py](first_demo.py) and [first_demo.R](first_demo.R).

**Square numbers:** [square_numbers.py](square_numbers.py) and [square_numbers.R](square_numbers.R).

**Perfect numbers:** [perfect_numbers.py](perfect_numbers.py) and [perfect_numbers.R](perfect_numbers.R).

**Python vs R:** [sir_ode.py](sir_ode.py) and [sir_ode.R](sir_ode.R).

## Useful materials

- [Julia Evans](https://jvns.ca/) has written a lot of great materials about debugging:
- [Debugging articles](https://jvns.ca/#debugging)
- [Debugging stories](https://jvns.ca/#debugging-stories)
Expand Down

0 comments on commit 05cc0f4

Please sign in to comment.