GitHub: PythonCode/Async

Setup

  1. python3 -m venv venv
  2. source venv/bin/activate
  3. python -V should be 3.5+
  4. pip install -r requirements.txt You’re ready!

aiohttp-demo

A demo of aiohttp that shows how it is similar to other web frameworks yet has some killer features because of asyncio

  • websockets!
  • no global request object!

asyncssh-demo

Taken from asyncssh documentation showing simple ssh command run on remote server.

web-terminal-demo

Combination of aiohttp + asyncssh + xterm.js for working web terminal

Recent changes

  • 2025-11-15 528185b as_completed experiment
  • 2025-06-26 b5827f9 Create producer_consumer2.py
  • 2025-06-26 6c72faa Create producer_consumer1.py
  • 2018-04-16 5c9f652 tests with async python

Categories: experiments, Python

Tags: pythoncode

← Previous · Next →