Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 384 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 384 Bytes

The goal of this proof of concept in the TAL workshop context is to show to audience how we can improve the efficiency of python sync code usign asyncio.

Install pipenv to manage dependecies brew install pipenv

Install dependencies pipenv install

Check the PR to see the solution for this code in an async way.