MENU

Fun & Interesting

Higher level Python asyncio with AnyIO - Talk Python to Me Ep.385

Talk Python 3,228 3 years ago
Video Not Working? Fix It Now

Do you love Python's async and await but feel that you could use more flexibility and higher-order constructs like running a group of tasks and child tasks as a single operation, or streaming data between tasks, combining async tasks with multiprocessing or threads, or even async file support? You should check out AnyIO. On this episode we have Alex Grönholm the creator of AnyIO here to give us the whole story. ▬▬▬▬ About the podcast ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ This video is the uncut, live recording of the Talk Python To Me podcast ( https://talkpython.fm ). We cover Python-focused topics every week and publish the edited and polished version in audio form. Subscribe in your podcast player of choice (100% free) at https://talkpython.fm/subscribe. ▬▬▬▬ Guests ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Alex: github.com/agronholm ▬▬▬▬ Links and resources from the show ▬▬▬▬▬▬▬▬▬▬▬▬ AnyIO: https://anyio.readthedocs.io/en/stable/ sqlacodegen: https://github.com/agronholm/sqlacodegen apscheduler: https://github.com/agronholm/apscheduler typeguard: https://github.com/agronholm/typeguard timescale: https://www.timescale.com/ asphalt framework: https://github.com/asphalt-framework/asphalt Talk Python Trio episode: https://talkpython.fm/episodes/show/167/simplifying-pythons-async-with-trio Trio: https://github.com/python-trio/trio Poetry Package manager: https://python-poetry.org/ Listen this episode on Talk Python: https://talkpython.fm/episodes/show/385/higher-level-python-asyncio-with-anyio Episode transcripts: https://talkpython.fm/episodes/transcript/385/higher-level-python-asyncio-with-anyio ▬▬▬▬ Dive deeper ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Listen to the Talk Python To Me podcast at https://talkpython.fm Over 250 hours of Python courses at https://training.talkpython.fm/courses Follow us on on Mastodon. Michael: https://fosstodon.org/@mkennedy & Talk Python https://fosstodon.org/@talkpython

Comment