├── .gitignore ├── Makefile ├── README.md ├── _ ├── .nojekyll └── CNAME ├── _build ├── doctrees │ ├── coc.doctree │ ├── communities.doctree │ ├── date-and-venue.doctree │ ├── environment.pickle │ ├── index.doctree │ ├── past-pycons.doctree │ ├── schedule.doctree │ ├── speakers.doctree │ ├── sponsorship.doctree │ ├── talks.doctree │ ├── theme.doctree │ ├── tickets.doctree │ ├── timer.doctree │ └── volunteers.doctree └── html │ ├── .buildinfo │ ├── .nojekyll │ ├── CNAME │ ├── _images │ ├── Ateneo-DISCSlogo.png │ ├── abhishek-tiwari.jpg │ ├── activshow.jpg │ ├── andrea.jpg │ ├── andrew.png │ ├── appone.png │ ├── arbin.jpg │ ├── ateneo-ocular.jpg │ ├── chad.jpg │ ├── chikka.png │ ├── christy.jpg │ ├── datalicious.png │ ├── dean.png │ ├── dhon.jpg │ ├── django.png │ ├── durianpy.png │ ├── dyu.jpg │ ├── earvin.jpg │ ├── elymar.jpg │ ├── freelancer.png │ ├── grace_coroza.jpeg │ ├── holden.jpg │ ├── ingenuity.svg │ ├── introme.png │ ├── irene.jpeg │ ├── jervin.jpg │ ├── jolo.jpg │ ├── jon.jpg │ ├── jp.jpg │ ├── klabcyscorpions.png │ ├── leong-roofdeck.jpg │ ├── lio.jpg │ ├── loic_bistuer.png │ ├── matt.jpg │ ├── mickey.jpg │ ├── mikko.jpg │ ├── nadine.jpg │ ├── pat.jpg │ ├── pizzapy.jpeg │ ├── psf.png │ ├── pycharm.png │ ├── pycon-2014-volunteers.jpg │ ├── pycon-volunteers.jpg │ ├── pyladies.jpg │ ├── pythonph.png │ ├── pythonph.svg │ ├── pytsada.png │ ├── ray.jpg │ ├── revsys.jpg │ ├── rexmupas.jpg │ ├── rk.png │ ├── ronen.png │ ├── scrapinghub.png │ ├── smartdevnet.jpg │ ├── sony.jpg │ ├── stephen2.jpeg │ ├── steve.png │ ├── sugarpy.png │ ├── titanium.png │ ├── waterpy.jpg │ ├── wheninmanila.png │ └── zipmatch.png │ ├── _sources │ ├── coc.txt │ ├── communities.txt │ ├── date-and-venue.txt │ ├── index.txt │ ├── past-pycons.txt │ ├── schedule.txt │ ├── speakers.txt │ ├── sponsorship.txt │ ├── talks.txt │ ├── theme.txt │ ├── tickets.txt │ ├── timer.txt │ └── volunteers.txt │ ├── _static │ ├── ajax-loader.gif │ ├── alabaster.css │ ├── basic.css │ ├── comment-bright.png │ ├── comment-close.png │ ├── comment.png │ ├── css │ │ └── pycon-2015.css │ ├── doctools.js │ ├── down-pressed.png │ ├── down.png │ ├── file.png │ ├── images │ │ ├── Ateneo-DISCSlogo.png │ │ ├── DISCSAteneo.png │ │ ├── ateneo-ocular.jpg │ │ ├── community │ │ │ ├── durianpy 2.png │ │ │ ├── durianpy 3.png │ │ │ ├── durianpy.png │ │ │ ├── pizzapy.jpeg │ │ │ ├── pyladies.jpg │ │ │ ├── pythonph.png │ │ │ ├── pythonph.svg │ │ │ ├── pytsada.png │ │ │ ├── sugarpy.png │ │ │ └── waterpy.jpg │ │ ├── leong-roofdeck.jpg │ │ ├── logo.png │ │ ├── pycon-2014-volunteers.jpg │ │ ├── pycon-volunteers.jpg │ │ ├── pycon-volunteers2.jpg │ │ ├── pythonph.svg │ │ ├── speakers │ │ │ ├── abhishek-tiwari.jpg │ │ │ ├── andrea.jpg │ │ │ ├── andrew.png │ │ │ ├── arbin.jpg │ │ │ ├── chad.jpg │ │ │ ├── christy.jpg │ │ │ ├── dean.png │ │ │ ├── dhon.jpg │ │ │ ├── dyu.jpg │ │ │ ├── earvin.jpg │ │ │ ├── elymar.jpg │ │ │ ├── grace_coroza.jpeg │ │ │ ├── holden.jpg │ │ │ ├── irene.jpeg │ │ │ ├── israel-fermin.jpg │ │ │ ├── jervin.jpg │ │ │ ├── jolo.jpg │ │ │ ├── jon.jpg │ │ │ ├── jp.jpg │ │ │ ├── lio.jpg │ │ │ ├── loic_bistuer.png │ │ │ ├── matt.jpg │ │ │ ├── mickey.jpg │ │ │ ├── mikko.jpg │ │ │ ├── nadine.jpg │ │ │ ├── pat.jpg │ │ │ ├── ray.jpg │ │ │ ├── ray_photo.jpg │ │ │ ├── rexmupas.jpg │ │ │ ├── rk.png │ │ │ ├── ronen.png │ │ │ ├── sony.jpg │ │ │ ├── stephen2.jpeg │ │ │ ├── stephen_mcdonald.jpg │ │ │ └── steve.png │ │ └── sponsors │ │ │ ├── activshow.jpg │ │ │ ├── appone.png │ │ │ ├── chikka.png │ │ │ ├── collabspot.svg │ │ │ ├── concentrix.png │ │ │ ├── datalicious.png │ │ │ ├── digital-ocean.svg │ │ │ ├── django.png │ │ │ ├── django.svg │ │ │ ├── eastvantage.png │ │ │ ├── engagespark.png │ │ │ ├── freelancer.png │ │ │ ├── github.svg │ │ │ ├── infoshift.png │ │ │ ├── ingenuity.svg │ │ │ ├── introme.png │ │ │ ├── klabcyscorpions.png │ │ │ ├── psf.png │ │ │ ├── pycharm.png │ │ │ ├── pycon-banner.png │ │ │ ├── revsys.jpg │ │ │ ├── save22.png │ │ │ ├── scrapinghub.png │ │ │ ├── smart-devnet.png │ │ │ ├── smartdevnet.jpg │ │ │ ├── titanium.png │ │ │ ├── twoscoopspress.png │ │ │ ├── wheninmanila.png │ │ │ └── zipmatch.png │ ├── jquery-1.11.1.js │ ├── jquery.js │ ├── js │ │ ├── talks.js │ │ └── timer.js │ ├── jsx │ │ └── timer.jsx │ ├── minus.png │ ├── plus.png │ ├── pygments.css │ ├── searchtools.js │ ├── underscore-1.3.1.js │ ├── underscore.js │ ├── up-pressed.png │ ├── up.png │ └── websupport.js │ ├── coc.html │ ├── communities.html │ ├── date-and-venue.html │ ├── genindex.html │ ├── index.html │ ├── objects.inv │ ├── past-pycons.html │ ├── schedule.html │ ├── search.html │ ├── searchindex.js │ ├── speakers.html │ ├── sponsorship.html │ ├── talks.html │ ├── theme.html │ ├── tickets.html │ ├── timer.html │ └── volunteers.html ├── _images ├── DISCSAteneo.png ├── andrea.jpg ├── appone.png ├── dhon.jpg ├── django.png ├── grace_coroza.jpeg ├── ingenuity.svg ├── israel-fermin.jpg ├── jolo.jpg ├── jp.jpg ├── loic_bistuer.png ├── mikko.jpg ├── psf.png ├── pycharm.png ├── pythonph.svg ├── rexmupas.jpg ├── stephen_mcdonald.jpg └── wheninmanila.png ├── _sources ├── coc.txt ├── date-and-venue.txt ├── index.txt ├── past-pycons.txt ├── shirt-design.txt ├── speakers.txt ├── sponsorship.txt ├── theme.txt ├── tickets.txt └── volunteers.txt ├── _static ├── css │ └── pycon-2015.css ├── images │ ├── Ateneo-DISCSlogo.png │ ├── DISCSAteneo.png │ ├── ateneo-ocular.jpg │ ├── community │ │ ├── durianpy 2.png │ │ ├── durianpy 3.png │ │ ├── durianpy.png │ │ ├── pizzapy.jpeg │ │ ├── pyladies.jpg │ │ ├── pythonph.png │ │ ├── pythonph.svg │ │ ├── pytsada.png │ │ ├── sugarpy.png │ │ └── waterpy.jpg │ ├── leong-roofdeck.jpg │ ├── logo.png │ ├── pycon-2014-volunteers.jpg │ ├── pycon-volunteers.jpg │ ├── pycon-volunteers2.jpg │ ├── pythonph.svg │ ├── speakers │ │ ├── abhishek-tiwari.jpg │ │ ├── andrea.jpg │ │ ├── andrew.png │ │ ├── arbin.jpg │ │ ├── chad.jpg │ │ ├── christy.jpg │ │ ├── dean.png │ │ ├── dhon.jpg │ │ ├── dyu.jpg │ │ ├── earvin.jpg │ │ ├── elymar.jpg │ │ ├── grace_coroza.jpeg │ │ ├── holden.jpg │ │ ├── irene.jpeg │ │ ├── israel-fermin.jpg │ │ ├── jervin.jpg │ │ ├── jolo.jpg │ │ ├── jon.jpg │ │ ├── jp.jpg │ │ ├── lio.jpg │ │ ├── loic_bistuer.png │ │ ├── matt.jpg │ │ ├── mickey.jpg │ │ ├── mikko.jpg │ │ ├── nadine.jpg │ │ ├── pat.jpg │ │ ├── ray.jpg │ │ ├── ray_photo.jpg │ │ ├── rexmupas.jpg │ │ ├── rk.png │ │ ├── ronen.png │ │ ├── sony.jpg │ │ ├── stephen2.jpeg │ │ ├── stephen_mcdonald.jpg │ │ └── steve.png │ └── sponsors │ │ ├── activshow.jpg │ │ ├── appone.png │ │ ├── chikka.png │ │ ├── collabspot.svg │ │ ├── concentrix.png │ │ ├── datalicious.png │ │ ├── digital-ocean.svg │ │ ├── django.png │ │ ├── django.svg │ │ ├── eastvantage.png │ │ ├── engagespark.png │ │ ├── freelancer.png │ │ ├── github.svg │ │ ├── infoshift.png │ │ ├── ingenuity.svg │ │ ├── introme.png │ │ ├── klabcyscorpions.png │ │ ├── psf.png │ │ ├── pycharm.png │ │ ├── pycon-banner.png │ │ ├── revsys.jpg │ │ ├── save22.png │ │ ├── scrapinghub.png │ │ ├── smart-devnet.png │ │ ├── smartdevnet.jpg │ │ ├── titanium.png │ │ ├── twoscoopspress.png │ │ ├── wheninmanila.png │ │ └── zipmatch.png ├── js │ ├── talks.js │ └── timer.js └── jsx │ └── timer.jsx ├── _templates └── layout.html ├── coc.rst ├── communities.rst ├── conf.py ├── date-and-venue.rst ├── index.rst ├── make.bat ├── package.json ├── past-pycons.rst ├── requirements.txt ├── schedule.rst ├── speakers.rst ├── sponsorship.rst ├── talks.rst ├── theme.rst ├── tickets.rst ├── timer.rst └── volunteers.rst /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PyCon Philippines 2015 2 | 3 | ## Develop 4 | 5 | ```bash 6 | pipsi install sphinx 7 | pipsi install watchdog 8 | watchmedo shell-command --patterns="*.rst" --command="make html" 9 | ``` 10 | 11 | ## Deploy 12 | 13 | ```bash 14 | make deploy 15 | ``` 16 | -------------------------------------------------------------------------------- /_/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_/.nojekyll -------------------------------------------------------------------------------- /_/CNAME: -------------------------------------------------------------------------------- 1 | pycon-2015.python.ph 2 | 3 | -------------------------------------------------------------------------------- /_build/doctrees/coc.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/coc.doctree -------------------------------------------------------------------------------- /_build/doctrees/communities.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/communities.doctree -------------------------------------------------------------------------------- /_build/doctrees/date-and-venue.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/date-and-venue.doctree -------------------------------------------------------------------------------- /_build/doctrees/environment.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/environment.pickle -------------------------------------------------------------------------------- /_build/doctrees/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/index.doctree -------------------------------------------------------------------------------- /_build/doctrees/past-pycons.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/past-pycons.doctree -------------------------------------------------------------------------------- /_build/doctrees/schedule.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/schedule.doctree -------------------------------------------------------------------------------- /_build/doctrees/speakers.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/speakers.doctree -------------------------------------------------------------------------------- /_build/doctrees/sponsorship.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/sponsorship.doctree -------------------------------------------------------------------------------- /_build/doctrees/talks.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/talks.doctree -------------------------------------------------------------------------------- /_build/doctrees/theme.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/theme.doctree -------------------------------------------------------------------------------- /_build/doctrees/tickets.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/tickets.doctree -------------------------------------------------------------------------------- /_build/doctrees/timer.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/timer.doctree -------------------------------------------------------------------------------- /_build/doctrees/volunteers.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/doctrees/volunteers.doctree -------------------------------------------------------------------------------- /_build/html/.buildinfo: -------------------------------------------------------------------------------- 1 | # Sphinx build info version 1 2 | # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. 3 | config: c131ebb6ea892728277aee2ef66408bc 4 | tags: 645f666f9bcd5a90fca523b33c5a78b7 5 | -------------------------------------------------------------------------------- /_build/html/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/.nojekyll -------------------------------------------------------------------------------- /_build/html/CNAME: -------------------------------------------------------------------------------- 1 | pycon-2015.python.ph 2 | 3 | -------------------------------------------------------------------------------- /_build/html/_images/Ateneo-DISCSlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/Ateneo-DISCSlogo.png -------------------------------------------------------------------------------- /_build/html/_images/abhishek-tiwari.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/abhishek-tiwari.jpg -------------------------------------------------------------------------------- /_build/html/_images/activshow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/activshow.jpg -------------------------------------------------------------------------------- /_build/html/_images/andrea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/andrea.jpg -------------------------------------------------------------------------------- /_build/html/_images/andrew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/andrew.png -------------------------------------------------------------------------------- /_build/html/_images/appone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/appone.png -------------------------------------------------------------------------------- /_build/html/_images/arbin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/arbin.jpg -------------------------------------------------------------------------------- /_build/html/_images/ateneo-ocular.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/ateneo-ocular.jpg -------------------------------------------------------------------------------- /_build/html/_images/chad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/chad.jpg -------------------------------------------------------------------------------- /_build/html/_images/chikka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/chikka.png -------------------------------------------------------------------------------- /_build/html/_images/christy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/christy.jpg -------------------------------------------------------------------------------- /_build/html/_images/datalicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/datalicious.png -------------------------------------------------------------------------------- /_build/html/_images/dean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/dean.png -------------------------------------------------------------------------------- /_build/html/_images/dhon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/dhon.jpg -------------------------------------------------------------------------------- /_build/html/_images/django.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/django.png -------------------------------------------------------------------------------- /_build/html/_images/durianpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/durianpy.png -------------------------------------------------------------------------------- /_build/html/_images/dyu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/dyu.jpg -------------------------------------------------------------------------------- /_build/html/_images/earvin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/earvin.jpg -------------------------------------------------------------------------------- /_build/html/_images/elymar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/elymar.jpg -------------------------------------------------------------------------------- /_build/html/_images/freelancer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/freelancer.png -------------------------------------------------------------------------------- /_build/html/_images/grace_coroza.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/grace_coroza.jpeg -------------------------------------------------------------------------------- /_build/html/_images/holden.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/holden.jpg -------------------------------------------------------------------------------- /_build/html/_images/introme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/introme.png -------------------------------------------------------------------------------- /_build/html/_images/irene.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/irene.jpeg -------------------------------------------------------------------------------- /_build/html/_images/jervin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/jervin.jpg -------------------------------------------------------------------------------- /_build/html/_images/jolo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/jolo.jpg -------------------------------------------------------------------------------- /_build/html/_images/jon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/jon.jpg -------------------------------------------------------------------------------- /_build/html/_images/jp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/jp.jpg -------------------------------------------------------------------------------- /_build/html/_images/klabcyscorpions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/klabcyscorpions.png -------------------------------------------------------------------------------- /_build/html/_images/leong-roofdeck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/leong-roofdeck.jpg -------------------------------------------------------------------------------- /_build/html/_images/lio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/lio.jpg -------------------------------------------------------------------------------- /_build/html/_images/loic_bistuer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/loic_bistuer.png -------------------------------------------------------------------------------- /_build/html/_images/matt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/matt.jpg -------------------------------------------------------------------------------- /_build/html/_images/mickey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/mickey.jpg -------------------------------------------------------------------------------- /_build/html/_images/mikko.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/mikko.jpg -------------------------------------------------------------------------------- /_build/html/_images/nadine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/nadine.jpg -------------------------------------------------------------------------------- /_build/html/_images/pat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/pat.jpg -------------------------------------------------------------------------------- /_build/html/_images/pizzapy.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/pizzapy.jpeg -------------------------------------------------------------------------------- /_build/html/_images/psf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/psf.png -------------------------------------------------------------------------------- /_build/html/_images/pycharm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/pycharm.png -------------------------------------------------------------------------------- /_build/html/_images/pycon-2014-volunteers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/pycon-2014-volunteers.jpg -------------------------------------------------------------------------------- /_build/html/_images/pycon-volunteers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/pycon-volunteers.jpg -------------------------------------------------------------------------------- /_build/html/_images/pyladies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/pyladies.jpg -------------------------------------------------------------------------------- /_build/html/_images/pythonph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/pythonph.png -------------------------------------------------------------------------------- /_build/html/_images/pythonph.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 36 | 37 | 38 | 40 | 42 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /_build/html/_images/pytsada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/pytsada.png -------------------------------------------------------------------------------- /_build/html/_images/ray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/ray.jpg -------------------------------------------------------------------------------- /_build/html/_images/revsys.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/revsys.jpg -------------------------------------------------------------------------------- /_build/html/_images/rexmupas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/rexmupas.jpg -------------------------------------------------------------------------------- /_build/html/_images/rk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/rk.png -------------------------------------------------------------------------------- /_build/html/_images/ronen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/ronen.png -------------------------------------------------------------------------------- /_build/html/_images/scrapinghub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/scrapinghub.png -------------------------------------------------------------------------------- /_build/html/_images/smartdevnet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/smartdevnet.jpg -------------------------------------------------------------------------------- /_build/html/_images/sony.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/sony.jpg -------------------------------------------------------------------------------- /_build/html/_images/stephen2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/stephen2.jpeg -------------------------------------------------------------------------------- /_build/html/_images/steve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/steve.png -------------------------------------------------------------------------------- /_build/html/_images/sugarpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/sugarpy.png -------------------------------------------------------------------------------- /_build/html/_images/titanium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/titanium.png -------------------------------------------------------------------------------- /_build/html/_images/waterpy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/waterpy.jpg -------------------------------------------------------------------------------- /_build/html/_images/wheninmanila.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/wheninmanila.png -------------------------------------------------------------------------------- /_build/html/_images/zipmatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_images/zipmatch.png -------------------------------------------------------------------------------- /_build/html/_sources/coc.txt: -------------------------------------------------------------------------------- 1 | Code of Conduct 2 | =============== 3 | 4 | PyCon PH is a community conference intended for networking and collaboration in the developer community. 5 | 6 | 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. 7 | 8 | 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. 9 | 10 | The long version 11 | ^^^^^^^^^^^^^^^^ 12 | 13 | Harassment includes offensive verbal comments related to gender, gender identity and expression, 14 | sexual orientation, disability, physical appearance, body size, race, religion, status, sexual 15 | images in public spaces, deliberate intimidation, stalking, following, harassing photography or 16 | recording, sustained disruption of talks or other events, inappropriate physical contact, and 17 | unwelcome sexual attention. 18 | 19 | **Participants who are asked to stop any harassing behavior are 20 | expected to comply immediately.** 21 | 22 | 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. 23 | 24 | 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. 25 | 26 | If a participant engages in harassing behavior, the conference organizers may take any action they 27 | deem appropriate, including warning the offender or expulsion from the conference with no refund. 28 | If you are being harassed, notice that someone else is being harassed, or have any other concerns, 29 | please contact a member of conference staff immediately. 30 | 31 | **Conference staff can be identified by t-shirts/special badges/head sets.** 32 | 33 | Conference staff will be happy to help participants contact hotel/venue security or local law 34 | enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the 35 | duration of the conference. We value your attendance. 36 | 37 | 38 | .. list-table:: 39 | :header-rows: 0 40 | 41 | * - **Python.PH, Inc.** 42 | - | security@python.ph 43 | | 0999 440 9999 44 | * - **Ateneo Department of Information Systems and Computer Science (DISCS)** 45 | - | 02 426 6071 telefax 46 | * - **Ateneo Security and Safety Office** 47 | - | 02 426 60-01 loc. 4111 48 | * - | **Ateneo Health Services** 49 | | Health Alternative for Total Human Development Institute (HealthDev) 50 | - 02 426 5999 loc 4635 51 | 52 | .. [Local law enforcement] 53 | .. [Local sexual assault hot line] 54 | .. [Local emergency and non-emergency medical] 55 | .. [Local taxi company] 56 | 57 | We expect participants to follow these rules at all conference venues and conference-related social 58 | events. 59 | 60 | License 61 | ^^^^^^^ 62 | 63 | This Code of Conduct is based on the PyCon US 2015 CoC, https://us.pycon.org/2015/about/code-of-conduct, and is licensed under a `Creative Commons Attribution 3.0 Unported License `_. 64 | 65 | -------------------------------------------------------------------------------- /_build/html/_sources/communities.txt: -------------------------------------------------------------------------------- 1 | Communities 2 | =========== 3 | 4 | The Phillipines has many Python community groups, distributed among different 5 | regions of the country. 6 | 7 | .. image:: _static/images/community/pythonph.png 8 | :width: 150px 9 | :align: right 10 | 11 | Python.PH 12 | --------- 13 | 14 | `Python.PH `_ is a community in the Philippines for enthusiasts and users of the Python programming language. Our aim is to show that Python has something for everyone: from hobbyists, to educators, to professionals. 15 | 16 | The group started back in 2007 when `Jun Auza `_ of Tech Source blogged about forming a local Python User's Group. `JM Maranan `_ stumbled upon the post and created a Google group. 17 | 18 | In June 31-July 1 2012, we held the first ever PyCon Philippines. Today, we continue to organize the yearly PyCon and `monthly meet-ups `_ for knowledge sharing and some pizza. 19 | 20 | .. image:: _static/images/community/pizzapy.jpeg 21 | :width: 200px 22 | :align: right 23 | 24 | PizzaPy 25 | ------- 26 | 27 | `PizzaPy `_ started out as two fat bearded `guys `_ meeting up for pizza and beer to talk about Python and technology. They thought it was a good idea to invite other people and make companies pay for their pizza and beer. 28 | 29 | .. image:: _static/images/community/waterpy.jpg 30 | :width: 200px 31 | :align: right 32 | 33 | waterPy 34 | ------- 35 | 36 | `WaterPy `_ is a community of enthusiasts committed to promote Python, its associated technologies and practices in Region X. And to collaborate with existing Pythonistas in the region, throughout Philippines and the world. Learn and enjoy python together 37 | 38 | .. image:: _static/images/community/durianpy.png 39 | :width: 200px 40 | :align: right 41 | 42 | DurianPy 43 | -------- 44 | 45 | `Davao's Python Community `_ -- where Pythonistas and enthusiasts gather to discuss trends and share knowledge about the IT industry over a pack of Durian candies (not always). Fresh talks and friendly conversations, guaranteed! 46 | 47 | .. image:: _static/images/community/pytsada.png 48 | :width: 200px 49 | :align: right 50 | 51 | PyTsada 52 | ------- 53 | 54 | `ITG-PyTsada `_ or simply "PyTsada" is a group for sharing Python and Python-related stuff, organizing meetups, events, promotion of Python in education, among others, here in Cagayan de Oro City and nearby areas. 55 | 56 | It is a focus group or subgroup of the CDO Information Technology Group or ITG-X, which is a larger group of IT enthusiasts, hobbyists, hackers, and professionals in CDO. 57 | 58 | .. image:: _static/images/community/pyladies.jpg 59 | :width: 200px 60 | :align: right 61 | 62 | PyLadies Manila 63 | --------------- 64 | 65 | `PyLadies Manila `_ is a group of women developers based in Manila who love the Python programming language. 66 | 67 | The group started back in November 2014 with less than 10 girls meeting for coffee. From then on, they started to organize events to advocate Women In Tech such as `Python For The Curious Code Lab `_ and `Django Girls Manila `_. Some of their slides are up `here `_ 68 | 69 | Anyone who is interested in Python is encouraged to participate! 70 | 71 | .. image:: _static/images/community/sugarpy.png 72 | :width: 200px 73 | :align: right 74 | 75 | SugarPy 76 | ------- 77 | 78 | `SugarPy `_ is a group of Python programming language enthusiasts in Dumaguete and Negros island area. 79 | 80 | 81 | Community Panel 82 | --------------- 83 | 84 | We have gathered representatives from Python.PH, 85 | PizzaPy, PyTsada, DurianPy, SugarPy, WaterPy, and PyLadies Manila on 86 | this panel. They will share their experiences in starting their groups, 87 | their events, their community, and tips on how to start a community 88 | group. 89 | 90 | *Moderator: Mark Steve Samson* 91 | -------------------------------------------------------------------------------- /_build/html/_sources/date-and-venue.txt: -------------------------------------------------------------------------------- 1 | Date and Venue 2 | ============== 3 | 4 | PyCon PH 2015 will be hosted at `Ateneo de Manila University `_'s Leong Hall Auditorium on **July 4-5, 2015**. 5 | 6 | Address and Map 7 | ^^^^^^^^^^^^^^^ 8 | 9 | | **Leong Hall Auditorium** 10 | | Ateneo de Manila 11 | | Katipunan Ave 12 | | Quezon City 13 | | 1108 Metro Manila 14 | 15 | .. raw:: html 16 | 17 | 18 | 19 | Commute 20 | ^^^^^^^ 21 | 22 | From Cubao 23 | """""""""" 24 | 25 | .. raw:: html 26 | 27 | 28 | 29 | 30 | From SM North 31 | """"""""""""" 32 | 33 | .. raw:: html 34 | 35 | 36 | 37 | 38 | For other routes, refer to this `document `_ 39 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 40 | 41 | Accomodation Suggestions 42 | ^^^^^^^^^^^^^^^^^^^^^^^^ 43 | 44 | Here are some accomodation suggestions that are close to the venue. We recommend reserving your rooms as early as possible. 45 | 46 | John Pollock Renewal Center 47 | """"""""""""""""""""""""""" 48 | 49 | `John Pollock Renewal Center `_ is inside Ateneo University. Rates starts at 450php (non-airconditioned room) and 600php (airconditioned room) per night. 50 | 51 | Oracle Hotel 52 | """""""""""" 53 | 54 | `Oracle Hotel `_ is in front of Ateneo University. Rates starts at 3000php per night. 55 | 56 | -------------------------------------------------------------------------------- /_build/html/_sources/past-pycons.txt: -------------------------------------------------------------------------------- 1 | Past PyCons 2 | =========== 3 | 4 | 2014 5 | ---- 6 | 7 | PyCon PH 2014 was held at De La Salle University on February 22-23. It was the 8 | second Philippines PyCon and the first PyCon hosted after the `incorporation of 9 | Python.PH `_ PyCon 2014 was a huge success with attendees from around the 10 | Philippines, as well as foreign guests. 11 | 12 | During PyCon 2014, we paid respect to Malcolm Tredinnick, a PyCon 2012 speaker, 13 | who unexpectedly passed away and left a hole in the International Python 14 | Community. Our keynote speaker, Russell Keith-Magee from the Django 15 | Software Foundation, shared stories about Malcolm's accomplishments. 16 | 17 | Speakers 18 | ^^^^^^^^ 19 | 20 | - Russell Keith-Magee 21 | - Daryl Yu 22 | - Stephanie Sy 23 | - Mr Valdez 24 | - Eric Holscher 25 | - Charmyne Mamador 26 | - Ann Tan-Pohlmann 27 | - Ranel Padon 28 | - Jon Danao 29 | - Baptiste Leroux 30 | - Zakatell Kanda 31 | - Ronald Cheung 32 | 33 | Fun Photos and Videos from PyCon 2014 34 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | 36 | - `Day 1 Photos `_ 37 | - `Day 2 Photos `_ 38 | - `Videos `_ 39 | 40 | The original PyCon 2014 website can be found `here `_. 41 | 42 | 43 | 2012 44 | ---- 45 | 46 | The first Python Conference in the Philippines was held last June 30 to July 1 47 | 2012 in UP Diliman. Spearheaded by Frank and Ann Pohlmann of Auberon Solutions, 48 | it was a huge success in spite of a short amount of time we had for the 49 | preparation. The conference was graced upon representatives from the Python 50 | Software Foundation (PSF) and a turnout of roughly 240 students and 51 | professionals across the country. It was truly an inspiring event with a 52 | diverse audience and a distinct spirit of volunteerism that made it happen. 53 | 54 | Speakers 55 | ^^^^^^^^ 56 | 57 | - Audrey Roy 58 | - Bryan Veloso 59 | - Cocoy Quillo 60 | - Daniel Greenfeld 61 | - Malcolm Tredinnick 62 | - Marconi Moreto 63 | - Paolo Barazon 64 | - Sony Valdez 65 | -------------------------------------------------------------------------------- /_build/html/_sources/sponsorship.txt: -------------------------------------------------------------------------------- 1 | Sponsorship 2 | ==================== 3 | 4 | Sponsorship Packages 5 | ^^^^^^^^^^^^^^^^^^^^ 6 | 7 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 8 | | | Diamond | Platinum | Gold | 9 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 10 | | PHP amount (minimum investment) | 100,000 | 50,000 | 15,000 | 11 | +====================================================================================================+===========+==========+==========+ 12 | | Mention during breaks, welcome and closing remarks, and set-up phase | ✔ | ✔ | ✔ | 13 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 14 | | Placement on banners at conference | ✔ | ✔ | ✔ | 15 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 16 | | Logos w/ appropriate positioning on event handouts | ✔ | ✔ | ✔ | 17 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 18 | | Logo/Link on website | ✔ | ✔ | ✔ | 19 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 20 | | Text description of your company on the website | ✔ | ✔ | ✔ | 21 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 22 | | One (1) sponsored job ad posting on http://python.ph/jobs at the top of other listings (3 months) | ✔ | ✔ | | 23 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 24 | | Opportunity to speak about your organization during a break (1 minute) | ✔ | ✔ | | 25 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 26 | | Flash ad as screensaver during breaks (logo or image) | ✔ | | | 27 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 28 | | Table/Booth at Venue on Day 1 | ✔ | | | 29 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 30 | | # of free tickets to the 2-day event | 5 | 3 | 2 | 31 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 32 | | X flyers per giveaway bag | 3 | 3 | 1 | 33 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 34 | | X promo items per giveaway bag | 3 | 3 | 1 | 35 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 36 | | # of free pass - dinner with speakers, sponsors and volunteers on Day 1 | 3 | 2 | 1 | 37 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 38 | 39 | We've held PyCon twice here in the Philippines and here are the stats: 40 | 41 | +-----------------+----------------+----------------+ 42 | | | **PyCon 2012** | **PyCon 2014** | 43 | +=================+================+================+ 44 | | Students | 36.36% | 13.15% | 45 | +-----------------+----------------+----------------+ 46 | | Professionals | 48.64% | 60.56% | 47 | +-----------------+----------------+----------------+ 48 | | Sponsors | | 9.39% | 49 | +-----------------+----------------+----------------+ 50 | | Speakers | 3.64% | 6.10% | 51 | +-----------------+----------------+----------------+ 52 | | Volunteers | 11.36% | 10.80% | 53 | +-----------------+----------------+----------------+ 54 | 55 | We had a turnout of roughly 240 attendees for both conferences. For 2015, we're aiming for 300pax. 56 | 57 | **Sponsorship is now closed.** 58 | 59 | Hard deadline for sponsorship applications is on **June 19, 2015** to give us enough time to have the conference banners and programme brochures printed. 60 | 61 | .. raw:: html 62 | 63 |

