pyOpenSci / lessons

A repo containing lessons used in pyOpenSci training.
https://www.pyopensci.org/lessons
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

fix: make function lesson render #60

Closed lwasser closed 1 month ago

lwasser commented 1 month ago

This just fixes the lesson so it renders. I think we should refactor this lesson to be about more

  1. more complex functions.
  2. nesting unctions together in workflows.
  3. Introduce the concept of a script with a main() function.

We might be able to take some of the intro multi parameter stuff and move it to the write-functions lesson.

And then finally, i think some graphics that really help users understand namespaces and what happens when a function runs vs the outputs of a script... theses are just ideas that could become an issue that we address later.