A weekly Python podcast hosted by Christopher Bailey with interviews, coding tips, and conversation with guests from the Python community. The show covers a wide range of topics including Python programming best practices, career tips, and related software development topics. Join us every Friday morning to hear what's new in the world of Python programming and become a more effective Pythonista.

Wrangling Business Process Models With Python and SpiffWorkflow

February 10, 2023 0:52:17 51.17 MB Downloads: 0

Can you describe your business processes with flowcharts? What if you could define the steps in a standard notation and implement the workflows in pure Python? This week on the show, Dan Funk from Sartography is here to discuss SpiffWorkflow.

SpiffWorkflow is a Python tool for translating Business Process Model and Notation (BPMN) diagrams into a workflow engine. You can manipulate this visual chain of events to suit your team’s business requirements. Individual events in the workflow can contain blocks or scripts of Python code to be executed.

We discuss the concept of low-code software tools. Dan also talks about how SpiffWorkflow aims at getting non-developers within an organization involved in development.

Course Spotlight: Cool New Features in Python 3.11 – Real Python

In this video course, you’ll explore what Python 3.11 brings to the table. You’ll learn how Python 3.11 is the fastest and most user-friendly version of CPython yet, and learn about improvements to the typing system and to the asynchronous features of Python.

Topics:

  • 00:00:00 – Introduction
  • 00:02:14 – What is SpiffWorkflow?
  • 00:03:12 – What is BPMN?
  • 00:06:29 – What did you need to add to the project?
  • 00:07:12 – What are the components of a diagram?
  • 00:12:42 – Examples of workflow
  • 00:13:54 – Sponsor: TelemetryHub
  • 00:14:29 – What types of industries use BPMN?
  • 00:18:02 – Decision Model and Notation (DMN)
  • 00:19:34 – What is low-code?
  • 00:27:02 – How could someone get involved?
  • 00:28:02 – How do you host a workflow?
  • 00:29:43 – Video Course Spotlight
  • 00:31:05 – What has the project taught you as a developer?
  • 00:37:29 – Empowering more members of the organization
  • 00:42:07 – Project direction for the next year
  • 00:42:51 – Where to start with SpiffWorkflow?
  • 00:43:15 – What are you excited about in the world of Python?
  • 00:45:59 – What do you want to learn next?
  • 00:51:06 – Thanks and goodbye

Show Links:

Support the podcast & join our community of Pythonistas