https://github.com/jettify/pyconua2016
https://github.com/jettify/pyconua2016
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jettify/pyconua2016
- Owner: jettify
- Created: 2016-03-16T21:04:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T20:30:47.000Z (about 9 years ago)
- Last Synced: 2025-01-25T11:11:17.087Z (3 months ago)
- Language: CSS
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building apps with asyncio
`asyncio` - is young library for asynchronous network programming. Lack of
information on proper use and writing code in asyncio as well as production war
stories slows down its adoption.In this talk I'll cover my experience with `asyncio` in production, best
practices for writing reliable and testable asynchronous code as well as bunch of
`asyncio` tips and tricks. We will discuss how run `asyncio` application in standalone
mode, execute blocking code in event loop and moreover how embed `asyncio` in your
synchronous application.