[Python] A Journey to Python Async - 1. Intro

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

  • But whereas I took for granted that async syntax in JS, async in Python was quite unfamiliar to me when I saw it for the first time. I had some experiences of using Python for writing really simple scripts, without ever worrying about those async features. That was probably because many big popular libraries such as numpy, pandas, or even selenium didn’t require any async logics to be considered. And those libraries were(and still are) the main reasons for using Python at all.

  • NumPy

    The fundamental package for scientific computing with Python.

  • But whereas I took for granted that async syntax in JS, async in Python was quite unfamiliar to me when I saw it for the first time. I had some experiences of using Python for writing really simple scripts, without ever worrying about those async features. That was probably because many big popular libraries such as numpy, pandas, or even selenium didn’t require any async logics to be considered. And those libraries were(and still are) the main reasons for using Python at all.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • However, after I joined the current company and started using FastAPI, I had to use that async feature in Python, although I didn’t really need to understand what those syntaxes meant - I only guessed that they’re acting pretty much like the ones in JS/Node.js. That was quite correct, and everything works just fine.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts