EJ

    • blog
      • Classroom environment optimization
      • Importing Data Sources to PostGIS
      • notes
        • [Notes] Formatting cross-reference figures in Word
        • [Notes] How to Write a Good Scientific Paper: Figures, Part 2
        • apache-parquet-files
        • async-await-python
        • Cross-platform conda env yml
        • Import GeoJSON Into Database
        • ingesting-parquet-to-posgres-parquet_fdw
        • ingesting-parquet-to-postgres-duckdb
        • ingesting-parquet-to-postgres-pd-sqla
        • ingesting-parquet-to-postgres-pg_parquet
        • ingesting-parquet-to-postgres-pyarrow
        • ogr2ogr Cheatsheet
        • podman-postgresql
        • Restore PostGIS Database from Backup
        • Running PostGIS in Silverblue
        • sqlalchemy-101
        • sqlalchemy-working-with-db-metadata
        • thermal-comfort
        • transmission-modes
        • virtual-machines-in-silverblue-i3
        • websockets
        • Zsh alias with argument and autocompletion
    Home

    ❯

    notes

    ❯

    async-await-python

    async-await-python

    Aug 14, 20251 min read

    Great historical timeline: https://snarky.ca/how-the-heck-does-async-await-work-in-python-3-5/

    • Also implements an event loop

    PEP 492: https://peps.python.org/pep-0492/

    • Introduces await for awaitable objects

    A Curious Course on Coroutines and Concurrency by David Beazley


    Graph View

    EmJames, created with Quartz © 2025

    • GitHub
    • Blog
    • Notes