This template repository contains a Durable Functions sample demonstrating the fan-out/fan-in pattern in Python (v2 programming model). The sample can be easily deployed to Azure using the Azure ...
├── problems/ # Problem solutions organized by name │ ├── two_sum/ # Individual problem directories │ │ ├── config.yml # Problem metadata and configuration │ │ ├── two_sum.py # Python solution │ │ ├── ...