/plushcap/analysis/temporal/temporal-python-sdk-the-release

Python SDK: The Release

What's this blog post about?

Temporal has released a new Python SDK that makes it easier to enable durable execution in Python applications. The SDK was initially community-driven, but is now fully featured and officially supported by Temporal. It allows for the creation of durable execution systems that persist each step taken by code, ensuring that if the process or container running the code dies, the code will continue running in another process with all state intact. The SDK can be installed using the Temporal CLI or Python's temporalio package. A basic usage example is provided in the samples repo: hello_activity.py. Temporal also offers a variety of sample applications and resources to help users learn more about its capabilities.

Company
Temporal

Date published
March 6, 2023

Author(s)
Jessica West

Word count
652

Language
English

Hacker News points
None found.


By Matt Makai. 2021-2024.