forked from pyvideo/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathburkhard-kloss-performant-python.json
More file actions
22 lines (22 loc) · 1.75 KB
/
burkhard-kloss-performant-python.json
File metadata and controls
22 lines (22 loc) · 1.75 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": "Burkhard Kloss - Performant Python\n[EuroPython 2016]\n[18 July 2016]\n[Bilbao, Euskadi, Spain]\n(https://ep2016.europython.eu//conference/talks/performant-python)\n\nPython is a great language. Easy to learn, friendly to use, widely used.\n\nIt is not, however, renowned for being fast. In a lot of situations\nthat does not matter. Sometimes it really does. This talk will\nintroduce you to some tools and techniques for making sure your Python\ncode becomes fast enough \u2013 without turning into a maintenance\nnightmare. Warning: may contain small bits of other languages.\n\n-----\n\nPython is a great language. Easy to learn, friendly to use, widely used.\n\nIt is not, however, renowned for being fast. In a lot of situations\nthat does not matter. Sometimes it really does. This talk will\nintroduce you to some tools and techniques for making sure your Python\ncode becomes fast enough \u2013 without turning into a maintenance\nnightmare. Fast code does not have to be unreadable - and when you're\nwriting Python, it really pays of to think \"pythonically\".\n\nThat does mean using the included batteries, and utilising the\necosystem of tools around the language, too.\n\nWarning: may contain small bits of other languages.",
"duration": 1518,
"language": "eng",
"recorded": "2016-07-28",
"related_urls": [
"https://ep2016.europython.eu//conference/talks/performant-python"
],
"speakers": [
"Burkhard Kloss"
],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/2raXkX0Wi2w/maxresdefault.jpg",
"title": "Performant Python",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=2raXkX0Wi2w"
}
]
}