forked from pyvideo/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathandrew-svetlov-introduction-to-aiohttp.json
More file actions
22 lines (22 loc) · 1.86 KB
/
andrew-svetlov-introduction-to-aiohttp.json
File metadata and controls
22 lines (22 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"copyright_text": "Creative Commons Attribution license (reuse allowed)",
"description": "Andrew Svetlov - Introduction to aiohttp\n[EuroPython 2016]\n[20 July 2016]\n[Bilbao, Euskadi, Spain]\n(https://ep2016.europython.eu//conference/talks/introduction-to-aiohttp)\n\naiohttp is asynchronous HTTP client and server library built on top of asyncio.\n\nThe intro describes basic programming patterns for both client\nand server API as well as more advanced techniques.\n\nThe main target of the talk is displaying an alternative to\npeople who want to avoid classic WSGI\nframeworks (Django/Flask/Pyramid etc) limitations but found\nTwisted and Tornado too cumbersome.\n\n-----\n\naiohttp is asynchronous HTTP client and server library built on top of asyncio.\n\nThe library allows to write user friendly code which looks like well-known\nlinear one (requests library for client and Django/Flask/Pyramid for\nserver) but utilizes the power of non-blocking sockets and\nsupports websockets natively.\n\nThe intro describes basic programming patterns for both client\nand server API as well as more advanced techniques.\nTips and tricks for writing asyncio-based code are included as well.\n\nThe main target of the talk is displaying an alternative to\npeople who want to avoid classic WSGI\nframeworks (Django/Flask/Pyramid etc) limitations but found\nTwisted and Tornado too cumbersome.\n\nDive into aiohttp usage with the library author.",
"duration": 2287,
"language": "eng",
"recorded": "2016-08-01",
"related_urls": [
"https://ep2016.europython.eu//conference/talks/introduction-to-aiohttp"
],
"speakers": [
"Andrew Svetlov"
],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/pLyf1idJ4Lo/maxresdefault.jpg",
"title": "Introduction to aiohttp",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=pLyf1idJ4Lo"
}
]
}