Writing simple (py)tasks

Writing simple (py)tasks#

Learning Objectives#

After working through this topic, you should be able to:

  • write tasks for simple project workflows so that pytask recognizes them

  • run them using pytask for your own projects

By “simple project workflows” we mean that the workflow graph is a chain, i.e., each task has one dependency and one product at most.

Materials#

Here is the Screencast and these are the slides.

Quiz#