Creating Extensible Workflows with Off-Label Use of Python

Creating Extensible Workflows with Off-Label Use of Python

PyCon US via YouTube Direct link

Intro

1 of 20

1 of 20

Intro

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Creating Extensible Workflows with Off-Label Use of Python

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 About me
  3. 3 What is a workflow?
  4. 4 Workflows show up all over the place
  5. 5 Example: Processing Uploaded Images
  6. 6 Workflow is defined by a task graph
  7. 7 Workflow system design
  8. 8 Workflow for software builds
  9. 9 Design goals
  10. 10 Task API design challenges
  11. 11 Python to the rescue!
  12. 12 Building the rule graph
  13. 13 Static validation
  14. 14 Type annotations provide
  15. 15 Why coroutines?
  16. 16 Coroutines are powerful
  17. 17 Coroutines can express concurrency
  18. 18 Coroutines help avoid side effects
  19. 19 Coroutines provide natural control points for
  20. 20 Summary

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.