64 | 65 | 68 | 69 |

70 | 71 | -------------------------------------------------------------------------------- /_build/html/_sources/theme.txt: -------------------------------------------------------------------------------- 1 | Theme 2 | ===== 3 | 4 | This year, our theme will be **"Work and Play with Python"**. 5 | 6 | There are many reasons to use Python. On this coming July 4-5, 2015, 7 | we will be exploring the ideas of using these concepts in Python. 8 | 9 | **At work**. Python has been used to make scripts to assist the 10 | workflow and to make commercial applications. 11 | 12 | **At play**. Python has been used to scratch the creative itch 13 | and to have fun. 14 | -------------------------------------------------------------------------------- /_build/html/_sources/tickets.txt: -------------------------------------------------------------------------------- 1 | Tickets 2 | ======= 3 | 4 | Conferences are expensive. Some conferences can cost over 5,000.00 pesos. Our conference is no different. However, we have worked with sponsors in lowering our ticket costs considerably. 5 | 6 | Prices 7 | ------ 8 | 9 | Thanks to our wonderful `sponsors `_, we are able to offer the following ticket prices [#]_: 10 | 11 | +------------------+----------+ 12 | | Corporate | 3680 Php | 13 | +------------------+----------+ 14 | | Individual | 1656 Php | 15 | +------------------+----------+ 16 | | Students | 1288 Php | 17 | +------------------+----------+ 18 | 19 | .. [#] Cost is in Philippine Pesos. 20 | 21 | PayPal or Credit Card 22 | --------------------- 23 | 24 | .. raw:: html 25 | 26 |

27 | 28 | 31 | 32 |

-------------------------------------------------------------------------------- /_build/html/_sources/timer.txt: -------------------------------------------------------------------------------- 1 | Timer 2 | ===== 3 | -------------------------------------------------------------------------------- /_build/html/_static/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/ajax-loader.gif -------------------------------------------------------------------------------- /_build/html/_static/comment-bright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/comment-bright.png -------------------------------------------------------------------------------- /_build/html/_static/comment-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/comment-close.png -------------------------------------------------------------------------------- /_build/html/_static/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/comment.png -------------------------------------------------------------------------------- /_build/html/_static/css/pycon-2015.css: -------------------------------------------------------------------------------- 1 | div.body h1 { 2 | text-transform: uppercase; 3 | font-weight: bold; 4 | } 5 | 6 | button { 7 | cursor: pointer; 8 | } 9 | 10 | .big-button { 11 | line-height: 2; 12 | padding: 0 1em; 13 | font-size: 1.2em; 14 | } 15 | 16 | a.image-reference { 17 | border: 0; 18 | } 19 | 20 | div.speakers h2 { 21 | margin-bottom: 2em; 22 | } 23 | 24 | div.speakers h3 { 25 | padding-top: 0.5em; 26 | margin-top: 0; 27 | } 28 | 29 | div.speakers a { 30 | color: inherit; 31 | } 32 | 33 | div.speakers img { 34 | border: 1px solid; 35 | border-radius: 50%; 36 | } 37 | 38 | div.speakers p { 39 | margin-bottom: 5em; 40 | } 41 | 42 | div.speakers h3, 43 | div.speakers p { 44 | margin-left: 200px; 45 | } 46 | 47 | div.talks .topic-title { 48 | font-family: Raleway; 49 | font-size: 180%; 50 | margin-bottom: 0; 51 | font-weight: normal; 52 | } 53 | 54 | div.talks .topic { 55 | padding: 1em 1em 0; 56 | margin: 0 0 1em 0; 57 | } 58 | 59 | div.schedule table { 60 | width: 800px; 61 | border: 1px solid; 62 | } 63 | 64 | .timer { 65 | position: fixed; 66 | top: 0; 67 | left: 0; 68 | width: 100%; 69 | height: 100%; 70 | display: flex; 71 | align-items: center; 72 | justify-content: center; 73 | flex-wrap: wrap; 74 | background: white; 75 | } 76 | 77 | .clock { 78 | font-size: 30vh; 79 | } 80 | 81 | .timer ul { 82 | list-style: none; 83 | padding: 0; 84 | margin: 0; 85 | width: 100%; 86 | text-align: center; 87 | } 88 | 89 | .timer ul li { 90 | display: inline-block; 91 | width: 3em; 92 | } 93 | 94 | .timer ul a { 95 | text-decoration: none; 96 | color: #ccc; 97 | display: inline-block; 98 | } 99 | 100 | .timer ul a:hover { 101 | color: inherit; 102 | } 103 | 104 | .timer-choices { 105 | font-size: 5vh; 106 | } 107 | 108 | .timer-controls { 109 | font-size: 10vh; 110 | } 111 | 112 | .timer-controls li a { 113 | border: 0.1em solid; 114 | padding: 0.2em; 115 | } 116 | 117 | .talks { 118 | position: absolute; 119 | top: 0; 120 | left: 0; 121 | font-size: 3vh; 122 | } 123 | 124 | .talks h1 { 125 | display: none; 126 | } 127 | 128 | div.talks .topic { 129 | border: 0; 130 | background: white; 131 | padding: 0 10vh; 132 | } 133 | 134 | .talks .logo { 135 | position: fixed; 136 | top: 10vh; 137 | left: 10vh; 138 | z-index: 100; 139 | font-family: raleway; 140 | } 141 | 142 | .fixed-notes { 143 | font-family: raleway; 144 | position: fixed; 145 | bottom: 10vh; 146 | right: 10vw; 147 | z-index: 100; 148 | list-style: none; 149 | border: 1px solid; 150 | padding: 1em; 151 | background: white; 152 | } 153 | 154 | .fixed-notes li { 155 | margin: 0; 156 | padding: 0; 157 | } 158 | 159 | .fixed-notes strong { 160 | width: 8em; 161 | display: inline-block; 162 | } 163 | -------------------------------------------------------------------------------- /_build/html/_static/down-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/down-pressed.png -------------------------------------------------------------------------------- /_build/html/_static/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/down.png -------------------------------------------------------------------------------- /_build/html/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/file.png -------------------------------------------------------------------------------- /_build/html/_static/images/Ateneo-DISCSlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/Ateneo-DISCSlogo.png -------------------------------------------------------------------------------- /_build/html/_static/images/DISCSAteneo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/DISCSAteneo.png -------------------------------------------------------------------------------- /_build/html/_static/images/ateneo-ocular.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/ateneo-ocular.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/community/durianpy 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/community/durianpy 2.png -------------------------------------------------------------------------------- /_build/html/_static/images/community/durianpy 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/community/durianpy 3.png -------------------------------------------------------------------------------- /_build/html/_static/images/community/durianpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/community/durianpy.png -------------------------------------------------------------------------------- /_build/html/_static/images/community/pizzapy.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/community/pizzapy.jpeg -------------------------------------------------------------------------------- /_build/html/_static/images/community/pyladies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/community/pyladies.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/community/pythonph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/community/pythonph.png -------------------------------------------------------------------------------- /_build/html/_static/images/community/pythonph.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 36 | 37 | 38 | 40 | 42 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /_build/html/_static/images/community/pytsada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/community/pytsada.png -------------------------------------------------------------------------------- /_build/html/_static/images/community/sugarpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/community/sugarpy.png -------------------------------------------------------------------------------- /_build/html/_static/images/community/waterpy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/community/waterpy.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/leong-roofdeck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/leong-roofdeck.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/logo.png -------------------------------------------------------------------------------- /_build/html/_static/images/pycon-2014-volunteers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/pycon-2014-volunteers.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/pycon-volunteers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/pycon-volunteers.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/pycon-volunteers2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/pycon-volunteers2.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/pythonph.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 36 | 37 | 38 | 40 | 42 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/abhishek-tiwari.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/abhishek-tiwari.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/andrea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/andrea.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/andrew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/andrew.png -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/arbin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/arbin.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/chad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/chad.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/christy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/christy.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/dean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/dean.png -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/dhon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/dhon.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/dyu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/dyu.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/earvin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/earvin.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/elymar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/elymar.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/grace_coroza.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/grace_coroza.jpeg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/holden.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/holden.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/irene.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/irene.jpeg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/israel-fermin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/israel-fermin.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/jervin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/jervin.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/jolo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/jolo.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/jon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/jon.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/jp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/jp.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/lio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/lio.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/loic_bistuer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/loic_bistuer.png -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/matt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/matt.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/mickey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/mickey.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/mikko.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/mikko.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/nadine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/nadine.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/pat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/pat.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/ray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/ray.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/ray_photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/ray_photo.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/rexmupas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/rexmupas.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/rk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/rk.png -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/ronen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/ronen.png -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/sony.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/sony.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/stephen2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/stephen2.jpeg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/stephen_mcdonald.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/stephen_mcdonald.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/speakers/steve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/speakers/steve.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/activshow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/activshow.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/appone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/appone.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/chikka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/chikka.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/concentrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/concentrix.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/datalicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/datalicious.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/django.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/django.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/django.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | 12 | 15 | 20 | 23 | 31 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/eastvantage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/eastvantage.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/engagespark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/engagespark.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/freelancer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/freelancer.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/github.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/infoshift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/infoshift.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/introme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/introme.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/klabcyscorpions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/klabcyscorpions.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/psf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/psf.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/pycharm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/pycharm.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/pycon-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/pycon-banner.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/revsys.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/revsys.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/save22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/save22.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/scrapinghub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/scrapinghub.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/smart-devnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/smart-devnet.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/smartdevnet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/smartdevnet.jpg -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/titanium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/titanium.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/twoscoopspress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/twoscoopspress.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/wheninmanila.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/wheninmanila.png -------------------------------------------------------------------------------- /_build/html/_static/images/sponsors/zipmatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/images/sponsors/zipmatch.png -------------------------------------------------------------------------------- /_build/html/_static/js/talks.js: -------------------------------------------------------------------------------- 1 | jQuery.extend({ 2 | getQueryParameters: function(str) { 3 | return (str || document.location.search).replace(/(^\?)/,'').split("&").map(function(n){return n = n.split("="),this[n[0]] = n[1],this}.bind({}))[0] 4 | } 5 | }) 6 | 7 | $(document).ready(function() { 8 | $('#talks').fullpage({ 9 | sectionSelector: '.topic' 10 | }) 11 | }) 12 | -------------------------------------------------------------------------------- /_build/html/_static/jsx/timer.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import prettyMs from 'pretty-ms' 3 | 4 | var Timer = React.createClass({ 5 | getInitialState() { 6 | return { 7 | interval: null, 8 | time: this.getTimeFromHash(), 9 | } 10 | }, 11 | render() { 12 | return ( 13 |
14 |
{prettyMs(this.state.time * 1000)}
15 | 23 |
    24 | {!this.state.interval ? ( 25 |
  • Start
  • 26 | ) : ( 27 |
  • Stop
  • 28 | )} 29 |
30 |
31 | ) 32 | }, 33 | getTimeFromHash() { 34 | return location.hash.length > 0 ? location.hash.substring(1) : 0 35 | }, 36 | setTime() { 37 | this.setState(this.getInitialState()) 38 | }, 39 | start(e) { 40 | e && e.preventDefault() 41 | this.state.interval && this.stop() 42 | this.setState({ 43 | interval: setInterval(this.countdown, 1000), 44 | }) 45 | }, 46 | stop(e) { 47 | e && e.preventDefault() 48 | if (this.state.interval) { 49 | clearInterval(this.state.interval) 50 | this.setState({interval: null}) 51 | } 52 | }, 53 | countdown() { 54 | if (this.state.time > 0) { 55 | this.setState({time: --this.state.time}) 56 | } else { 57 | this.stop() 58 | } 59 | }, 60 | }) 61 | 62 | let timer = React.render( 63 | , 64 | document.querySelector('.document') 65 | ) 66 | 67 | window.addEventListener('hashchange', (e) => { 68 | timer.stop() 69 | timer.setTime() 70 | }) 71 | -------------------------------------------------------------------------------- /_build/html/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/minus.png -------------------------------------------------------------------------------- /_build/html/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/plus.png -------------------------------------------------------------------------------- /_build/html/_static/pygments.css: -------------------------------------------------------------------------------- 1 | .highlight .hll { background-color: #ffffcc } 2 | .highlight { background: #eeffcc; } 3 | .highlight .c { color: #408090; font-style: italic } /* Comment */ 4 | .highlight .err { border: 1px solid #FF0000 } /* Error */ 5 | .highlight .k { color: #007020; font-weight: bold } /* Keyword */ 6 | .highlight .o { color: #666666 } /* Operator */ 7 | .highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */ 8 | .highlight .cp { color: #007020 } /* Comment.Preproc */ 9 | .highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */ 10 | .highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ 11 | .highlight .gd { color: #A00000 } /* Generic.Deleted */ 12 | .highlight .ge { font-style: italic } /* Generic.Emph */ 13 | .highlight .gr { color: #FF0000 } /* Generic.Error */ 14 | .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ 15 | .highlight .gi { color: #00A000 } /* Generic.Inserted */ 16 | .highlight .go { color: #333333 } /* Generic.Output */ 17 | .highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ 18 | .highlight .gs { font-weight: bold } /* Generic.Strong */ 19 | .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ 20 | .highlight .gt { color: #0044DD } /* Generic.Traceback */ 21 | .highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ 22 | .highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ 23 | .highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ 24 | .highlight .kp { color: #007020 } /* Keyword.Pseudo */ 25 | .highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ 26 | .highlight .kt { color: #902000 } /* Keyword.Type */ 27 | .highlight .m { color: #208050 } /* Literal.Number */ 28 | .highlight .s { color: #4070a0 } /* Literal.String */ 29 | .highlight .na { color: #4070a0 } /* Name.Attribute */ 30 | .highlight .nb { color: #007020 } /* Name.Builtin */ 31 | .highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ 32 | .highlight .no { color: #60add5 } /* Name.Constant */ 33 | .highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ 34 | .highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ 35 | .highlight .ne { color: #007020 } /* Name.Exception */ 36 | .highlight .nf { color: #06287e } /* Name.Function */ 37 | .highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ 38 | .highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ 39 | .highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ 40 | .highlight .nv { color: #bb60d5 } /* Name.Variable */ 41 | .highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ 42 | .highlight .w { color: #bbbbbb } /* Text.Whitespace */ 43 | .highlight .mb { color: #208050 } /* Literal.Number.Bin */ 44 | .highlight .mf { color: #208050 } /* Literal.Number.Float */ 45 | .highlight .mh { color: #208050 } /* Literal.Number.Hex */ 46 | .highlight .mi { color: #208050 } /* Literal.Number.Integer */ 47 | .highlight .mo { color: #208050 } /* Literal.Number.Oct */ 48 | .highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ 49 | .highlight .sc { color: #4070a0 } /* Literal.String.Char */ 50 | .highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ 51 | .highlight .s2 { color: #4070a0 } /* Literal.String.Double */ 52 | .highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ 53 | .highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */ 54 | .highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ 55 | .highlight .sx { color: #c65d09 } /* Literal.String.Other */ 56 | .highlight .sr { color: #235388 } /* Literal.String.Regex */ 57 | .highlight .s1 { color: #4070a0 } /* Literal.String.Single */ 58 | .highlight .ss { color: #517918 } /* Literal.String.Symbol */ 59 | .highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ 60 | .highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ 61 | .highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ 62 | .highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ 63 | .highlight .il { color: #208050 } /* Literal.Number.Integer.Long */ -------------------------------------------------------------------------------- /_build/html/_static/up-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/up-pressed.png -------------------------------------------------------------------------------- /_build/html/_static/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/_static/up.png -------------------------------------------------------------------------------- /_build/html/genindex.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Index — PyCon PH 2015 11 | 12 | 13 | 14 | 15 | 16 | 17 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 45 | 46 |
47 | 48 | 49 |
50 |
51 |
52 | 53 | 54 |

Index

55 | 56 |
57 | 58 |
59 | 60 | 61 |
62 |
63 |
64 | 65 | 66 | 118 |
119 |
120 | 128 | 129 | 130 | 131 | 132 | 133 | -------------------------------------------------------------------------------- /_build/html/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_build/html/objects.inv -------------------------------------------------------------------------------- /_build/html/search.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Search — PyCon PH 2015 10 | 11 | 12 | 13 | 14 | 15 | 16 | 25 | 26 | 27 | 28 | 29 | 30 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 52 | 53 |
54 | 55 | 56 |
57 |
58 |
59 | 60 |

Search

61 |
62 | 63 |

64 | Please activate JavaScript to enable the search 65 | functionality. 66 |

67 |
68 |

69 | From here you can search these documents. Enter your search 70 | words into the box below and click "search". Note that the search 71 | function will automatically search for all of the words. Pages 72 | containing fewer words won't appear in the result list. 73 |

74 |
75 | 76 | 77 | 78 |
79 | 80 |
81 | 82 |
83 | 84 |
85 |
86 |
87 | 88 | 89 | 128 |
129 |
130 | 138 | 139 | 140 | 141 | 142 | 143 | -------------------------------------------------------------------------------- /_build/html/timer.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Timer — PyCon PH 2015 10 | 11 | 12 | 13 | 14 | 15 | 16 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 44 | 45 |
46 | 47 | 48 | 49 | 50 | 102 |
103 |
104 | 115 | 116 | 117 | 118 | 119 | 120 | -------------------------------------------------------------------------------- /_images/DISCSAteneo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/DISCSAteneo.png -------------------------------------------------------------------------------- /_images/andrea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/andrea.jpg -------------------------------------------------------------------------------- /_images/appone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/appone.png -------------------------------------------------------------------------------- /_images/dhon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/dhon.jpg -------------------------------------------------------------------------------- /_images/django.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/django.png -------------------------------------------------------------------------------- /_images/grace_coroza.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/grace_coroza.jpeg -------------------------------------------------------------------------------- /_images/israel-fermin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/israel-fermin.jpg -------------------------------------------------------------------------------- /_images/jolo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/jolo.jpg -------------------------------------------------------------------------------- /_images/jp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/jp.jpg -------------------------------------------------------------------------------- /_images/loic_bistuer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/loic_bistuer.png -------------------------------------------------------------------------------- /_images/mikko.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/mikko.jpg -------------------------------------------------------------------------------- /_images/psf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/psf.png -------------------------------------------------------------------------------- /_images/pycharm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/pycharm.png -------------------------------------------------------------------------------- /_images/pythonph.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 36 | 37 | 38 | 40 | 42 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /_images/rexmupas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/rexmupas.jpg -------------------------------------------------------------------------------- /_images/stephen_mcdonald.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/stephen_mcdonald.jpg -------------------------------------------------------------------------------- /_images/wheninmanila.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_images/wheninmanila.png -------------------------------------------------------------------------------- /_sources/coc.txt: -------------------------------------------------------------------------------- 1 | Code of Conduct 2 | =============== 3 | 4 | PyCon PH is a community conference intended for networking and collaboration in the developer community. 5 | 6 | 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. 7 | 8 | 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. 9 | 10 | The long version 11 | ^^^^^^^^^^^^^^^^ 12 | 13 | Harassment includes offensive verbal comments related to gender, gender identity and expression, 14 | sexual orientation, disability, physical appearance, body size, race, religion, status, sexual 15 | images in public spaces, deliberate intimidation, stalking, following, harassing photography or 16 | recording, sustained disruption of talks or other events, inappropriate physical contact, and 17 | unwelcome sexual attention. 18 | 19 | **Participants who are asked to stop any harassing behavior are 20 | expected to comply immediately.** 21 | 22 | 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. 23 | 24 | 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. 25 | 26 | If a participant engages in harassing behavior, the conference organizers may take any action they 27 | deem appropriate, including warning the offender or expulsion from the conference with no refund. 28 | If you are being harassed, notice that someone else is being harassed, or have any other concerns, 29 | please contact a member of conference staff immediately. 30 | 31 | **Conference staff can be identified by t-shirts/special badges/head sets.** 32 | 33 | Conference staff will be happy to help participants contact hotel/venue security or local law 34 | enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the 35 | duration of the conference. We value your attendance. 36 | 37 | 38 | .. list-table:: 39 | :header-rows: 0 40 | 41 | * - **Python.PH, Inc.** 42 | - | security@python.ph 43 | .. | +632 44 | .. | *Look for* 45 | * - **Ateneo Department of Information Systems and Computer Science (DISCS)** 46 | - | 02 426 6071 telefax 47 | * - **Ateneo Security and Safety Office** 48 | - | 02 426 60-01 loc. 4111 49 | * - | **Ateneo Health Services** 50 | | Health Alternative for Total Human Development Institute (HealthDev) 51 | - 02 426 5999 loc 4635 52 | 53 | .. [Local law enforcement] 54 | .. [Local sexual assault hot line] 55 | .. [Local emergency and non-emergency medical] 56 | .. [Local taxi company] 57 | 58 | We expect participants to follow these rules at all conference venues and conference-related social 59 | events. 60 | 61 | License 62 | ^^^^^^^ 63 | 64 | This Code of Conduct is based on the PyCon US 2015 CoC, https://us.pycon.org/2015/about/code-of-conduct, and is licensed under a `Creative Commons Attribution 3.0 Unported License `_. 65 | -------------------------------------------------------------------------------- /_sources/date-and-venue.txt: -------------------------------------------------------------------------------- 1 | Date and Venue 2 | ============== 3 | 4 | PyCon PH 2015 will be hosted at `Ateneo de Manila University `_'s Leong Hall Auditorium on **July 4-5, 2015**. 5 | 6 | The venue address is: 7 | 8 | .. list-table:: 9 | :header-rows: 0 10 | 11 | * - | **Leong Hall Auditorium** 12 | | Ateneo de Manila 13 | | Katipunan Ave 14 | | Quezon City 15 | | 1108 Metro Manila 16 | 17 | .. raw:: html 18 | 19 | 20 | -------------------------------------------------------------------------------- /_sources/index.txt: -------------------------------------------------------------------------------- 1 | PyCon Philippines 2 | ================= 3 | 4 | PyCon Philippines is a `volunteer-run `_, not-for-profit conference centered around 5 | the Python Programming language. 6 | 7 | The main goal of this conference is to provide a venue where the Python 8 | programming language and surrounding technologies can be explored, discussed and 9 | exercised. 10 | 11 | We have an interest to gather software engineers, programming enthusiasts, 12 | startup founders, corporate IT decision makers, students and IT educators in a 13 | 2-day event where we can collaborate and learn with each other. 14 | 15 | .. toctree:: 16 | :maxdepth: 3 17 | 18 | theme 19 | date-and-venue 20 | speakers 21 | tickets 22 | volunteers 23 | coc 24 | past-pycons 25 | shirt-design 26 | sponsorship 27 | 28 | Organizers 29 | -------- 30 | 31 | PyCon PH 2015 is brought to you by: 32 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 33 | 34 | .. image:: _static/images/sponsors/pythonph.svg 35 | :target: https://www.linkedin.com/grp/home?gid=6511985 36 | :width: 220px 37 | 38 | .. image:: _static/images/sponsors/DISCSAteneo.png 39 | :target: http://www.admu.edu.ph/ls/sose/iscs 40 | :width: 370px 41 | :align: right 42 | 43 | 44 | Sponsors 45 | -------- 46 | 47 | Platinum Sponsors 48 | ^^^^^^^^^^^^^^^^^ 49 | 50 | Python Software Foundation 51 | 52 | .. image:: _static/images/sponsors/psf.png 53 | :target: https://www.python.org/psf/ 54 | 55 | 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. 56 | 57 | Gold Sponsors 58 | ^^^^^^^^^^^^^ 59 | 60 | Django Software Foundation 61 | 62 | .. image:: _static/images/sponsors/django.png 63 | :target: https://www.djangoproject.com/foundation/ 64 | 65 | The Django Software Foundation is a US-based non-profit organisation with the mission to promote, support, and advance the `Django Web framework `_. The DSF sponsors sprints, meetups, gatherings and community events, and protects the intellectual property of the Django project. 66 | 67 | APPone 68 | 69 | .. image:: _static/images/sponsors/appone.png 70 | :target: http://www.appone.eu 71 | 72 | APPone Corp. was established especialy for the programming of the APPone ERP System for the fashion industry. A subsidiary of the German SACO Software and Consulting GmbH. 73 | 74 | Ingenuity 75 | 76 | .. image:: _static/images/sponsors/ingenuity.svg 77 | :target: http://ingenuity.ph/ 78 | 79 | Ingenuity Global Consulting, Inc. is a web and mobile development agency specializing in Python/Django, iOS and Android. It uses Scrum in software development and has Certified ScrumMasters in the team. Ingenuity, also provides staff augmentation, project consultation, UI/UX design, QA/testing and server maintenance services. 80 | 81 | Marketing Partners 82 | ^^^^^^^^^^^^^^^^^^ 83 | 84 | JetBrains PyCharm 85 | 86 | .. image:: _static/images/sponsors/pycharm.png 87 | :target: https://www.jetbrains.com/pycharm/ 88 | 89 | JetBrains PyCharm — Python IDE with complete set of tools for productive 90 | development with Python programming language. In addition, the IDE 91 | provides high-class capabilities for professional Web development with Django 92 | framework. 93 | 94 | Media Partners 95 | ^^^^^^^^^^^^^^^^^^ 96 | 97 | WhenInManila.com 98 | 99 | .. image:: _static/images/sponsors/wheninmanila.png 100 | :target: http://wheninmanila.com 101 | 102 | WhenInManila.com is the top online magazine in Manila and the Philippines. 103 | 104 | 105 | We're still looking for sponsors and partners! 106 | 107 | .. raw:: html 108 | 109 |

110 | 111 | 114 | 115 |

116 | -------------------------------------------------------------------------------- /_sources/past-pycons.txt: -------------------------------------------------------------------------------- 1 | Past PyCons 2 | =========== 3 | 4 | 2014 5 | ---- 6 | 7 | PyCon PH 2014 was held at De La Salle University on February 22-23. It was the 8 | second Philippines PyCon and the first PyCon hosted after the incorporation of 9 | Python.PH. PyCon 2014 was a huge success with attendees from around the 10 | Philippines, as well as foreign guests. 11 | 12 | During PyCon 2014, we paid respect to Malcolm Tredinnick, a PyCon 2012 speaker, 13 | who unexpectedly passed away and left a hole in the International Python 14 | Community. Our keynote speaker, Russell Keith-Magee from the Django 15 | Software Foundation, shared stories about Malcolm's accomplishments. 16 | 17 | Speakers 18 | ^^^^^^^^ 19 | 20 | - Russell Keith-Magee 21 | - Daryl Yu 22 | - Stephanie Sy 23 | - Mr Valdez 24 | - Eric Holscher 25 | - Charmyne Mamador 26 | - Ann Tan-Pohlmann 27 | - Ranel Padon 28 | - Jon Danao 29 | - Baptiste Leroux 30 | - Zakatell Kanda 31 | - Ronald Cheung 32 | 33 | The original PyCon 2014 website can be found `here `_. 34 | 35 | 2012 36 | ---- 37 | 38 | The first Python Conference in the Philippines was held last June 30 to July 1 39 | 2012 in UP Diliman. Spearheaded by Frank and Ann Pohlmann of Auberon Solutions, 40 | it was a huge success in spite of a short amount of time we had for the 41 | preparation. The conference was graced upon representatives from the Python 42 | Software Foundation (PSF) and a turnout of roughly 240 students and 43 | professionals across the country. It was truly an inspiring event with a 44 | diverse audience and a distinct spirit of volunteerism that made it happen. 45 | 46 | Speakers 47 | ^^^^^^^^ 48 | 49 | - Audrey Roy 50 | - Bryan Veloso 51 | - Cocoy Quillo 52 | - Daniel Greenfeld 53 | - Malcolm Tredinnick 54 | - Marconi Moreto 55 | - Paolo Barazon 56 | - Sony Valdez 57 | -------------------------------------------------------------------------------- /_sources/shirt-design.txt: -------------------------------------------------------------------------------- 1 | Shirt Design Contest 2 | ==================== 3 | 4 | Get the chance to design PyCon PH 2015's shirts! 5 | 6 | We're holding a design contest starting May 21 (Thursday). 7 | You can submit entries until May 29 (Friday) 11:59 PM. 8 | We'll then open up voting until June 3 (Wednesday) 11:59 PM. 9 | 10 | Submission 11 | ---------- 12 | 13 | Submit entries by sending an email to shirt-design@python.ph 14 | 15 | - Subject should be your complete name 16 | - Your design file should be an attachment 17 | - Max file size is 10mb 18 | - File format should be in PNG, PSD, SVG or AI 19 | 20 | Design 21 | ------ 22 | 23 | - Theme is "Work and Play with Python" 24 | - Design can only be 1-2 colors 25 | - You can use the PythonPH logo as long as you maintain the silhouette 26 | 27 | - SVG: https://drive.google.com/file/d/0BwrPbVd2f3w8NGVuTFJDZm1SODQ/view?usp=sharing 28 | - AI: https://drive.google.com/file/d/0BwrPbVd2f3w8ZU5lcHl5eWgtTHM/view?usp=sharing 29 | 30 | - We will exclude entries that are offensive or unrelated 31 | 32 | Ownership 33 | --------- 34 | 35 | Upon submission, design becomes a property of Python.PH, Inc. 36 | We're doing this to allow us to sell shirts without 37 | any legal impediments. We won't say we made it ourselves. 38 | You'll still be credited for your work. 39 | 40 | Voting 41 | ------ 42 | 43 | Entries are automatically collated into a Trello board. 44 | We'll open up the entries list for voting on May 27. Voters 45 | will need to sign up to Trello. It's a nice free tool anyways ;) 46 | 47 | On June 3, voting will be closed and the top 3 entries 48 | will be selected. The organizers will then vote and choose 49 | among these 3 entries. 50 | -------------------------------------------------------------------------------- /_sources/speakers.txt: -------------------------------------------------------------------------------- 1 | Speakers 2 | ======== 3 | 4 | .. image:: _static/images/speakers/stephen_mcdonald.jpg 5 | :width: 150px 6 | :align: right 7 | 8 | Keynote Speakers 9 | ---------------- 10 | 11 | Stephen McDonald 12 | ^^^^^^^^^^^^^^^^ 13 | 14 | Stephen McDonald is a software engineer who has worked in the web development 15 | space since the late 90s. He currently works for Google, and is the creator of 16 | Mezzanine, one of the most popular CMS projects for the Django framework. 17 | 18 | .. image:: _static/images/speakers/loic_bistuer.png 19 | :width: 150px 20 | :align: right 21 | 22 | Loïc Bistuer 23 | ^^^^^^^^^^^^ 24 | 25 | Loïc currently works as a Solution Architect for the World Food Program. 26 | He's also a core developer of Django. He discovered Django in 2008 shortly 27 | before the 1.0 release and has been hooked ever since. He contributes mostly 28 | to Django’s ORM and Form components. 29 | 30 | Loïc is originally from the South of France and currently lives in Bangkok, Thailand. 31 | 32 | .. image:: _static/images/speakers/grace_coroza.jpeg 33 | :width: 150px 34 | :align: right 35 | 36 | Speakers 37 | ---------------- 38 | 39 | Mary Grace Coroza 40 | ^^^^^^^^^^^^^^^^ 41 | 42 | Grace is an advocate of lean and agile software development for turning new ideas into successful business startups. Her current role as the CTO for Mayon Studios, Inc., leads the innovation process from conceptualization to implementation, developing cloud services for web and mobile applications. 43 | 44 | .. image:: _static/images/speakers/andrea.jpg 45 | :width: 150px 46 | :align: right 47 | 48 | Andrea Levinge 49 | ^^^^^^^^^^^^^^^^ 50 | 51 | Andrea Levinge is the CTO of indie gaming company White Widget, which has just released a new mobile game titled “Face Mountain”. She has a degree in Computer Science from Ateneo de Manila and likes to develop, write and talk about all things software. 52 | 53 | .. image:: _static/images/speakers/israel-fermin.jpg 54 | :width: 150px 55 | :align: right 56 | 57 | Israel Felipe Fermín Montilla 58 | ^^^^^^^^^^^^^^^^ 59 | 60 | A Venezuelan Software Engineer living and working in Dubai for a large regional classifieds website, just a normal guy who loves to code. 61 | 62 | .. image:: _static/images/speakers/rexmupas.jpg 63 | :width: 150px 64 | :align: right 65 | 66 | Rex Mupas 67 | ^^^^^^^^^ 68 | 69 | Rex is currently the Sr. Director of Engineering of IntroMe, a social mobile application which connects people with common interests, with confidence. Prior to this, he had various leadership roles on system engineering and solutions architecture dealing with high traffic web sites and applications for various companies like ExploreTalent, Lazada, Zalora and US Auto Parts over the last decade. It's his first time using Python as a backend. 70 | 71 | .. image:: _static/images/speakers/dhon.jpg 72 | :width: 150px 73 | :align: right 74 | 75 | Dhon Rocafort 76 | ^^^^^^^^^^^^^ 77 | 78 | Dhon, a Senior Software Engineer working on the Introme project, is a licensed Demandware Developer who worked on various eCommerce websites for the likes of P&G and StarBucks. He also worked as a PHP Developer for Rocket Internet and USAutoparts. He's currently using Python in developing the Backend and APIs of Introme. 79 | 80 | .. image:: _static/images/speakers/jp.jpg 81 | :width: 150px 82 | :align: right 83 | 84 | John Paul Mendoza 85 | ^^^^^^^^^^^^^^^^ 86 | 87 | JP is a Sr. System Engineer, started in web and system development since early 2000. He is one responsible in the implementation of different features of IntroMe. 88 | 89 | .. image:: _static/images/speakers/jolo.jpg 90 | :width: 150px 91 | :align: right 92 | 93 | Juan Paolo Balbin 94 | ^^^^^^^^^^^^^^^^ 95 | 96 | Jolo is a software developer and somewhat a data scientist that is interested in NLP and machine learning. He's also the creator of TextTeaser, an open source automatic summarization algorithm. 97 | 98 | .. image:: _static/images/speakers/mikko.jpg 99 | :width: 150px 100 | :align: right 101 | 102 | Conrad Miguel Gozalo 103 | ^^^^^^^^^^^^^^^^ 104 | Mikko is some random college dropout from the Philippines. He pursued a career in IT, working mostly with startup companies. 105 | -------------------------------------------------------------------------------- /_sources/sponsorship.txt: -------------------------------------------------------------------------------- 1 | Sponsorship 2 | ==================== 3 | 4 | Sponsorship Packages 5 | ^^^^^^^^^^^^^^^^^^^^ 6 | 7 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 8 | | | Diamond | Platinum | Gold | 9 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 10 | | PHP amount (minimum investment) | 100,000 | 50,000 | 15,000 | 11 | +====================================================================================================+===========+==========+==========+ 12 | | Mention during breaks, welcome and closing remarks, and set-up phase | ✔ | ✔ | ✔ | 13 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 14 | | Placement on banners at conference | ✔ | ✔ | ✔ | 15 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 16 | | Logos w/ appropriate positioning on event handouts | ✔ | ✔ | ✔ | 17 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 18 | | Logo/Link on website | ✔ | ✔ | ✔ | 19 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 20 | | Text description of your company on the website | ✔ | ✔ | ✔ | 21 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 22 | | One (1) sponsored job ad posting on http://python.ph/jobs at the top of other listings (3 months) | ✔ | ✔ | | 23 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 24 | | Opportunity to speak about your organization during a break (1 minute) | ✔ | ✔ | | 25 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 26 | | Flash ad as screensaver during breaks (logo or image) | ✔ | | | 27 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 28 | | Table/Booth at Venue on Day 1 | ✔ | | | 29 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 30 | | # of free tickets to the 2-day event | 5 | 3 | 2 | 31 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 32 | | X flyers per giveaway bag | 3 | 3 | 1 | 33 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 34 | | X promo items per giveaway bag | 3 | 3 | 1 | 35 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 36 | 37 | We're still looking for sponsors and partners! 38 | 39 | .. raw:: html 40 | 41 |

42 | 43 | 46 | 47 |

48 | -------------------------------------------------------------------------------- /_sources/theme.txt: -------------------------------------------------------------------------------- 1 | Theme 2 | ===== 3 | 4 | This year, our theme will be **"Work and Play with Python"**. 5 | 6 | There are many reasons to use Python. On this coming July 4-5, 2015, 7 | we will be exploring the ideas of using these concepts in Python. 8 | 9 | **At work**. Python has been used to make scripts to assist the 10 | workflow and to make commercial applications. 11 | 12 | **At play**. Python has been used to scratch the creative itch 13 | and to have fun. 14 | -------------------------------------------------------------------------------- /_sources/tickets.txt: -------------------------------------------------------------------------------- 1 | Tickets 2 | ======= 3 | 4 | Conferences are expensive. Some conferences can cost over 5,000.00 pesos. Our conference is no different. However, we have worked with sponsors in lowering our ticket costs considerably. 5 | 6 | Prices 7 | ------ 8 | 9 | Thanks to our wonderful `sponsors `_, we are able to offer the following ticket prices [#]_: 10 | 11 | .. role:: discount 12 | 13 | +------------------+----------+----------------------------------+ 14 | | | | Regular| | Early Birds [#]_ | 15 | +==================+==========+==================================+ 16 | | Corporate | 3680 Php | :discount:`3312.00 Php` | 17 | +------------------+----------+----------------------------------+ 18 | | Individual | 1656 Php | :discount:`1490.40 Php` | 19 | +------------------+----------+----------------------------------+ 20 | | Students | 1288 Php | :discount:`1159.20 Php` | 21 | +------------------+----------+----------------------------------+ 22 | 23 | .. [#] Cost is in Philippine Pesos. 24 | .. [#] Until June 5 (Use the promo code EARLYBIRD) 25 | 26 | You can order the tickets `here `_. 27 | 28 | Ticket information 29 | ------------------ 30 | 31 | Corporate tickets 32 | ^^^^^^^^^^^^^^^^^ 33 | For companies paying for their employees to attend PyCon. 34 | 35 | + Official Receipt in the company's name 36 | + Announcement of company's presence during the conference 37 | + Transferrable between company employees 38 | + Lunch and snacks 39 | + Conference kit 40 | + Raffle ticket 41 | 42 | Individual tickets 43 | ^^^^^^^^^^^^^^^^^^ 44 | If you are paying for yourself to attend PyCon, you may register as individual. Employees of non-profits and school faculty may register at the individual rate. 45 | 46 | + Lunch and snacks 47 | + Conference kit 48 | + Raffle ticket 49 | 50 | Student tickets [#]_ 51 | ^^^^^^^^^^^^^^^^^^^^ 52 | This rate is for full-time undergrad students. 53 | 54 | + Lunch and snacks 55 | + Conference kit 56 | + Raffle ticket 57 | 58 | .. [#] Please bring your student ID 59 | -------------------------------------------------------------------------------- /_sources/volunteers.txt: -------------------------------------------------------------------------------- 1 | Volunteers 2 | ========== 3 | 4 | Call for Volunteers 5 | ------------------- 6 | 7 | PyCon Philippines is ran by volunteers. The previous PyCons would not have been 8 | successful without the help of these individuals. This year will not be different. 9 | 10 | We have many roles that need to be filled to make PyCon PH 2015 awesome. Being a 11 | volunteer is hard work but they will be rewarded with: 12 | 13 | - Free PyCon PH 2015 tickets 14 | - Free dinner on the first day with the speakers 15 | - Special and limited-run PyCon PH 2015 Volunteer T-shirt 16 | - PyCon PH 2015 volunteer's certificate 17 | 18 | .. raw:: html 19 | 20 |

21 | 22 | 25 | 26 |

27 | 28 | Conference Chair 29 | ---------- 30 | `Sony Valdez `_ is the PyCon Philippines conference chair and the main person in charge. He’s responsible for setting the budget; monitoring expenses; and general oversight of all other committees. He works together with the Python.PH Board of Trustees to sort-out stuff behind the scenes. A self-professed gamer; he is also the mastermind of pun err... `fun `_ and board games in Python.PH. You can email him at president@python.ph. 31 | 32 | 33 | Committee Chairs 34 | ---------- 35 | 36 | 1. Design and Website Chair - Mark Steve Samson 37 | 38 | Steve is the web admin and maintainer of the PyCon Philippines website. If you'd like to help, submitting a pull request to the `pycon-2015 repo `_ with your changes will surely make him happy. 39 | 40 | Steve is also the person that oversees the design and printing of the PyCon Philippines logo, t-shirt, flyers, brochure, tarpauline, banner and conference IDs. 41 | 42 | Steve has a knack for whipping `fun stuff `_ to talk about. You will always learn a thing or two from him. He claims that he's not scary and is actually the most approachable geek among the group. You can reach him at admin@python.ph or via Twitter (`@themarksteve `_). 43 | 44 | 2. Logistics Co-Chairs - Matt Lebrun and Christine Balili 45 | 46 | Matt and Christine are responsible for all the footwork and communication needed to get things in order for the the venue, conference food and volunteer dinner. 47 | 48 | You can reach them at treasurer@python.ph (Matt) and chrisbalili99@gmail.com or via Twitter `@cr8ivecodesmith `_ and `@tingbalili `_ 49 | 50 | 3. Stage-hand Chair - Josef Monje 51 | 52 | Josef is responsible for the video coverage of the conference, extra projector, microphone, tables, laptop, etc. 53 | He and his team will be on standby in case something goes wrong on-stage and will see through the needs of the audience. 54 | He is also responsible for ensuring that our `Code of Conduct `_ is enforced throughout the conference. Reach out to him at josefmonje@gmail.com or via Twitter `@josefmonje `_ 55 | 56 | 4. Fundraising Co-Chairs - Nadine Jamilla and Stef Sy 57 | 58 | If you have any sponsorship questions, please email nadinejamila@gmail.com and stef@stefsy.com or say hi to them on Twitter (`@stefsy `_ and `@nadinejamila `_) 59 | 60 | They're essentially the heroes of Python.PH this 2015. They put countless of hours and effort in making sure we can deliver the conference to the widest audience possible by driving down the ticket costs for PyCon with the help of sponsors. 61 | 62 | 5. Marketing and Community Relations Chairs - Randall Sayat, Grace Coroza and Beato Bongco 63 | 64 | Randall, Grace and Beato are responsible for advertising PyCon 2015; social media exposure (facebook, twitter, etc); writing a report on PyCon 2015; gathering feedback (during pycon and after pycon); email marketing and announcements; informing participants about the `Code of Conduct `_ to the event; Filipino hospitality for our foreign speakers; securing accomodation for foreign speakers/guests; meeting foreign speakers/guests at the airport; escort of foreign speakers/guests to their hotel and immigration letters for foreign guests. 65 | 66 | You may reach them at randallsayat@gmail.com, grace.coroza@gmail.com, beatobongco@gmail.com. 67 | 68 | 6. Program Committee Chairs - Sony Valdez, Rodolfo Duldulao and Stef Sy 69 | 70 | Sony, `Dulds `_ and Stef are the people behind the `theme `_ and our awesome program for PyConPH 2015. They are the ones who make sure that the quality talks and workshops we bring this PyCon will be a blast. 71 | 72 | You may reach Dulds at rduldulaojr@gmail.com -------------------------------------------------------------------------------- /_static/css/pycon-2015.css: -------------------------------------------------------------------------------- 1 | div.body h1 { 2 | text-transform: uppercase; 3 | font-weight: bold; 4 | } 5 | 6 | button { 7 | cursor: pointer; 8 | } 9 | 10 | .big-button { 11 | line-height: 2; 12 | padding: 0 1em; 13 | font-size: 1.2em; 14 | } 15 | 16 | a.image-reference { 17 | border: 0; 18 | } 19 | 20 | div.speakers h2 { 21 | margin-bottom: 2em; 22 | } 23 | 24 | div.speakers h3 { 25 | padding-top: 0.5em; 26 | margin-top: 0; 27 | } 28 | 29 | div.speakers a { 30 | color: inherit; 31 | } 32 | 33 | div.speakers img { 34 | border: 1px solid; 35 | border-radius: 50%; 36 | } 37 | 38 | div.speakers p { 39 | margin-bottom: 5em; 40 | } 41 | 42 | div.speakers h3, 43 | div.speakers p { 44 | margin-left: 200px; 45 | } 46 | 47 | div.talks .topic-title { 48 | font-family: Raleway; 49 | font-size: 180%; 50 | margin-bottom: 0; 51 | font-weight: normal; 52 | } 53 | 54 | div.talks .topic { 55 | padding: 1em 1em 0; 56 | margin: 0 0 1em 0; 57 | } 58 | 59 | div.schedule table { 60 | width: 800px; 61 | border: 1px solid; 62 | } 63 | 64 | .timer { 65 | position: fixed; 66 | top: 0; 67 | left: 0; 68 | width: 100%; 69 | height: 100%; 70 | display: flex; 71 | align-items: center; 72 | justify-content: center; 73 | flex-wrap: wrap; 74 | background: white; 75 | } 76 | 77 | .clock { 78 | font-size: 30vh; 79 | } 80 | 81 | .timer ul { 82 | list-style: none; 83 | padding: 0; 84 | margin: 0; 85 | width: 100%; 86 | text-align: center; 87 | } 88 | 89 | .timer ul li { 90 | display: inline-block; 91 | width: 3em; 92 | } 93 | 94 | .timer ul a { 95 | text-decoration: none; 96 | color: #ccc; 97 | display: inline-block; 98 | } 99 | 100 | .timer ul a:hover { 101 | color: inherit; 102 | } 103 | 104 | .timer-choices { 105 | font-size: 5vh; 106 | } 107 | 108 | .timer-controls { 109 | font-size: 10vh; 110 | } 111 | 112 | .timer-controls li a { 113 | border: 0.1em solid; 114 | padding: 0.2em; 115 | } 116 | 117 | .talks { 118 | position: absolute; 119 | top: 0; 120 | left: 0; 121 | font-size: 3vh; 122 | } 123 | 124 | .talks h1 { 125 | display: none; 126 | } 127 | 128 | div.talks .topic { 129 | border: 0; 130 | background: white; 131 | padding: 0 10vh; 132 | } 133 | 134 | .talks .logo { 135 | position: fixed; 136 | top: 10vh; 137 | left: 10vh; 138 | z-index: 100; 139 | font-family: raleway; 140 | } 141 | 142 | .fixed-notes { 143 | font-family: raleway; 144 | position: fixed; 145 | bottom: 10vh; 146 | right: 10vw; 147 | z-index: 100; 148 | list-style: none; 149 | border: 1px solid; 150 | padding: 1em; 151 | background: white; 152 | } 153 | 154 | .fixed-notes li { 155 | margin: 0; 156 | padding: 0; 157 | } 158 | 159 | .fixed-notes strong { 160 | width: 8em; 161 | display: inline-block; 162 | } 163 | -------------------------------------------------------------------------------- /_static/images/Ateneo-DISCSlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/Ateneo-DISCSlogo.png -------------------------------------------------------------------------------- /_static/images/DISCSAteneo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/DISCSAteneo.png -------------------------------------------------------------------------------- /_static/images/ateneo-ocular.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/ateneo-ocular.jpg -------------------------------------------------------------------------------- /_static/images/community/durianpy 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/community/durianpy 2.png -------------------------------------------------------------------------------- /_static/images/community/durianpy 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/community/durianpy 3.png -------------------------------------------------------------------------------- /_static/images/community/durianpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/community/durianpy.png -------------------------------------------------------------------------------- /_static/images/community/pizzapy.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/community/pizzapy.jpeg -------------------------------------------------------------------------------- /_static/images/community/pyladies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/community/pyladies.jpg -------------------------------------------------------------------------------- /_static/images/community/pythonph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/community/pythonph.png -------------------------------------------------------------------------------- /_static/images/community/pythonph.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 36 | 37 | 38 | 40 | 42 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /_static/images/community/pytsada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/community/pytsada.png -------------------------------------------------------------------------------- /_static/images/community/sugarpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/community/sugarpy.png -------------------------------------------------------------------------------- /_static/images/community/waterpy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/community/waterpy.jpg -------------------------------------------------------------------------------- /_static/images/leong-roofdeck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/leong-roofdeck.jpg -------------------------------------------------------------------------------- /_static/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/logo.png -------------------------------------------------------------------------------- /_static/images/pycon-2014-volunteers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/pycon-2014-volunteers.jpg -------------------------------------------------------------------------------- /_static/images/pycon-volunteers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/pycon-volunteers.jpg -------------------------------------------------------------------------------- /_static/images/pycon-volunteers2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/pycon-volunteers2.jpg -------------------------------------------------------------------------------- /_static/images/pythonph.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 36 | 37 | 38 | 40 | 42 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /_static/images/speakers/abhishek-tiwari.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/abhishek-tiwari.jpg -------------------------------------------------------------------------------- /_static/images/speakers/andrea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/andrea.jpg -------------------------------------------------------------------------------- /_static/images/speakers/andrew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/andrew.png -------------------------------------------------------------------------------- /_static/images/speakers/arbin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/arbin.jpg -------------------------------------------------------------------------------- /_static/images/speakers/chad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/chad.jpg -------------------------------------------------------------------------------- /_static/images/speakers/christy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/christy.jpg -------------------------------------------------------------------------------- /_static/images/speakers/dean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/dean.png -------------------------------------------------------------------------------- /_static/images/speakers/dhon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/dhon.jpg -------------------------------------------------------------------------------- /_static/images/speakers/dyu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/dyu.jpg -------------------------------------------------------------------------------- /_static/images/speakers/earvin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/earvin.jpg -------------------------------------------------------------------------------- /_static/images/speakers/elymar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/elymar.jpg -------------------------------------------------------------------------------- /_static/images/speakers/grace_coroza.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/grace_coroza.jpeg -------------------------------------------------------------------------------- /_static/images/speakers/holden.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/holden.jpg -------------------------------------------------------------------------------- /_static/images/speakers/irene.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/irene.jpeg -------------------------------------------------------------------------------- /_static/images/speakers/israel-fermin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/israel-fermin.jpg -------------------------------------------------------------------------------- /_static/images/speakers/jervin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/jervin.jpg -------------------------------------------------------------------------------- /_static/images/speakers/jolo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/jolo.jpg -------------------------------------------------------------------------------- /_static/images/speakers/jon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/jon.jpg -------------------------------------------------------------------------------- /_static/images/speakers/jp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/jp.jpg -------------------------------------------------------------------------------- /_static/images/speakers/lio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/lio.jpg -------------------------------------------------------------------------------- /_static/images/speakers/loic_bistuer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/loic_bistuer.png -------------------------------------------------------------------------------- /_static/images/speakers/matt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/matt.jpg -------------------------------------------------------------------------------- /_static/images/speakers/mickey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/mickey.jpg -------------------------------------------------------------------------------- /_static/images/speakers/mikko.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/mikko.jpg -------------------------------------------------------------------------------- /_static/images/speakers/nadine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/nadine.jpg -------------------------------------------------------------------------------- /_static/images/speakers/pat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/pat.jpg -------------------------------------------------------------------------------- /_static/images/speakers/ray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/ray.jpg -------------------------------------------------------------------------------- /_static/images/speakers/ray_photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/ray_photo.jpg -------------------------------------------------------------------------------- /_static/images/speakers/rexmupas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/rexmupas.jpg -------------------------------------------------------------------------------- /_static/images/speakers/rk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/rk.png -------------------------------------------------------------------------------- /_static/images/speakers/ronen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/ronen.png -------------------------------------------------------------------------------- /_static/images/speakers/sony.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/sony.jpg -------------------------------------------------------------------------------- /_static/images/speakers/stephen2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/stephen2.jpeg -------------------------------------------------------------------------------- /_static/images/speakers/stephen_mcdonald.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/stephen_mcdonald.jpg -------------------------------------------------------------------------------- /_static/images/speakers/steve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/speakers/steve.png -------------------------------------------------------------------------------- /_static/images/sponsors/activshow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/activshow.jpg -------------------------------------------------------------------------------- /_static/images/sponsors/appone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/appone.png -------------------------------------------------------------------------------- /_static/images/sponsors/chikka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/chikka.png -------------------------------------------------------------------------------- /_static/images/sponsors/concentrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/concentrix.png -------------------------------------------------------------------------------- /_static/images/sponsors/datalicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/datalicious.png -------------------------------------------------------------------------------- /_static/images/sponsors/django.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/django.png -------------------------------------------------------------------------------- /_static/images/sponsors/django.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | 12 | 15 | 20 | 23 | 31 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /_static/images/sponsors/eastvantage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/eastvantage.png -------------------------------------------------------------------------------- /_static/images/sponsors/engagespark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/engagespark.png -------------------------------------------------------------------------------- /_static/images/sponsors/freelancer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/freelancer.png -------------------------------------------------------------------------------- /_static/images/sponsors/github.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_static/images/sponsors/infoshift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/infoshift.png -------------------------------------------------------------------------------- /_static/images/sponsors/introme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/introme.png -------------------------------------------------------------------------------- /_static/images/sponsors/klabcyscorpions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/klabcyscorpions.png -------------------------------------------------------------------------------- /_static/images/sponsors/psf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/psf.png -------------------------------------------------------------------------------- /_static/images/sponsors/pycharm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/pycharm.png -------------------------------------------------------------------------------- /_static/images/sponsors/pycon-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/pycon-banner.png -------------------------------------------------------------------------------- /_static/images/sponsors/revsys.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/revsys.jpg -------------------------------------------------------------------------------- /_static/images/sponsors/save22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/save22.png -------------------------------------------------------------------------------- /_static/images/sponsors/scrapinghub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/scrapinghub.png -------------------------------------------------------------------------------- /_static/images/sponsors/smart-devnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/smart-devnet.png -------------------------------------------------------------------------------- /_static/images/sponsors/smartdevnet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/smartdevnet.jpg -------------------------------------------------------------------------------- /_static/images/sponsors/titanium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/titanium.png -------------------------------------------------------------------------------- /_static/images/sponsors/twoscoopspress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/twoscoopspress.png -------------------------------------------------------------------------------- /_static/images/sponsors/wheninmanila.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/wheninmanila.png -------------------------------------------------------------------------------- /_static/images/sponsors/zipmatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pythonph/pycon-2015/bd40c1410cdf641a292ee6efa43b92466a73f3eb/_static/images/sponsors/zipmatch.png -------------------------------------------------------------------------------- /_static/js/talks.js: -------------------------------------------------------------------------------- 1 | jQuery.extend({ 2 | getQueryParameters: function(str) { 3 | return (str || document.location.search).replace(/(^\?)/,'').split("&").map(function(n){return n = n.split("="),this[n[0]] = n[1],this}.bind({}))[0] 4 | } 5 | }) 6 | 7 | $(document).ready(function() { 8 | $('#talks').fullpage({ 9 | sectionSelector: '.topic' 10 | }) 11 | }) 12 | -------------------------------------------------------------------------------- /_static/jsx/timer.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import prettyMs from 'pretty-ms' 3 | 4 | var Timer = React.createClass({ 5 | getInitialState() { 6 | return { 7 | interval: null, 8 | time: this.getTimeFromHash(), 9 | } 10 | }, 11 | render() { 12 | return ( 13 |
14 |
{prettyMs(this.state.time * 1000)}
15 | 23 |
    24 | {!this.state.interval ? ( 25 |
  • Start
  • 26 | ) : ( 27 |
  • Stop
  • 28 | )} 29 |
30 |
31 | ) 32 | }, 33 | getTimeFromHash() { 34 | return location.hash.length > 0 ? location.hash.substring(1) : 0 35 | }, 36 | setTime() { 37 | this.setState(this.getInitialState()) 38 | }, 39 | start(e) { 40 | e && e.preventDefault() 41 | this.state.interval && this.stop() 42 | this.setState({ 43 | interval: setInterval(this.countdown, 1000), 44 | }) 45 | }, 46 | stop(e) { 47 | e && e.preventDefault() 48 | if (this.state.interval) { 49 | clearInterval(this.state.interval) 50 | this.setState({interval: null}) 51 | } 52 | }, 53 | countdown() { 54 | if (this.state.time > 0) { 55 | this.setState({time: --this.state.time}) 56 | } else { 57 | this.stop() 58 | } 59 | }, 60 | }) 61 | 62 | let timer = React.render( 63 | , 64 | document.querySelector('.document') 65 | ) 66 | 67 | window.addEventListener('hashchange', (e) => { 68 | timer.stop() 69 | timer.setTime() 70 | }) 71 | -------------------------------------------------------------------------------- /_templates/layout.html: -------------------------------------------------------------------------------- 1 | {% extends "!layout.html" %} 2 | {% set css_files = [ 3 | '//brick.a.ssl.fastly.net/PT+Serif:400,700,400i,700i/Raleway:400,700', 4 | '_static/css/pycon-2015.css', 5 | ] %} 6 | {% block document %} 7 | {% if pagename == 'timer' %} 8 | 9 | {% elif pagename == 'talks' %} 10 | 11 | 12 | 13 | 14 | {{ body }} 15 | {% else %} 16 | {{ super() }} 17 | {% endif %} 18 | {% endblock %} 19 | -------------------------------------------------------------------------------- /coc.rst: -------------------------------------------------------------------------------- 1 | Code of Conduct 2 | =============== 3 | 4 | PyCon PH is a community conference intended for networking and collaboration in the developer community. 5 | 6 | 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. 7 | 8 | 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. 9 | 10 | The long version 11 | ^^^^^^^^^^^^^^^^ 12 | 13 | Harassment includes offensive verbal comments related to gender, gender identity and expression, 14 | sexual orientation, disability, physical appearance, body size, race, religion, status, sexual 15 | images in public spaces, deliberate intimidation, stalking, following, harassing photography or 16 | recording, sustained disruption of talks or other events, inappropriate physical contact, and 17 | unwelcome sexual attention. 18 | 19 | **Participants who are asked to stop any harassing behavior are 20 | expected to comply immediately.** 21 | 22 | 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. 23 | 24 | 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. 25 | 26 | If a participant engages in harassing behavior, the conference organizers may take any action they 27 | deem appropriate, including warning the offender or expulsion from the conference with no refund. 28 | If you are being harassed, notice that someone else is being harassed, or have any other concerns, 29 | please contact a member of conference staff immediately. 30 | 31 | **Conference staff can be identified by t-shirts/special badges/head sets.** 32 | 33 | Conference staff will be happy to help participants contact hotel/venue security or local law 34 | enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the 35 | duration of the conference. We value your attendance. 36 | 37 | 38 | .. list-table:: 39 | :header-rows: 0 40 | 41 | * - **Python.PH, Inc.** 42 | - | security@python.ph 43 | | 0999 440 9999 44 | * - **Ateneo Department of Information Systems and Computer Science (DISCS)** 45 | - | 02 426 6071 telefax 46 | * - **Ateneo Security and Safety Office** 47 | - | 02 426 60-01 loc. 4111 48 | * - | **Ateneo Health Services** 49 | | Health Alternative for Total Human Development Institute (HealthDev) 50 | - 02 426 5999 loc 4635 51 | 52 | .. [Local law enforcement] 53 | .. [Local sexual assault hot line] 54 | .. [Local emergency and non-emergency medical] 55 | .. [Local taxi company] 56 | 57 | We expect participants to follow these rules at all conference venues and conference-related social 58 | events. 59 | 60 | License 61 | ^^^^^^^ 62 | 63 | This Code of Conduct is based on the PyCon US 2015 CoC, https://us.pycon.org/2015/about/code-of-conduct, and is licensed under a `Creative Commons Attribution 3.0 Unported License `_. 64 | 65 | -------------------------------------------------------------------------------- /communities.rst: -------------------------------------------------------------------------------- 1 | Communities 2 | =========== 3 | 4 | The Phillipines has many Python community groups, distributed among different 5 | regions of the country. 6 | 7 | .. image:: _static/images/community/pythonph.png 8 | :width: 150px 9 | :align: right 10 | 11 | Python.PH 12 | --------- 13 | 14 | `Python.PH `_ is a community in the Philippines for enthusiasts and users of the Python programming language. Our aim is to show that Python has something for everyone: from hobbyists, to educators, to professionals. 15 | 16 | The group started back in 2007 when `Jun Auza `_ of Tech Source blogged about forming a local Python User's Group. `JM Maranan `_ stumbled upon the post and created a Google group. 17 | 18 | In June 31-July 1 2012, we held the first ever PyCon Philippines. Today, we continue to organize the yearly PyCon and `monthly meet-ups `_ for knowledge sharing and some pizza. 19 | 20 | .. image:: _static/images/community/pizzapy.jpeg 21 | :width: 200px 22 | :align: right 23 | 24 | PizzaPy 25 | ------- 26 | 27 | `PizzaPy `_ started out as two fat bearded `guys `_ meeting up for pizza and beer to talk about Python and technology. They thought it was a good idea to invite other people and make companies pay for their pizza and beer. 28 | 29 | .. image:: _static/images/community/waterpy.jpg 30 | :width: 200px 31 | :align: right 32 | 33 | waterPy 34 | ------- 35 | 36 | `WaterPy `_ is a community of enthusiasts committed to promote Python, its associated technologies and practices in Region X. And to collaborate with existing Pythonistas in the region, throughout Philippines and the world. Learn and enjoy python together 37 | 38 | .. image:: _static/images/community/durianpy.png 39 | :width: 200px 40 | :align: right 41 | 42 | DurianPy 43 | -------- 44 | 45 | `Davao's Python Community `_ -- where Pythonistas and enthusiasts gather to discuss trends and share knowledge about the IT industry over a pack of Durian candies (not always). Fresh talks and friendly conversations, guaranteed! 46 | 47 | .. image:: _static/images/community/pytsada.png 48 | :width: 200px 49 | :align: right 50 | 51 | PyTsada 52 | ------- 53 | 54 | `ITG-PyTsada `_ or simply "PyTsada" is a group for sharing Python and Python-related stuff, organizing meetups, events, promotion of Python in education, among others, here in Cagayan de Oro City and nearby areas. 55 | 56 | It is a focus group or subgroup of the CDO Information Technology Group or ITG-X, which is a larger group of IT enthusiasts, hobbyists, hackers, and professionals in CDO. 57 | 58 | .. image:: _static/images/community/pyladies.jpg 59 | :width: 200px 60 | :align: right 61 | 62 | PyLadies Manila 63 | --------------- 64 | 65 | `PyLadies Manila `_ is a group of women developers based in Manila who love the Python programming language. 66 | 67 | The group started back in November 2014 with less than 10 girls meeting for coffee. From then on, they started to organize events to advocate Women In Tech such as `Python For The Curious Code Lab `_ and `Django Girls Manila `_. Some of their slides are up `here `_ 68 | 69 | Anyone who is interested in Python is encouraged to participate! 70 | 71 | .. image:: _static/images/community/sugarpy.png 72 | :width: 200px 73 | :align: right 74 | 75 | SugarPy 76 | ------- 77 | 78 | `SugarPy `_ is a group of Python programming language enthusiasts in Dumaguete and Negros island area. 79 | 80 | 81 | Community Panel 82 | --------------- 83 | 84 | We have gathered representatives from Python.PH, 85 | PizzaPy, PyTsada, DurianPy, SugarPy, WaterPy, and PyLadies Manila on 86 | this panel. They will share their experiences in starting their groups, 87 | their events, their community, and tips on how to start a community 88 | group. 89 | 90 | *Moderator: Mark Steve Samson* 91 | -------------------------------------------------------------------------------- /date-and-venue.rst: -------------------------------------------------------------------------------- 1 | Date and Venue 2 | ============== 3 | 4 | PyCon PH 2015 will be hosted at `Ateneo de Manila University `_'s Leong Hall Auditorium on **July 4-5, 2015**. 5 | 6 | Address and Map 7 | ^^^^^^^^^^^^^^^ 8 | 9 | | **Leong Hall Auditorium** 10 | | Ateneo de Manila 11 | | Katipunan Ave 12 | | Quezon City 13 | | 1108 Metro Manila 14 | 15 | .. raw:: html 16 | 17 | 18 | 19 | Commute 20 | ^^^^^^^ 21 | 22 | From Cubao 23 | """""""""" 24 | 25 | .. raw:: html 26 | 27 | 28 | 29 | 30 | From SM North 31 | """"""""""""" 32 | 33 | .. raw:: html 34 | 35 | 36 | 37 | 38 | For other routes, refer to this `document `_ 39 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 40 | 41 | Accomodation Suggestions 42 | ^^^^^^^^^^^^^^^^^^^^^^^^ 43 | 44 | Here are some accomodation suggestions that are close to the venue. We recommend reserving your rooms as early as possible. 45 | 46 | John Pollock Renewal Center 47 | """"""""""""""""""""""""""" 48 | 49 | `John Pollock Renewal Center `_ is inside Ateneo University. Rates starts at 450php (non-airconditioned room) and 600php (airconditioned room) per night. 50 | 51 | Oracle Hotel 52 | """""""""""" 53 | 54 | `Oracle Hotel `_ is in front of Ateneo University. Rates starts at 3000php per night. 55 | 56 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "pycon-2015", 3 | "version": "1.0.0", 4 | "description": "## Build", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1", 8 | "watchify-timer": "watchify _static/jsx/timer.jsx -o _static/js/timer.js -v", 9 | "browserify-timer": "browserify _static/jsx/timer.jsx -o _static/js/timer.js", 10 | "watchify-talks": "watchify _static/jsx/talks.jsx -o _static/js/talks.js -v", 11 | "browserify-talks": "browserify _static/jsx/talks.jsx -o _static/js/talks.js" 12 | }, 13 | "repository": { 14 | "type": "git", 15 | "url": "https://github.com/pythonph/pycon-2015.git" 16 | }, 17 | "author": "", 18 | "license": "MIT", 19 | "bugs": { 20 | "url": "https://github.com/pythonph/pycon-2015/issues" 21 | }, 22 | "homepage": "https://github.com/pythonph/pycon-2015", 23 | "devDependencies": { 24 | "babelify": "^6.1.2", 25 | "browserify": "^10.2.4", 26 | "watchify": "^3.2.3" 27 | }, 28 | "dependencies": { 29 | "fullpage.js": "^2.6.6-3", 30 | "jquery": "^2.1.4", 31 | "pretty-ms": "^1.3.0", 32 | "react": "^0.13.3", 33 | "uglify-js": "^2.4.23" 34 | }, 35 | "browserify": { 36 | "transform": [ 37 | "babelify" 38 | ] 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /past-pycons.rst: -------------------------------------------------------------------------------- 1 | Past PyCons 2 | =========== 3 | 4 | 2014 5 | ---- 6 | 7 | PyCon PH 2014 was held at De La Salle University on February 22-23. It was the 8 | second Philippines PyCon and the first PyCon hosted after the `incorporation of 9 | Python.PH `_ PyCon 2014 was a huge success with attendees from around the 10 | Philippines, as well as foreign guests. 11 | 12 | During PyCon 2014, we paid respect to Malcolm Tredinnick, a PyCon 2012 speaker, 13 | who unexpectedly passed away and left a hole in the International Python 14 | Community. Our keynote speaker, Russell Keith-Magee from the Django 15 | Software Foundation, shared stories about Malcolm's accomplishments. 16 | 17 | Speakers 18 | ^^^^^^^^ 19 | 20 | - Russell Keith-Magee 21 | - Daryl Yu 22 | - Stephanie Sy 23 | - Mr Valdez 24 | - Eric Holscher 25 | - Charmyne Mamador 26 | - Ann Tan-Pohlmann 27 | - Ranel Padon 28 | - Jon Danao 29 | - Baptiste Leroux 30 | - Zakatell Kanda 31 | - Ronald Cheung 32 | 33 | Fun Photos and Videos from PyCon 2014 34 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 | 36 | - `Day 1 Photos `_ 37 | - `Day 2 Photos `_ 38 | - `Videos `_ 39 | 40 | The original PyCon 2014 website can be found `here `_. 41 | 42 | 43 | 2012 44 | ---- 45 | 46 | The first Python Conference in the Philippines was held last June 30 to July 1 47 | 2012 in UP Diliman. Spearheaded by Frank and Ann Pohlmann of Auberon Solutions, 48 | it was a huge success in spite of a short amount of time we had for the 49 | preparation. The conference was graced upon representatives from the Python 50 | Software Foundation (PSF) and a turnout of roughly 240 students and 51 | professionals across the country. It was truly an inspiring event with a 52 | diverse audience and a distinct spirit of volunteerism that made it happen. 53 | 54 | Speakers 55 | ^^^^^^^^ 56 | 57 | - Audrey Roy 58 | - Bryan Veloso 59 | - Cocoy Quillo 60 | - Daniel Greenfeld 61 | - Malcolm Tredinnick 62 | - Marconi Moreto 63 | - Paolo Barazon 64 | - Sony Valdez 65 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | alabaster 2 | sphinx 3 | -------------------------------------------------------------------------------- /sponsorship.rst: -------------------------------------------------------------------------------- 1 | Sponsorship 2 | ==================== 3 | 4 | Sponsorship Packages 5 | ^^^^^^^^^^^^^^^^^^^^ 6 | 7 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 8 | | | Diamond | Platinum | Gold | 9 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 10 | | PHP amount (minimum investment) | 100,000 | 50,000 | 15,000 | 11 | +====================================================================================================+===========+==========+==========+ 12 | | Mention during breaks, welcome and closing remarks, and set-up phase | ✔ | ✔ | ✔ | 13 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 14 | | Placement on banners at conference | ✔ | ✔ | ✔ | 15 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 16 | | Logos w/ appropriate positioning on event handouts | ✔ | ✔ | ✔ | 17 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 18 | | Logo/Link on website | ✔ | ✔ | ✔ | 19 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 20 | | Text description of your company on the website | ✔ | ✔ | ✔ | 21 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 22 | | One (1) sponsored job ad posting on http://python.ph/jobs at the top of other listings (3 months) | ✔ | ✔ | | 23 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 24 | | Opportunity to speak about your organization during a break (1 minute) | ✔ | ✔ | | 25 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 26 | | Flash ad as screensaver during breaks (logo or image) | ✔ | | | 27 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 28 | | Table/Booth at Venue on Day 1 | ✔ | | | 29 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 30 | | # of free tickets to the 2-day event | 5 | 3 | 2 | 31 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 32 | | X flyers per giveaway bag | 3 | 3 | 1 | 33 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 34 | | X promo items per giveaway bag | 3 | 3 | 1 | 35 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 36 | | # of free pass - dinner with speakers, sponsors and volunteers on Day 1 | 3 | 2 | 1 | 37 | +----------------------------------------------------------------------------------------------------+-----------+----------+----------+ 38 | 39 | We've held PyCon twice here in the Philippines and here are the stats: 40 | 41 | +-----------------+----------------+----------------+ 42 | | | **PyCon 2012** | **PyCon 2014** | 43 | +=================+================+================+ 44 | | Students | 36.36% | 13.15% | 45 | +-----------------+----------------+----------------+ 46 | | Professionals | 48.64% | 60.56% | 47 | +-----------------+----------------+----------------+ 48 | | Sponsors | | 9.39% | 49 | +-----------------+----------------+----------------+ 50 | | Speakers | 3.64% | 6.10% | 51 | +-----------------+----------------+----------------+ 52 | | Volunteers | 11.36% | 10.80% | 53 | +-----------------+----------------+----------------+ 54 | 55 | We had a turnout of roughly 240 attendees for both conferences. For 2015, we're aiming for 300pax. 56 | 57 | **Sponsorship is now closed.** 58 | 59 | Hard deadline for sponsorship applications is on **June 19, 2015** to give us enough time to have the conference banners and programme brochures printed. 60 | 61 | .. raw:: html 62 | 63 |

64 | 65 | 68 | 69 |

70 | 71 | -------------------------------------------------------------------------------- /theme.rst: -------------------------------------------------------------------------------- 1 | Theme 2 | ===== 3 | 4 | This year, our theme will be **"Work and Play with Python"**. 5 | 6 | There are many reasons to use Python. On this coming July 4-5, 2015, 7 | we will be exploring the ideas of using these concepts in Python. 8 | 9 | **At work**. Python has been used to make scripts to assist the 10 | workflow and to make commercial applications. 11 | 12 | **At play**. Python has been used to scratch the creative itch 13 | and to have fun. 14 | -------------------------------------------------------------------------------- /tickets.rst: -------------------------------------------------------------------------------- 1 | Tickets 2 | ======= 3 | 4 | Conferences are expensive. Some conferences can cost over 5,000.00 pesos. Our conference is no different. However, we have worked with sponsors in lowering our ticket costs considerably. 5 | 6 | Prices 7 | ------ 8 | 9 | Thanks to our wonderful `sponsors `_, we are able to offer the following ticket prices [#]_: 10 | 11 | +------------------+----------+ 12 | | Corporate | 3680 Php | 13 | +------------------+----------+ 14 | | Individual | 1656 Php | 15 | +------------------+----------+ 16 | | Students | 1288 Php | 17 | +------------------+----------+ 18 | 19 | .. [#] Cost is in Philippine Pesos. 20 | 21 | PayPal or Credit Card 22 | --------------------- 23 | 24 | .. raw:: html 25 | 26 |

27 | 28 | 31 | 32 |

-------------------------------------------------------------------------------- /timer.rst: -------------------------------------------------------------------------------- 1 | Timer 2 | ===== 3 | -------------------------------------------------------------------------------- /volunteers.rst: -------------------------------------------------------------------------------- 1 | Volunteers 2 | ========== 3 | 4 | PyCon Philippines is run by volunteers. The previous PyCons would not have been 5 | successful without the help of these individuals. This year will not be different. 6 | 7 | .. image:: _static/images/pycon-2014-volunteers.jpg 8 | :width: 600px 9 | :align: left 10 | 11 | *PyConPH 2014 Volunteers* 12 | 13 | .. image:: _static/images/pycon-volunteers.jpg 14 | :width: 600px 15 | :align: left 16 | 17 | *PyConPH 2015 Volunteers, June 27 Briefing* 18 | 19 | .. image:: _static/images/ateneo-ocular.jpg 20 | :width: 600px 21 | :align: left 22 | 23 | *Ocular visit at Ateneo* 24 | 25 | .. image:: _static/images/leong-roofdeck.jpg 26 | :width: 600px 27 | :align: left 28 | 29 | *Ocular visit at Ateneo* 30 | 31 | The spirit of volunteerism is what makes the Python community and tech events like PyCon distinctly inspiring. Below are the list of people who stepped up to bring you PyCon Philippines 2015: 32 | 33 | Conference Chair 34 | ---------------- 35 | 36 | `Sony Valdez `_ is the PyCon Philippines conference chair and the main person in charge. He’s responsible for setting the budget; monitoring expenses; and general oversight of all other committees. He works together with the Python.PH Board of Trustees to sort-out stuff behind the scenes. A self-professed gamer; he is also the mastermind of pun err... `fun `_ and board games in Python.PH. You can email him at president@python.ph. 37 | 38 | 39 | Committee Chairs 40 | ---------------- 41 | 42 | 1. **Design and Website Co-Chairs** - Mark Steve Samson and Joy Lebrun 43 | 44 | Steve and Joy are the people that oversee the design and printing of the PyCon Philippines logo, t-shirt, flyers, brochure, tarpauline, banner and conference IDs. 45 | 46 | Steve is the web admin and maintainer of the PyCon Philippines website. If you'd like to help, submitting a pull request to the `pycon-2015 repo `_ with your changes will surely make him happy. 47 | 48 | Steve has a knack for whipping `fun stuff `_ to talk about. You will always learn a thing or two from him. He claims that he's not scary and is actually the most approachable geek among the group. You can reach him at admin@python.ph or via Twitter (`@themarksteve `_). 49 | 50 | Joy is responsible for the design of promotional materials for PyCon. You may reach her at vermarijoyguarneslebrun@gmail.com. 51 | 52 | 2. **Logistics Co-Chairs** - Christine Balili, Kathleen Lara and Matt Lebrun 53 | 54 | Christine, Kathleen and Matt are responsible for all the footwork and communication needed to get things in order for the venue, conference food and volunteer dinner. 55 | 56 | You can reach them at chrisbalili99@gmail.com, kathleencastrolara@gmail.com and treasurer@python.ph (Matt) or via Twitter `@tingbalili `_ and `@cr8ivecodesmith `_ 57 | 58 | 3. **Stage-hand Chair** - Josef Monje and Dian Leithon Isidro 59 | 60 | Josef is responsible for the video coverage of the conference, extra projector, microphone, tables, laptop, etc. 61 | He and his team will be on standby in case something goes wrong on-stage and will see through the needs of the audience. 62 | He is also responsible for ensuring that our `Code of Conduct `_ is enforced throughout the conference. Reach out to him at josefmonje@gmail.com or via Twitter `@josefmonje `_ 63 | 64 | 4. **Fundraising Co-Chairs** - Nadine Jamilla, Stef Sy and Micaela Reyes 65 | 66 | If you have any sponsorship questions, please email nadinejamila@gmail.com, stef@stefsy.com, codemickeycode@gmail.com or say hi to them on Twitter (`@nadinejamila `_, `@stefsy `_ and `@codemickeycode `_) 67 | 68 | They're essentially the heroes of Python.PH this 2015. They put countless of hours and effort in making sure we can deliver the conference to the widest audience possible by driving down the ticket costs for PyCon with the help of sponsors. 69 | 70 | 5. **Marketing and Community Relations Chairs** - Randall Sayat, Grace Coroza and Beato Bongco 71 | 72 | Randall, Grace and Beato are responsible for advertising PyCon 2015; social media exposure (facebook, twitter, etc); writing a report on PyCon 2015; gathering feedback (during pycon and after pycon); email marketing and announcements; informing participants about the `Code of Conduct `_ to the event; Filipino hospitality for our foreign speakers; securing accomodation for foreign speakers/guests; meeting foreign speakers/guests at the airport; escort of foreign speakers/guests to their hotel and immigration letters for foreign guests. 73 | 74 | You may reach them at randallsayat@gmail.com, grace.coroza@gmail.com, beatobongco@gmail.com. 75 | 76 | 6. **Program Committee Chairs** - Sony Valdez and Rodolfo Duldulao 77 | 78 | Sony and `Dulds `_ are the people behind the `theme `_ and our awesome program for PyConPH 2015. They are the ones who make sure that the quality talks and workshops we bring this PyCon will be a blast. 79 | 80 | You may reach Dulds at rnduldulaojr@gmail.com 81 | 82 | 83 | Committee Members 84 | ----------------- 85 | The following individuals volunteered at least eight hours of their time during the conference and are part of the following committees: 86 | 87 | Logistics Committee 88 | ^^^^^^^^^^^^^^^^^^^ 89 | - Jadurani Davalos 90 | - Alysson Alvaran 91 | - Nikko Magalona 92 | - John Paul Llenaresas 93 | 94 | Stage-hand Committee 95 | ^^^^^^^^^^^^^^^^^^^^ 96 | - Clarke Benedict Plumo 97 | - First Val Babon 98 | - Jonathan Doydora 99 | - Patrick Ofilada 100 | - Rommel Philip Afurong 101 | - Wilson Censon 102 | - Mark & Carlo 103 | 104 | Emcees 105 | ------ 106 | - Alysson Alvaran 107 | - Beato Bongco 108 | - Randall Sayat 109 | --------------------------------------------------------------------------------