Podbean logo
  • Discover
  • Podcast Features
    • Podcast Hosting

      Start your podcast with all the features you need.

    • Podbean AI Podbean AI

      AI-Enhanced Audio Quality and Content Generation.

    • Blog to Podcast

      Repurpose your blog into an engaging podcast.

    • Video to Podcast

      Convert YouTube playlists to podcasts, videos to audios.

  • Monetization
    • Ads Marketplace

      Join Ads Marketplace to earn through podcast sponsorships.

    • PodAds

      Manage your ads with dynamic ad insertion capability.

    • Apple Podcasts Subscriptions Integration

      Monetize with Apple Podcasts Subscriptions via Podbean.

    • Live Streaming

      Earn rewards and recurring income from Fan Club membership.

  • Podbean App
    • Podcast Studio

      Easy-to-use audio recorder app.

    • Podcast App

      The best podcast player & podcast app.

  • Help and Support
    • Help Center

      Get the answers and support you need.

    • Podbean Academy

      Resources and guides to launch, grow, and monetize podcast.

    • Podbean Blog

      Stay updated with the latest podcasting tips and trends.

    • What’s New

      Check out our newest and recently released features!

    • Podcasting Smarter

      Podcast interviews, best practices, and helpful tips.

  • Popular Topics
    • How to Start a Podcast

      The step-by-step guide to start your own podcast.

    • How to Start a Live Podcast

      Create the best live podcast and engage your audience.

    • How to Monetize a Podcast

      Tips on making the decision to monetize your podcast.

    • How to Promote Your Podcast

      The best ways to get more eyes and ears on your podcast.

    • Podcast Advertising 101

      Everything you need to know about podcast advertising.

    • Mobile Podcast Recording Guide

      The ultimate guide to recording a podcast on your phone.

    • How to Use Group Recording

      Steps to set up and use group recording in the Podbean app.

  • All Arts Business Comedy Education
  • Fiction Government Health & Fitness History Kids & Family
  • Leisure Music News Religion & Spirituality Science
  • Society & Culture Sports Technology True Crime TV & Film
  • Live
  • How to Start a Podcast
  • How to Start a Live Podcast
  • How to Monetize a podcast
  • How to Promote Your Podcast
  • How to Use Group Recording
  • Log in
  • Start your podcast for free
  • Podcasting
    • Podcast Features
      • Podcast Hosting

        Start your podcast with all the features you need.

      • Podbean AI Podbean AI

        AI-Enhanced Audio Quality and Content Generation.

      • Blog to Podcast

        Repurpose your blog into an engaging podcast.

      • Video to Podcast

        Convert YouTube playlists to podcasts, videos to audios.

    • Monetization
      • Ads Marketplace

        Join Ads Marketplace to earn through podcast sponsorships.

      • PodAds

        Manage your ads with dynamic ad insertion capability.

      • Apple Podcasts Subscriptions Integration

        Monetize with Apple Podcasts Subscriptions via Podbean.

      • Live Streaming

        Earn rewards and recurring income from Fan Club membership.

    • Podbean App
      • Podcast Studio

        Easy-to-use audio recorder app.

      • Podcast App

        The best podcast player & podcast app.

  • Advertisers
  • Enterprise
  • Pricing
  • Resources
    • Help and Support
      • Help Center

        Get the answers and support you need.

      • Podbean Academy

        Resources and guides to launch, grow, and monetize podcast.

      • Podbean Blog

        Stay updated with the latest podcasting tips and trends.

      • What’s New

        Check out our newest and recently released features!

      • Podcasting Smarter

        Podcast interviews, best practices, and helpful tips.

    • Popular Topics
      • How to Start a Podcast

        The step-by-step guide to start your own podcast.

      • How to Start a Live Podcast

        Create the best live podcast and engage your audience.

      • How to Monetize a Podcast

        Tips on making the decision to monetize your podcast.

      • How to Promote Your Podcast

        The best ways to get more eyes and ears on your podcast.

      • Podcast Advertising 101

        Everything you need to know about podcast advertising.

      • Mobile Podcast Recording Guide

        The ultimate guide to recording a podcast on your phone.

      • How to Use Group Recording

        Steps to set up and use group recording in the Podbean app.

  • Discover
  • Log in
    Sign up free
The Real Python Podcast

The Real Python Podcast

Technology

Wrangling Business Process Models With Python and SpiffWorkflow

Wrangling Business Process Models With Python and SpiffWorkflow

2023-02-10
Download Right click and do "save link as"

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:

  • SpiffWorkflow
  • Overview SpiffWorkflow 1.2.1 documentation
  • SpiffWorkflow: A powerful workflow engine implemented in pure Python - GitHub
  • Sartography
  • Business Process Model and Notation - Wikipedia
  • Decision Model and Notation™ (DMN™) | Object Management Group
  • Web-based tooling for BPMN, DMN, CMMN, and Forms | bpmn.io
  • Creating a Low-Code Business Process Execution Platform With Python, BPMN, and DMN - IEEE Software
  • The Low Code Wall, SpiffWorkflow
  • SpiffArena, SpiffWorkflow
  • Install SpiffArena then build and run your first diagram - YouTube
  • MindTrails - University of Virginia
  • Practices of the Python Pro
  • Episode #49: The Challenges of Developing Into a Python Professional – The Real Python Podcast
  • PEP 678: Exceptions can be enriched with notes - Python 3.11.1 documentation
  • Building a Ship in a Bottle. : 14 Steps (with Pictures) - Instructables
  • Status - Private, Secure Communication
  • Dan Funk - LinkedIn
  • SpiffWorkflow (@SpiffWorkflow) - Twitter

Level up your Python skills with our expert-led courses:

  • Building Python Project Documentation With MkDocs
  • Cool New Features in Python 3.11
  • Editing Excel Spreadsheets in Python With openpyxl

Support the podcast & join our community of Pythonistas

view more

More Episodes

Volunteering, Organizing, and Finding a Python Community
2023-06-09
Building Python CI With Docker & Applying for a Hacker Initiative Grant
2023-06-02
Discussing Mojo & Improving Python Object-Oriented Programming
2023-05-26
Virtual Environment Structure & Surveying the Packaging Ecosystem
2023-05-12
Checking Project Dependencies & Python Dev Resource Collections
2023-05-05
Targeting WebAssembly Platforms & Distilling a Minimum Viable Python
2023-04-28
Seeking Faster Text Processing & Python's .__repr__() vs .__str__()
2023-04-14
Automate Processes and Distribute Python Tools With RPA and RCC
2023-04-07
Evaluating Python Packages & Celebrating 20 Years of PyCon US
2023-03-31
Lessons Learned From Four Years Programming With Python
2023-03-24
Coding With namedtuple & Python's Dynamic Superpowers
2023-03-17
Sharing Your Python App Across Platforms With BeeWare
2023-03-10
Django Deployment Strategies & Preparing for PyCascades 2023
2023-03-03
Using NumPy and Linear Algebra for Faster Python Code
2023-02-24
Creating a Python Wordle Clone & Testing Environments With Nox
2023-02-17
Create Interactive Maps & Geospatial Data Visualizations With Python
2023-02-03
Orchestrating Large and Small Projects With Apache Airflow
2023-01-27
Exploring Python With bpython & Formalizing f-String Grammar
2023-01-20
Speeding Up Your DataFrames With Polars
2023-01-13
  • ←
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • →
0123456789101112131416171819

Get this podcast on your
phone, FREE

Download Podbean app on App Store Download Podbean app on Google Play

Create your
podcast in
minutes

  • Full-featured podcast site
  • Unlimited storage and bandwidth
  • Comprehensive podcast stats
  • Distribute to Apple Podcasts, Spotify, and more
  • Make money with your podcast
Get started

It is Free

  • Podcast Services

    • Podcast Features
    • Pricing
    • Enterprise Solution
    • Private Podcast
    • The Podcast App
    • Live Stream
    • Audio Recorder
    • Remote Recording
    • Podbean AI
  •  
    • Create a Podcast
    • Video Podcast
    • Start Podcasting
    • Start Radio Talk Show
    • Education Podcast
    • Church Podcast
    • Nonprofit Podcast
    • Get Sermons Online
    • Free Audiobooks
  • MONETIZATION & MORE

    • Podcast Advertising
    • Dynamic Ads Insertion
    • Apple Podcasts Subscriptions
    • Switch to Podbean
    • YouTube to Podcast
    • Blog to Podcast
    • Submit Your Podcast
    • Podbean Plugins
    • Developers
  • KNOWLEDGE BASE

    • How to Start a Podcast
    • How to Start a Live Podcast
    • How to Monetize a Podcast
    • How to Promote Your Podcast
    • Mobile Podcast Recording Guide
    • How to Use Group Recording
    • Podcast Advertising 101
  • Support

    • Support Center
    • What’s New
    • Free Webinars
    • Podcast Events
    • Podbean Academy
    • Podbean Amplified Podcast
    • Badges
    • Resources
  • Podbean

    • About Us
    • Podbean Blog
    • Careers
    • Press and Media
    • Green Initiative
    • Affiliate Program
    • Contact Us
  • Privacy Policy
  • Cookie Policy
  • Terms of Use
  • Consent Preferences
  • Copyright © 2015-2025 Podbean.com