Python tutorials
Python is a programming language that lets you work quickly and integrate systems more effectively. It's popular for building and scripting applications.
Temporal's Python SDK lets you use Python to build applications that take advantage of Temporal's features.
These tutorials will walk you through building Temporal applications using Python.
📄️ Build a data pipeline Workflow with Temporal and Python
You'll implement a data pipeline application in Python, using Temporal's Workflows, Activities, and Schedules to orchestrate and run the steps in your pipeline.
📄️ Build an email subscription workflow with Temporal and Python
This tutorial teaches you how to implement an email subscription application with Temporal's Workflows, Activities, and Queries; however, the key learning allows users to subscribe and start your business logic through a web action.