HydPy / HydPy-meetups

CFP manager for HydPy meetups
MIT License
27 stars 21 forks source link

Getting Started with asyncio #54

Closed tankala closed 8 months ago

tankala commented 10 months ago

Title of the talk/workshop Getting Started with asyncio

Abstract of the talk/workshop By default, Python codes are run synchronously. Asynchronous programming makes great sense for I/O-bound tasks like hitting HTTP requests, etc. We can do that using threads but it is too much hassle instead if we get a good understanding asyncio we can do these tasks in a breeze.

Category of the talk/workshop Core Python, Web development

Duration (including Q&A) 30 MINS

Level of Audience Beginner

Speaker Bio

  1. My name is Ashok. I am the founder of piptrends.com. I am a Freelance CTO/Tech Advisor and Leadership and Executive Coach. I have 16+ years of experience in the software industry. I love coding and teaching.
  2. Bavanti Software Solutions
  3. ashok@bavanti.com
  4. 16 years of experience.

Prerequisites(if any) NA. Just a basic understanding of Python is sufficient.

INF800 commented 10 months ago

+1 for https://www.python-httpx.org/

kalyan678 commented 8 months ago

This topic was presented in Feb meetup and we are good to close this issue.