Intro to Asynchronous Python with Asyncio

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
  • asyncio-tutorial-part1

    🐍🔁 Intro to concurrency in Python with Asyncio.

  • $ git clone https://github.com/hackersandslackers/asyncio-tutorial-part1.git $ cd asyncio-tutorial-part1 $ make deploy

  • fastapi

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

  • While humans are notoriously awful at multitasking, machines can see significant performance benefits from this practice, as they are generally better suited to start and stop work without the extraneous overhead. This concept is the "secret sauce" of frameworks such as FastAPI, an asynchronous Python framework that self-proclaims performance to be "on par with NodeJS and Go" (I promise to write a fair share on FastAPI another time).

  • 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
  • flask-blueprint-tutorial

    :blue_book: :package: Structure your Flask apps in a scalable and intelligent way using Blueprints.

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