All the sample code used for tech talk "Introduction to Async Programming" in Pycon DE & Pydata Berlin 2023.
This talk, presented by @dishantsethi, is an introduction to async programming in python. What are the multiple ways to achieve aynchronosity, pros and cons of each technique. Which one is best for which use case. Practical demo of each technique and differentiation between them.
The slide deck for this talk is available in pptx format here.
- What and Why Async Programming?
- How does Python do multiple things at once?
- What is Synchronous?
- Multiprocessing
- Multithreading
- Asyncio
- Celery & Redis
If you have any questions or feedback, please reach out on Twitter.
This repository is licensed under the MIT License.
Special thanks to all the attendees of #PyconDE & Pydata Berlin for their participation and insightful questions that enriched the session.