forked from pydelhi/talks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
videos.json
46 lines (46 loc) · 1.21 KB
/
videos.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"title": "Contributing to Mozilla Marionette & Firefox UI Tests",
"presenter": "Sanyam Khurana",
"year": 2016,
"venue": "PyDelhi",
"slides": "http://www.sanyamkhurana.com/marionette-intro/#/",
"videos": {
"youtube": "https://www.youtube.com/watch?v=l1tZaud0GO4"
},
"tags": ["web", "python", "testing", "mozilla"]
},
{
"title": "Testing 101",
"presenter": "Saurabh Kumar",
"year": 2015,
"venue": "PyDelhi",
"slides": "http://bit.ly/testing-101",
"videos": {
"youtube": "https://www.youtube.com/watch?v=_pX8LaMKNBk"
},
"tags": ["testing", "pytest"]
},
{
"title": "Prospector",
"presenter": "Anurag Sharma",
"year": 2015,
"venue": "PyDelhi",
"slides": "http://bit.ly/prospector-talk",
"videos": {
"youtube": "https://www.youtube.com/watch?v=CnUvdSusebE"
},
"tags": ["prospector", "static", "analysis"]
},
{
"title": "Moving from Django to Pyramid",
"presenter": "Pankaj Singh",
"year": 2015,
"venue": "PyDelhi",
"slides": "http://bit.ly/django2pyramid",
"videos": {
"youtube": "https://www.youtube.com/watch?v=a2Llc1EGGA4"
},
"tags": ["web", "pyramid", "django"]
}
]