From ab8bbfddd7883f13497875bf8c907e099fc122a6 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sat, 15 Jul 2023 21:34:29 -0400 Subject: [PATCH] Link to Python SDK launch blog post --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 129c0f0e6..5fa3b116b 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ The workflow implementation basically turns `async def` functions into workflows event loop. This means task management, sleep, cancellation, etc have all been developed to seamlessly integrate with `asyncio` concepts. +See the [blog post](https://temporal.io/blog/durable-distributed-asyncio-event-loop) introducing the Python SDK for an +informal introduction to the features and their implementation. + ---