forked from pyvideo/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-is-faster-than-fortran.json
More file actions
26 lines (26 loc) · 1.53 KB
/
python-is-faster-than-fortran.json
File metadata and controls
26 lines (26 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"alias": "video/1265/python-is-faster-than-fortran",
"category": "EuroPython 2012",
"copyright_text": "Standard YouTube License",
"description": "Many people may think that Python is slow because it is compiled to byte\ncode. This presentation shows that Python can be fast even for\ncomputational intensive applications. In the example presented here,\nPython competes with FORTRAN, a programming languages renowned for its\nperformance and aggressively optimizing compilers. Python offers\npowerful data structures such as sets that make writing efficient\nalgorithms extremely simple. FORTRAN on the other hand, has much less in\nsuch support. For the given example, it takes considerably more\nprogramming in FORTRAN than in Python to achieve similar execution times\nfor large data sizes. The comparison of program run times and lines of\ncode, which can be roughly translated into development effort, shows\nthat Python can actually be faster than FORTRAN under many circumstances\ntypically found in real life.\n",
"duration": null,
"id": 1265,
"language": "eng",
"quality_notes": "",
"recorded": "2012-07-06",
"slug": "python-is-faster-than-fortran",
"speakers": [
"M Muller"
],
"summary": "[EuroPython 2012] M Muller - 5 JULY 2012 in \"Track Tagliatelle\"\n",
"tags": [],
"thumbnail_url": "http://i.ytimg.com/vi/5kn3Sugrxz8/hqdefault.jpg",
"title": "Python is faster than fortran",
"videos": [
{
"length": 0,
"type": "youtube",
"url": "http://www.youtube.com/watch?v=5kn3Sugrxz8"
}
]
}