dishantsethi / pyconde-2023

Slide deck + sample code used for tech talk "Introduction to Async Programming" in PyconDE and Pydata Berlin 2023.

Home Page:https://2023.pycon.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pycon DE & Pydata Berlin 2023 Tech Talk by Dishant Sethi

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.

Using the Slide Deck

The slide deck for this talk is available in pptx format here.

Table of Contents

  1. What and Why Async Programming?
  2. How does Python do multiple things at once?
  3. What is Synchronous?
  4. Multiprocessing
  5. Multithreading
  6. Asyncio
  7. Celery & Redis

Contact

If you have any questions or feedback, please reach out on Twitter.

License

This repository is licensed under the MIT License.

Acknowledgements

Special thanks to all the attendees of #PyconDE & Pydata Berlin for their participation and insightful questions that enriched the session.

About

Slide deck + sample code used for tech talk "Introduction to Async Programming" in PyconDE and Pydata Berlin 2023.

https://2023.pycon.de/

License:MIT License


Languages

Language:Python 100.0%