Skip to content

General Outline for New Tutorials #1

Open
@appeltel

Description

@appeltel

From bpo-30145 @1st1 has proposed the following general structure for the revised asyncio tutorials and documentation:

  1. Tutorial
    a/ Why async IO?
    b/ async/await in Python
    c/ Simple example in asyncio (Tasks + sleep) + explanation
    d/ An example of using aiohttp
    e/ How asyncio works and what is the event loop
    f/ Tasks, asyncio.gather, wait_for, cancellation

  2. Advanced Tutorial
    a/ A short primer on network IO
    b/ Let’s implement a memcache/redis driver using streams!
    c/ Let’s implement a memcache/redis driver with transports!

  3. API reference — there are a few things we’ll need to restructure
    there.

The proposed structure for the tutorials makes sense to me, and looking at the structure of the python reference I think they might fit best as new tutorials in the HOWTO section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions