-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
711 lines (582 loc) · 46.3 KB
/
index.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
<!doctype html>
<html>
<head>
<title>PyCon PH 2017</title>
<meta name="viewport" content="initial-scale=1.0, width=device-width">
<meta content="PyCon PH 2017" property="og:title">
<meta content="PyCon PH 2017" property="og:site_name">
<meta content="PyCon PH 2017" name="twitter:title">
<meta content="PyCon Philippines is a volunteer-run, not-for-profit conference centered around the Python Programming language. February 25-26 at the University of Science and Technology of Southern Philippines (Previously MUST)" name="description">
<meta content="PyCon Philippines is a volunteer-run, not-for-profit conference centered around the Python Programming language. February 25-26 at the University of Science and Technology of Southern Philippines (Previously MUST)" property="og:description">
<meta content="https://pycon.python.ph/images/share.png" property="og:image">
<meta content="https://pycon.python.ph/images/share.png" name="twitter:image">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Work+Sans:400,800">
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/responsive.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-16858406-12', 'auto');
ga('send', 'pageview');
</script>
<body>
<main>
<section id="hero" class="hero-section">
<div class="title">
<h1>PyCon<br>PH 2017<span>CDO</span></h1>
<div class="details">
<time>Feb 25-26</time>
<p>
University of Science<br>
and Technology of<br>
Southern Philippines<br>
(Previously MUST)
</p>
<p>
<a href="https://www.facebook.com/groups/pythonph" class="btn">Join our Facebook Group</a>
</p>
</div>
</div>
<div class="about">
<div class="copy">
<h3>What is <strong>PyCon PH</strong>?</h3>
<p>PyCon Philippines is a volunteer-run, not-for-profit conference centered around the Python Programming language.</p>
<p>The goal of the conference is to provide a venue where the Python programming language and surrounding technologies can be explored, discussed and exercised.</p>
</div>
</div>
</section>
<section class="testimonials-section">
<h2>What do people <strong>say about</strong> PyCon PH?</h2>
<div class="testimonial-chat -left" id="testimonials">
<div class="bubble">
The community in the Phillipines is amazingly welcoming and passionate. I met a large group of wonderful people, from the organizers, volunteers, speakers and attendees. I've gone to Pycons all over the world, and I'm always impressed that the Python community seems to attract such good natured and kind hearted people in all corners.
</div>
<div class="byline">
<img class="photo" src="./images/testimonials/eric-holscher.jpg">
<div class="name">
Eric Holscher
<div class="year"><small>Maintainer of Read the Docs<br>Speaker at PyCon PH 2014</small></div>
</div>
</div>
</div>
<div class="testimonial-chat -right">
<div class="bubble">
PyCon PH was a memorable event that I am very glad I experienced. The talks were high quality, but most notably, the organisers and wider community were extremely warm and welcoming. I had such an excellent time! Thanks PyCon PH for putting on such an excellent conference.
</div>
<div class="byline">
<img class="photo" src="./images/testimonials/stephen-mcdonald.jpg">
<div class="name">
Stephen McDonald
<div class="year"><small>Creator of Mezzanine<br>Speaker at PyCon PH 2015</small></div>
</div>
</div>
</div>
<div class="testimonial-chat -left">
<div class="bubble">
I loved my time at PyCon PH 2016. The technical content, especially Python's use in scientific research and innovative web development, was outstanding. My favorite part was the warm, welcoming, and eager Pythonistas.
</div>
<div class="byline">
<img class="photo" src="./images/testimonials/carol-willing.jpg">
<div class="name">
Carol Willing
<div class="year"><small>Director at Python Software Foundation<br>Speaker at PyCon PH 2016</small></div>
</div>
</div>
</div>
</section>
<section id="speakers" class="speakers-section">
<div class="speakers-intro">
<h2>Speakers</h2>
<p>We've gathered a bunch of talented and passionate people to share their
stories and adventures with Python and its community.</p>
</div>
<div class="speakers-list">
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/yhiOIyHnQR6cR1Ffs61K_large_allan_barredo_profile.jpg">
</div>
<div class="label">
<h3 class="name">Allan Barredo</h3>
<div class="bio">CTO/Head of Engineering - Titanium Technologies
Python, travel, landscape photography: 3 things that currently eat up my time.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/jkiPPo91TrConfunrYNv_large_Benjie%20Jiao.jpg">
</div>
<div class="label">
<h3 class="name">Benjie Jiao</h3>
<div class="bio">Benjie has been in the software industry for 5 years, building and designing software mostly written in Python. He is currently working for the Philippine Microsatellite Program as lead software engineer under the Data Processing and Archiving team.
He is a fan of technology, music, and good coffee.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/xlXfd33REIsKyphC4tQ0_large_brandon.jpg">
</div>
<div class="label">
<h3 class="name">Brandon Schmittling</h3>
<div class="bio">Brandon joins Horangi as a creative director and is responsible for brand management, platform design, and User Experience.
Brandon earned his BA in Digital Arts and Sciences from the University of Florida and works as User Experience Lead at Huge in Singapore.
Part designer and part programmer, Brandon's enthusiasm for web and interactive technologies as tools for change is supported by his previous work with Free Range Studios, Weber Shandwick, Hirshorn Zuckerman Design Group, WebFirst, University of Florida, Verdeo Studios and Syncreta Associates.
Brandon has worked on projects for Google, The Gates Foundation, USAID, The Annie E. Casey Foundation and Story of Stuff. He supports education reform and universal access to life sustaining necessities such as fresh water, organic foods and health care. In his free time Brandon enjoys walking the parks of Olmstead, planning alternate reality games and concocting handcrafted cocktails.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/Ncr6nWW0Tw6m4hcBf9MD_large_Diogenes%20Armando%20Pascua.jpg">
</div>
<div class="label">
<h3 class="name">Diogenes Armando Pascua</h3>
<div class="bio">Diog is an electonics engineer, hardware programmer and a maker roboticist at heart.Currently he works on LISER Robotics-a startup that provides low cost educational robot kits to kids so that they can learn coding at an early age.He is also a faculty of the College of Engineering and Architecture of USTP.
</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/unlciumMSrGvVZEZoLBw_large_Elpedio.jpg">
</div>
<div class="label">
<h3 class="name">Elpedio Adoptante Jr.</h3>
<div class="bio">Love to do things that interest me.</div>
</div>
</div>
<div class="speaker-info -keynote">
<div class="photo">
<img src="https://dl.airtable.com/Ga3EYVliRhmXmMmqTrnM_large_Evamay%20Dela%20Rosa%20.JPG">
</div>
<div class="label">
<h3 class="name">Evamay C. Dela Rosa</h3>
<div class="bio">- Degree : Master of Science in Information Technology Major in IT Management (2010), Graduated with Distinction from Carnegie Mellon University, Australia Campus
- Bachelor of Science in Computer Science at AMA Davao. Leadership awardee as President of the student council (1999)
- Certified IT Insfrastructure Library (ITIL) professional for IT Service Management
Career:
- Currently the Director of DICT in Regions X and Caraga (2015 - Present)
- IT Manager and IT Service Manager for Singapore, Malaysia, Indonesia and Vietnam of a multi-national company, Dairy Farm International, the retail group of Jardines (2012-2014)
- While at Dairy Farm, serve as concurrent Head of Project Management Office, Head of IT Internal Audit, and Head of Applications Support
- IT Manager, Citihardware (2004-2012)
- Former Professor, teaching both Undergrad and Graduate School at the University of Mindanao
- Applications consultant at Johnson & Johnson's Janssen Pharma (2000-2001)
- Project Manager
- Previously a Systems Analyst, Business Analyst, Web Developer, Programmer</div>
</div>
</div>
<div class="speaker-info -keynote">
<div class="photo">
<img src="https://dl.airtable.com/gSELgqz9RgSKVeHXqUnu_large_jeff.jpg">
</div>
<div class="label">
<h3 class="name">Jeff Knupp</h3>
<div class="bio">Author of Writing Idiomatic Python</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/N7cg6uDRQdyUFsY4Wa46_large_Jetho%20Guce.jpeg">
</div>
<div class="label">
<h3 class="name">Jethro Guce</h3>
<div class="bio">A programmer at Titanium Technologies. Learned and used python at work. and is still learning about different things.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/hIvOwoNTJCVwOOJMy4g2_large_jvfiel_pic.jpg">
</div>
<div class="label">
<h3 class="name">John Vincent Fiel</h3>
<div class="bio">-Senior Python Developer (Wela School Systems. An integrated school management system that provides tools to increase productivity and streamline data management. Also uses RFID technology based on python)
-Lead Game Developer (SHMUP Cross-platform Game Adrift showcased in Casual Connect IndiePrize Asia 2015)
-Developing ERP solutions using Python together with offshore companies, IguanaIT, Hypeworkz Pte Ltd.,Code.AG GmbH.,etc.
-ERPNext Community Moderator (ERPNext a Python based ERP)
-Entreprenuer</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/WWGGwxVSUGrTYp2Df3qs_large_Joshua%20Lat.png">
</div>
<div class="label">
<h3 class="name">Joshua Arvin Lat</h3>
<div class="bio">Joshua Arvin Lat serves as the Director for Software Development & Engineering of Deal Grocer and other sister companies. For the past couple of years, he has been sharing his knowledge in several conferences and different meetups around the country to discuss working solutions and strategies to common problems in startups, security, infrastructure, and web development. In the past, he's known for winning first place in both the Kaspersky International Cup 2012 and Kaspersky Asia Pacific & MEA Cup 2012 which made him interested in IT Security and E-commerce.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/Bnswg0C1SuxN81FfIxBw_large_profile2_justineacesantos.jpg">
</div>
<div class="label">
<h3 class="name">Justine Ace S. Santos</h3>
<div class="bio">Ace is a licensed geodetic engineer from the University of the Philippines Diliman. He works as a Science Research Specialist in a project funded by the Department of Science and Technology (DOST) called Philippine Sites for Harnessing Renewable Energy or PhilSHORE. He assists in different components of the project including tidal energy modeling and site suitability analysis.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/oekZox55SUuRCbSObkKq_large_kim.jpg">
</div>
<div class="label">
<h3 class="name">Kim Ramos</h3>
<div class="bio">Kim is currently working for the Philippine Microsat Project under the Data Processing, Archiving and Distribution component. She has a background in Physics and Materials Science. Majority of her works deal with the automation and processing of satellite data imagery. Loves travel and music. </div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/JWvC378RDy7Uqm2DFUsv_large_Kix%20Panganiban.jpg">
</div>
<div class="label">
<h3 class="name">Kix Panganiban</h3>
<div class="bio">Likes to use Python for anything and everything. Likes to jump into the latest and greatest programming languages and software paradigms, crash, burn, and go back to Python. Currently works as a software engineer for an up-and-coming startup based in Hong Kong.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/tEHVaCwQfKOg3z42rYFw_large_Lex%20Bryan.jpg">
</div>
<div class="label">
<h3 class="name">Lex Bryan</h3>
<div class="bio">Lex is a Software Engineer and Founder of Ardufarm; a smart farm startup. He loves to tinker hardware, agriculture, mountaineering, and mountain biking.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/WAyzHo3SQqOgiH1X7e2h_large_Lovely%20Banquil%20-%20mcdo.jpg">
</div>
<div class="label">
<h3 class="name">Lovely "Banx" Banquil</h3>
<div class="bio">"Tester by choice"
engageSPARK is my first official foray into the tech world. I fell into testing by chance, and remained a tester by choice. When asked to choose between 3 different career paths, I chose testing and I've loved every minute of it. Why? Because as a tester, I get to code AND annoy people about their buggy code, all at the same time! </div>
</div>
</div>
<div class="speaker-info -keynote">
<div class="photo">
<img src="https://dl.airtable.com/uoJwKFhmRCKc8tICONnL_large_dp.jpg">
</div>
<div class="label">
<h3 class="name">Manoj Pandey</h3>
<div class="bio">Founder and Organizer @ PyData Delhi. Previously spoke at PyCon UK 2016, PyCon Finland 2016 and PyDelhi Conf 2016. Pythonista at heart, Manoj is a Computer Science undergraduate from New Delhi, India and has interests in applications of Machine Learning, Natural Language Processing at the intersection of Social Computing, Online Social Media. Currently, he is a member of the research group - Precog @ IIIT Delhi in India.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/wLY62mTSpuAV32pNG7qz_large_Marisa%20Quiaot.JPG">
</div>
<div class="label">
<h3 class="name">Marisa Quiaot</h3>
<div class="bio">A former Passerelles Numeriques scholar, Marisa Quiaot graduated from University of San Carlos majoring in Systems and Networking Administration, but spent more than a year doing OJT at NCR corporation as a QA engineer. She has since embraced QA and is currently connected with engageSPARK, where she writes Selenium tests using Python.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/jbBoFZneTLXf7ksamHvQ_large_me_smile_cut.jpg">
</div>
<div class="label">
<h3 class="name">Nikolay Akatyev</h3>
<div class="bio">Nikolay’s professional background in software development spans over 10 years, 5 of which were with LG Electronics in South Korea.
He is heavily devoted to cyber security research and co-authored a Cyber Peacekeeping research doctrine. He is also a mentor at a “Best of the Best” security education program in South Korea where he teaches mobile forensics, incident response and secure development.
In 2013, Nikolay founded the Seoul Tech Society, a community of tech enthusiasts in Korea and beyond, which discovers and promotes thriving technologies, and enjoys a fame as one of the most vibrant international tech communities in Korea. </div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/ZtGzoKaLSry7sgICmfF7_large_profile1_patrickjaylucanas.jpg">
</div>
<div class="label">
<h3 class="name">Patrick Jay Y. Lucañas</h3>
<div class="bio">Patrick is a graduate from the University of the Philippines Diliman and also a licensed Geodetic Engineer. He is currently working as a Science Research Specialist I under a DOST-PCIEERD funded project called PhilSHORE. His main role in the project is to model and validate ocean renewable energy in the Philippines. He also handles the development of geographic information system for the site suitability analysis. </div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/iGsjTycNRcenq0SknjBp_large_headshot.jpg">
</div>
<div class="label">
<h3 class="name">Prem Vilas Fortran Rara</h3>
<div class="bio">I am currently going over again "Be Prepared: A Practical Handbook for New Dads". Nothing really prepares you when "hacking" (in the RMS sense: https://stallman.org/articles/on-hacking.html) a squiggly lovely creature whose brain more than doubles in the first 90 days.
It is indeed a life experience so we named her Sarla Vie (French: life). My friend insists it should be pronounced as C'est la vie. The esoteric RMS, who was in my bio last year and who hates (despises) Fortran, insists that I name her Emacs.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/bFtbLzbVTRWScfwLqARa_large_RickPicForPyCon.png">
</div>
<div class="label">
<h3 class="name">Rick Bahague</h3>
<div class="bio">Rick Bahague worked on numerical solutions to the Confined Quantum Time Problem during his stay at the Theoretical Physics Group, National Institute of Physics, UP Diliman. He is the founder and co-organizer of PyData Philippines. He has worked with various public data sets for transparency in governance as volunteer coordinator for the Computer Professionals' Union, a non-governmental organisation advocating "Information and Communications Technology for the People".
When not doing data carpentry and analyses with python on open data sets, he crunches big data for data science initiatives using Apache Spark/PySpark.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/707gsLSQalJ5e1NwAU0w_large_romar2.jpg">
</div>
<div class="label">
<h3 class="name">Romar Mayer Micabalo</h3>
<div class="bio">- loooooong-time Linux and opensource advocate, currently advocating Fedora and Ubuntu
- DevOps/Systems Administrator for Innovuze Solutions, Inc.
- formerly, a Systems Administrator for TimeDoctor / Staff.com
- Board Member and Volunteer Coordinator for ITG-X
- Co-Organizer for PyTsada
- volunteer for A4 Mindanao Alliance (a local NGO)
- jiu jitsu newbie
- husband and father
</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/EjxnlQGjTmtKiBUMOGIg_large_rk.jpg">
</div>
<div class="label">
<h3 class="name">Romer Kristi D. Aranas</h3>
<div class="bio">RK is a geomatics engineer who loves code, comics, board games, and cartography. He currently leads the data processing, archiving, and distribution team of PHL-Microsat, the country’s microsatellite program. He organizes Maptime Diliman, a meetup group for mappers, in his spare time.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/QYc1PC0lQzjUzJMWrwaV_large_Rai%20Icasiano.jpg">
</div>
<div class="label">
<h3 class="name">Ronald Ryan A. Icasiano</h3>
<div class="bio">- Currently working as a Senior Software Engineer on Cambridge University Press
- Handled other technologies and languages as well like VOIP, PHP, Perl, and NodeJS
- Reading books, Playing computer and board games and working on personal projects are the activities during free time</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/QkeikqcsRRqUVU5kHjdt_large_roselle-ebarle.jpg">
</div>
<div class="label">
<h3 class="name">Roselle Ebarle</h3>
<div class="bio">Roselle Ebarle, Software Engineer of Web Mavens
Roselle works remotely for a company based in India. She has been wearing the full stack hat for 2 years now, working mainly with python and javascript frameworks to build scalable and restful API backends, and web applications.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/IwcgFTF6QQSSnfbUbmYQ_large_Sean%20Mark%20Mira%20Picture.jpg">
</div>
<div class="label">
<h3 class="name">Sean Mark Mira </h3>
<div class="bio">- Uses python for ERP projects for offshore companies.
- Madly in love in the structure and beauty that Python brings.
- Master in Information Technology Student
- Still a Cisco fanatic with CCNA certificate.
- Implemented Wela School System to different schools. (System Analysis and Design and Change Management)
- Makes sure client relation is always a top priority as a solution provider.</div>
</div>
</div>
<div class="speaker-info">
<div class="photo">
<img src="https://dl.airtable.com/l2n1alHSbCI6krAMWOAw_large_Zakatell.JPG">
</div>
<div class="label">
<h3 class="name">Zakatell Kanda</h3>
<div class="bio">Likes to automate things and read anything that comes to his interest.</div>
</div>
</div>
</div>
</section>
<section id="schedule" class="schedule-section">
<h2>Schedule</h2>
<h3>February 25</h3>
<div class="schedule-list"
data-js-day-1
data-js-range='["2017-02-25T08:00:00+08:00", "2017-02-25T08:30:00+08:00", "2017-02-25T09:00:00+08:00", "2017-02-25T09:30:00+08:00", "2017-02-25T10:00:00+08:00", "2017-02-25T10:30:00+08:00", "2017-02-25T11:00:00+08:00", "2017-02-25T11:30:00+08:00", "2017-02-25T12:00:00+08:00", "2017-02-25T12:30:00+08:00", "2017-02-25T13:00:00+08:00", "2017-02-25T13:30:00+08:00", "2017-02-25T14:00:00+08:00", "2017-02-25T14:30:00+08:00", "2017-02-25T15:00:00+08:00", "2017-02-25T15:30:00+08:00", "2017-02-25T16:00:00+08:00", "2017-02-25T16:30:00+08:00", "2017-02-25T17:00:00+08:00", "2017-02-25T17:30:00+08:00", "2017-02-25T18:00:00+08:00", "2017-02-25T18:30:00+08:00", "2017-02-25T19:00:00+08:00"]'
data-js-schedule='{"Common": [{"description": null, "end": "2017-02-25T10:00:00+08:00", "start": "2017-02-25T08:30:00+08:00", "topic": "Registration and Snacks"}, {"description": null, "end": "2017-02-25T10:15:00+08:00", "start": "2017-02-25T10:00:00+08:00", "topic": "Opening Remarks"}, {"description": null, "end": "2017-02-25T11:15:00+08:00", "start": "2017-02-25T10:15:00+08:00", "topic": "Writing Idiomatic Python"}, {"description": "Using Python as an agnostic backend for other languages/frameworks using ZeroRPC and other technologies", "end": "2017-02-25T12:00:00+08:00", "start": "2017-02-25T11:15:00+08:00", "topic": "Python as a universal backend? What sorcery is this!"}, {"description": null, "end": "2017-02-25T13:00:00+08:00", "start": "2017-02-25T12:00:00+08:00", "topic": "Lunch"}, {"description": null, "end": "2017-02-25T14:00:00+08:00", "start": "2017-02-25T13:00:00+08:00", "topic": "DICT Projects and the potential of Python in accelerating the IT-BPM sector"}, {"description": null, "end": "2017-02-25T16:30:00+08:00", "start": "2017-02-25T16:00:00+08:00", "topic": "Snack"}, {"description": null, "end": "2017-02-25T18:15:00+08:00", "start": "2017-02-25T18:00:00+08:00", "topic": "Announcements"}], "Track 1": [{"description": "We introduce PySpark, a python API for the Spark big data processing. We also show various data science tools used in big data analysis. ", "end": "2017-02-25T15:00:00+08:00", "start": "2017-02-25T14:00:00+08:00", "topic": "Big Data Processing \u0026 Data Science Environment in Python"}, {"description": "The talk will focus on how python was used in developing a smart farm. This includes the use of django on the backend, flask on raspberry pi zero, how raspberry pi and arduino were made to communicate, how two different databases were managed, and how raspberry pi was made to become an access point and serve a content for device setup.\n\n", "end": "2017-02-25T16:00:00+08:00", "start": "2017-02-25T15:00:00+08:00", "topic": "Python in Smart Farm"}, {"description": "Renewable energy is becoming very important because of its minimal effect to the environment as opposed to common energy reserves such as fossil fuel and coals. With this, we made an undergraduate research last May 2016 that aims to use satellite images in order to come up with the amount of solar power being received in an area. Using Python, the digital numbers of a satellite image can be used to compute the amount of solar irradiance in an area. With this, we can estimate more or less, in which area are the ideal locations of harvesting solar energy.", "end": "2017-02-25T17:00:00+08:00", "start": "2017-02-25T16:30:00+08:00", "topic": "Estimating Solar Energy of an Area in Python"}, {"description": "This talk highlights a mobile robot with sensors that can be controlled through wifi networks via a browser.Control is done through the use of ESP8266 Wifi SOC that implements micropython. Microphyton is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.", "end": "2017-02-25T18:00:00+08:00", "start": "2017-02-25T17:00:00+08:00", "topic": "IOT Mobile Robot Using Micropython"}], "Track 2": [{"description": "Cybersecurity is a complex and expensive sphere of activities that require a great deal of technical knowledge often reserved for only the most geeky of developers. Because we depend on tools built for highly specialized contexts, we often forget that design can play an essential and beneficial role in our multi-billion dollar industry. When over 80% of all cyber attacks are originated by humans, the time has never been better to examine our shared priorities. This talk will take you on a journey of the Python tools we built and the data we use in our cybersecurity platform as well as the underlying, user-centered design principles that are guiding us into the future.", "end": "2017-02-25T15:00:00+08:00", "start": "2017-02-25T14:00:00+08:00", "topic": "Python Powered Platforms for User-Centered Cyber Security"}, {"description": "At some point in your career as a Python developer, you\u0027ll need to deploy the application you built to production or staging environments. Deployment is not an easy topic and you need to properly plan things out to ensure that your production application loads fast and you can perform quick and safe deployments as well. We\u0027ll also discuss how to design the architecture of your Python systems for security and scalability since disasters may happen when you least expect it. Lastly, we\u0027ll share some practical tips on how to use certain tools and concepts to manage your data in different environments.", "end": "2017-02-25T16:00:00+08:00", "start": "2017-02-25T15:00:00+08:00", "topic": "Practical Deployment Strategies for Production Python Applications"}, {"description": "A gentle introduction to automation and orchestration using Ansible.", "end": "2017-02-25T17:30:00+08:00", "start": "2017-02-25T16:30:00+08:00", "topic": "Gentle Introduction to Ansible"}]}'>
<svg height="1000"></svg>
</div>
<h3>February 26</h3>
<div class="schedule-list"
data-js-day-2
data-js-range='["2017-02-26T08:00:00+08:00", "2017-02-26T08:30:00+08:00", "2017-02-26T09:00:00+08:00", "2017-02-26T09:30:00+08:00", "2017-02-26T10:00:00+08:00", "2017-02-26T10:30:00+08:00", "2017-02-26T11:00:00+08:00", "2017-02-26T11:30:00+08:00", "2017-02-26T12:00:00+08:00", "2017-02-26T12:30:00+08:00", "2017-02-26T13:00:00+08:00", "2017-02-26T13:30:00+08:00", "2017-02-26T14:00:00+08:00", "2017-02-26T14:30:00+08:00", "2017-02-26T15:00:00+08:00", "2017-02-26T15:30:00+08:00", "2017-02-26T16:00:00+08:00", "2017-02-26T16:30:00+08:00", "2017-02-26T17:00:00+08:00", "2017-02-26T17:30:00+08:00", "2017-02-26T18:00:00+08:00", "2017-02-26T18:30:00+08:00", "2017-02-26T19:00:00+08:00"]'
data-js-schedule='{"Common": [{"description": null, "end": "2017-02-26T10:00:00+08:00", "start": "2017-02-26T08:30:00+08:00", "topic": "Registration and Snacks"}, {"description": "In 2012, Harvard Business Review quoted that Data Scientist is the Sexiest Job of the 21st Century.\nAs someone starting up with academia or taking the first steps with Data Science, how can we learn more by leveraging information from the community with people having certain expertise coming under the same roof. I\u2019ll tell you my journey in this small attempt and will discuss about the community - PyData Delhi that I am nurturing since the past 6 months.", "end": "2017-02-26T11:00:00+08:00", "start": "2017-02-26T10:00:00+08:00", "topic": "Building communities: One byte at a time"}, {"description": null, "end": "2017-02-26T12:00:00+08:00", "start": "2017-02-26T11:00:00+08:00", "topic": "Lightning Talks"}, {"description": null, "end": "2017-02-26T13:00:00+08:00", "start": "2017-02-26T12:00:00+08:00", "topic": "Group Picture and Lunch"}, {"description": null, "end": "2017-02-26T18:00:00+08:00", "start": "2017-02-26T17:30:00+08:00", "topic": "Games and Closing Remarks"}], "Track 1": [{"description": null, "end": "2017-02-26T14:00:00+08:00", "start": "2017-02-26T13:00:00+08:00", "topic": "Research forum with USTP students and the Python Community"}, {"description": "This short talk walks through the tools in Python and Linux ecosystem that we can use to profile memory usage of Python apps.\n\nI am going to use an actual OOM case to show how Python uses memory, how to keep the system running, how to find the root cause, and how to fix it.", "end": "2017-02-26T15:00:00+08:00", "start": "2017-02-26T14:00:00+08:00", "topic": "Trip down Memory lane: OOM (out-of-memory) in Python"}, {"description": " - Concepts on Task Based Queueing\n - How we develop it before vs. how it should be done\n - Advantages\n - Sample architecture\n - Demo (https://github.com/ricasiano/slave-api)", "end": "2017-02-26T16:00:00+08:00", "start": "2017-02-26T15:00:00+08:00", "topic": "An Introduction to Distributed Task Queue"}, {"description": "WELA is an integrated school management system that provides tools to increase productivity and streamline data management. It is an easy-to-use web application that is affordable and secure. It offers mobile accessibility to support a richer communication between schools and families. Built on the Frappe Framework, a full-stack web app framework in Python \u0026 JavaScript. It uses the SaaS software licensing and delivery model.", "end": "2017-02-26T17:00:00+08:00", "start": "2017-02-26T16:00:00+08:00", "topic": "How On-demand software Wela School System was made using Python."}], "Track 2": [{"description": "Create and deploy RESTful api backends without handling servers (Seriously, you can keep your focus on your code\u0027s logic) . \n\nChalice is a Python serverless microframework that makes use of Amazon API Gateway and AWS Lambda to build scalable API backends for your applications. \n\n(Functions as a service (FaaS), or custom code that\u0027s run in ephemeral containers, although the concept is quite new, it\u0027s a really interesting topic!) ", "end": "2017-02-26T14:00:00+08:00", "start": "2017-02-26T13:00:00+08:00", "topic": "Going Serverless with Chalice - A Python Serverless Microframework"}, {"description": "A quick workshop that guides the participants to create and deploy their Messenger BOT using Flask", "end": "2017-02-26T17:00:00+08:00", "start": "2017-02-26T14:00:00+08:00", "topic": "Messenger BOT using Flask API"}], "Track 3": [{"description": "An API for predicting a satellite\u2019s orbit, a web-based tool for managing satellite images, image processing utilities -- these are just a few among a number of tools we have built using Python at the Philippine Microsatellite Program.\n\nAs lead programmer for the Data Processing, Archiving and Distribution Team, I will talk about how the Python ecosystem has helped our team collaborate with researchers from different fields and deliver effective solutions inside the country\u2019s first microsatellite program.", "end": "2017-02-26T14:00:00+08:00", "start": "2017-02-26T13:00:00+08:00", "topic": "Using Python to solve real problems at the Philippine Microsatellite Program"}, {"description": "Satellite imagery is used in many applications, from agriculture to disaster risk management. In this tutorial, attendees will learn how to acquire, process, and generate data products from satellite imagery. The hands-on tutorial will use satellite data from the Philippines\u0027 first earth observation satellite, Diwata-1, and libraries from the geospatial and scientific python ecosystem like GDAL and rasterio.", "end": "2017-02-26T17:00:00+08:00", "start": "2017-02-26T14:00:00+08:00", "topic": "Introduction to satellite data processing using Python"}], "Track 4": [{"description": "How to use Flask and some of its extensions to write robust APIs", "end": "2017-02-26T17:00:00+08:00", "start": "2017-02-26T13:00:00+08:00", "topic": "Writing RESTful APIs with Flask"}], "Track 5": [{"description": "By combining pytest and selenium, testing web apps has never been made easier! In this workshop, we will take a stab at testing real web applications. We will try everything from simple asserts to complex transactions, learning at a pace that even the noobest of noobs can follow along. Let\u2019s all have fun exploring the power of pytest and selenium!", "end": "2017-02-26T14:30:00+08:00", "start": "2017-02-26T13:00:00+08:00", "topic": "Pytest + Selenium: a match made in (testing) heaven"}, {"description": "We will explore and experience how test first can benefit you and your team. Starting TDD can be overwhelming but once you\u0027re into it, getting immediate feedback while you work is a rewarding experience. As a result your requirements are nailed down firmly by tests.", "end": "2017-02-26T17:30:00+08:00", "start": "2017-02-26T14:30:00+08:00", "topic": "Test Driven Development in Python Workshop"}]}'>
<svg height="1000"></svg>
</div>
</section>
<section class="volunteers-section">
<div class="col" id="volunteer">
<h2>We're only able to enjoy PyCon PH because of our <strong>volunteers</strong> and <strong>sponsors</strong></h2>
<ul class="volunteers-list">
<li>Alaiza Geene Maandig</li>
<li>Albert Padin</li>
<li>Alde Sabido</li>
<li>Allan E Barredo</li>
<li>Aryan Lowell Limjap</li>
<li>Brilian Surya Budi</li>
<li>Daryl Yu</li>
<li>Dexter Dalogdog</li>
<li>Diogenes Armando D. Pascua</li>
<li>Earvin Gemenez</li>
<li>Edmund Salcedo</li>
<li>Elpedio Adoptante Jr</li>
<li>Eric Lagasca</li>
<li>Fidel Ivan Racines</li>
<li>Freilla Mae C. Espinola</li>
<li>Gio Perez</li>
<li>Holden Hao</li>
<li>Jay Baslote Midel</li>
<li>Jay Ginete</li>
<li>Jayllan Abecia</li>
<li>Jethro Guce</li>
<li>Jeyran Labrador</li>
<li>Jo Marie Cervantes</li>
<li>Jon Michael Garcia</li>
<li>Jonathan Doblados</li>
<li>Josef Monje</li>
<li>Joshua Arvin Lat</li>
<li>Joshua Lauman</li>
<li>Juliet Jane Malcampo</li>
<li>Justine Ace Santos</li>
<li>Kent Bayron</li>
<li>Kevin Aton</li>
<li>Kim Testa</li>
<li>Lara Kristine Trasmonte</li>
<li>Lex Bryan Bangot</li>
<li>Lionel Amarado</li>
<li>Manoj Pandey</li>
<li>Marc Anthony Reyes</li>
<li>Mark Fernandez</li>
<li>Mark Steve Samson</li>
<li>Mary Joy Meca</li>
<li>Matt Lebrun</li>
<li>Micaela Reyes</li>
<li>Midel Jay Baslote</li>
<li>Nadine Jamilla</li>
<li>Nico Alumbro</li>
<li>Noreen Angelie Ras</li>
<li>Orven Llantos</li>
<li>Pat Tan</li>
<li>Patrick Jay Y. Lucañas</li>
<li>Rai Icasiano</li>
<li>Raymund Joseph B. Igdon</li>
<li>Rick Bahague</li>
<li>Roberto Abogaa</li>
<li>Romar Mayer Micabalo</li>
<li>Roselle Ebarle</li>
<li>Ruchie Belle Embodo</li>
<li>Sony Valdez</li>
<li>Stephanie Mae Yeo</li>
</ul>
</div>
</section>
<section class="sponsors-section">
<div class="sponsors-list" id="sponsors">
<div class="sponsor -organizer">
<a href="https://python.ph"><img src="./images/logo.svg" alt="PythonPH"></a>
</div>
<div class="sponsor -organizer">
<a href="http://www.must.edu.ph"><img src="./images/ustp.svg" alt="USTP"></a>
</div>
<div class="sponsor -elite">
<a href="https://www.python.org/psf/"><img src="./images/sponsors/psf.svg" alt="PSF"></a>
<div class="description">
<p>The Python Software Foundation (PSF) is a 501(c)(3) non-profit corporation that holds the intellectual property rights behind the Python programming language. We manage the open source licensing for Python version 2.1 and later and own and protect the trademarks associated with Python. We also run the North American PyCon conference annually, support other Python conferences around the world, and fund Python related development with our grants program and by funding special projects.</p>
</div>
</div>
<div class="sponsor -premium">
<a href="https://fullspeedtechnologies.com"><img class="logo" src="./images/sponsors/fullspeed.svg" alt="FullSpeed"></a>
<div class="description">
<p>FullSpeed Technologies Inc. is located in Cebu City and one of foreign branches of FullSpeed Inc. which is a Japanese publicly listed advertising technology company specialized for online and digital marketing area. We develop our own products using state-of-the-art advertising technologies such as machine learning, big data, distributed systems and Microservices etc. We also provide our customers with Internet marketing consulting for their online businesses.</p>
</div>
</div>
<div class="sponsor -premium">
<a href="http://enigma.io"><img class="logo" src="./images/sponsors/enigma.svg" alt="Enigma.io"></a>
<div class="description">
<p>Find truth in data. Enigma puts private and public data to work to solve the
world's most challenging operational problems.</p>
</div>
</div>
<div class="sponsor -starter">
<a href="http://www.titanium.ph"><img class="logo" src="./images/sponsors/titanium.jpg" alt="FullSpeed"></a>
<div class="description">
<p>Titanium Technologies is a Philippine software company founded in 1991 by Jerry Tieng, Kelvin Te, and Roger Te Un Son - engineers whose formative years were spent growing up in the early days of the PC revolution. Best of friends, the three founded the company right out of engineering school and focused on serving the IT requirements of small- and medium-sized companies.</p>
</div>
</div>
<div class="sponsor -starter">
<a href="https://www.djangoproject.com/foundation/"><img class="logo" src="./images/sponsors/django.png" alt="Django Software Foundation"></a>
<div class="description">
<p>The Django Software Foundation is a US-based non-profit organisation with the mission to promote, support, and advance the <a href="https://www.djangoproject.com">Django Web framework</a>. The DSF sponsors sprints, meetups, gatherings and community events, and protects the intellectual property of the Django project.</p>
</div>
</div>
<div class="sponsor -ticket">
<a href="https://ti.to"><img class="logo" src="./images/sponsors/tito.svg" alt="Tito"></a>
<div class="description">
<p>Simple, powerful, event software — just add people.</p>
</div>
</div>
<div class="sponsor -company">
<a href="http://specializedoutsource.com"><img src="./images/sponsors/specialized-outsource.png" alt="Specialized Outsource"></a>
</div>
<div class="sponsor -company">
<a href="https://www.microsoft.com/en-ph"><img src="./images/sponsors/microsoft.svg" alt="Microsoft"></a>
</div>
<div class="sponsor -company">
<a href="https://www.syntacticsinc.com"><img src="./images/sponsors/syntactics.png" alt="Syntactics"></a>
</div>
<div class="sponsor -company">
<a href="http://www.innovuze.com"><img src="./images/sponsors/innovuze.png" alt="Innovuze Solutions"></a>
</div>
<div class="sponsor -media">
<a href="http://aboutcagayandeoro.com"><img src="./images/sponsors/acadeo.png" alt="About Cagayan de Oro"></a>
</div>
<div class="sponsor -media">
<a href="http://www.wheninmanila.com"><img src="./images/sponsors/wheninmanila.jpg" alt="When In Manila"></a>
</div>
<div class="sponsor -media">
<a href="http://www.geekypinas.com"><img src="./images/sponsors/geekypinas.png" alt="About Cagayan de Oro"></a>
</div>
<div class="sponsor -community">
<a href="http://devcon.ph"><img src="./images/sponsors/devcon.png" alt="DevCon"></a>
</div>
<div class="sponsor -community">
<a href="https://www.facebook.com/groups/itgpytsada"><img src="./images/sponsors/pytsada.png" alt="PyTsada"></a>
</div>
<div class="sponsor -community">
<a href="https://www.meetup.com/DurianPy"><img src="./images/sponsors/durianpy.png" alt="PyTsada"></a>
</div>
<div class="sponsor -community">
<a href="http://www.dict.gov.ph"><img src="./images/sponsors/dict.png" alt="Department of Information and Communications Technology"></a>
</div>
<div class="sponsor -community">
<a href="http://www.gdgph.org/"><img src="./images/sponsors/gdgph.png" alt="GDG Philippines"></a>
</div>
</div>
</section>
<section id="coc" class="coc-section">
<div class="coc-intro" id="code-of-conduct">
<h4><strong>Code of Conduct</strong></h4>
<p>PyCon PH is a community conference intended for collaboration in the developer community.</p>
<p>We value the participation of each member of the Python community and want all attendees to have an enjoyable and fulfilling experience. Accordingly, all attendees are expected to show respect and courtesy to other attendees throughout the conference and at all conference events, whether officially sponsored by Python.PH or not.</p>
<p>To make clear what is expected, all delegates/attendees, speakers, exhibitors, organizers and volunteers at any PyCon event are required to conform to the following Code of Conduct. Organizers will enforce this code throughout the event.</p>
</div>
<div class="coc-content">
<h4>The long version</h4>
<p>Harassment includes offensive verbal comments related to gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, religion, status, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.</p>
<p>Participants who are asked to stop any harassing behavior are expected to comply immediately.</p>
<p>Be careful in the words that you choose. Remember that sexist, racist, and other exclusionary jokes can be offensive to those around you. Excessive swearing and offensive jokes are not appropriate for PyCon.</p>
<p>Exhibitors in the expo hall, sponsor or vendor booths, or similar activities are also subject to the anti-harassment policy. In particular, exhibitors should not use sexualized images, activities, or other material. Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.</p>
<p>If a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund. If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff immediately.</p>
<p>Conference staff can be identified by t-shirts/special badges/head sets.</p>
<p>Conference staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p>
<p>We expect participants to follow these rules at all conference venues and conference-related social events.</p>
<h4>License</h4>
<p>This Code of Conduct is based on the <a href="https://us.pycon.org/2015/about/code-of-conduct/">PyCon US 2015 CoC</a>, and is licensed under a <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License.</a></p>
</div>
</section>
<section class="attrib-section">
Attendees are expected to follow our <a href="#coc">Code of Conduct</a><br>
Organized by <a href="https://python.ph">Python.PH, Inc.</a><br>
Illustrations by <a href="https://www.behance.net/KevinPlaridel">Kevin Aton</a><br>
Icons from <a href="https://thenounproject.com">The Noun Project</a>
</section>
</main>
<script src="./js/d3.v4.min.js"></script>
<script src="./js/index.min.js"></script>
</body>
</html>