Async HTTP Requests with Aiohttp & Aiofiles

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
  • aiofiles

    File support for asyncio

  • Aiofiles: Makes writing to disk (such as creating and writing bytes to files) a non-blocking task, such that multiple writes can happen on the same thread without blocking one another - even when multiple tasks are bound to the same file.

  • asyncio-tutorial-part1

    🐍🔁 Intro to concurrency in Python with Asyncio.

  • title description primary_tag url published_at Intro to Asynchronous Python with Asyncio Execute multiple tasks concurrently in Python with Asyncio: Python`s built-in async library. Python https://hackersandslackers.com/intro-to-asyncio-concurrency/ 2022-01-04 Deploy Serverless Golang Functions with Netlify Write and deploy Golang Lambda Functions to your GatsbyJS site on Netlify. JAMStack https://hackersandslackers.com/deploy-serverless-golang-functions-with-netlify/ 2020-08-02 SSH & SCP in Python with Paramiko Automate remote server tasks by using the Paramiko & SCP Python libraries. Use Python to SSH into hosts; execute tasks; transfer files; etc. Python https://hackersandslackers.com/automate-ssh-scp-python-paramiko/ 2020-01-03 Create Cloud-hosted Charts with Plotly Chart Studio Use Pandas and Plotly to create cloud-hosted data visualizations on-demand in Python. Plotly https://hackersandslackers.com/plotly-chart-studio/ 2020-09-03 Create Your First Golang App Set up a local Golang environment and learn the basics to create and publish your first Hello world app. Golang https://hackersandslackers.com/create-your-first-golang-app/ 2020-05-25 Creating Interactive Views in Django Create interactive user experiences by writing Django views to handle dynamic content; submitting forms; and interacting with data. Django https://hackersandslackers.com/creating-django-views/ 2020-04-23 Define Relationships Between SQLAlchemy Data Models SQLAlchemy`s ORM easily defines data models with relationships such as one-to-one; one-to-many; and many-to-many relationships. SQLAlchemy https://hackersandslackers.com/sqlalchemy-data-models/ 2019-07-11 ...etc

  • 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
  • aiohttp-aiofiles-tutorial

    🔄 🌐 Handle thousands of HTTP requests, disk writes, and other I/O-bound tasks simultaneously with Python's quintessential async libraries.

  • We're going to structure this script like any other Python script. Our main module, aiohttp_aiofiles_tutorial will handle all of our logic. config.py and main.py both live outside the main module, and offer our script some basic configuration and an entry point respectively:

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