Skip to content

Commit

Permalink
Update event status, re-order talks list, add video links to talk pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchow committed Jun 27, 2016
1 parent 598b0d4 commit 913d588
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 58 deletions.
4 changes: 4 additions & 0 deletions 2016/kirkby.rst
Expand Up @@ -8,6 +8,10 @@ Eclipse plugin that runs your code while you type it. This lets it display
variable values and looping behaviour right next to the code. Essentially, it
tightens the feedback cycle so that you see the bugs as you type them.

| Event video: https://vimeo.com/170384412
| Project info: http://donkirkby.github.io/live-py-plugin/
|
About Don Kirkby
----------------

Expand Down
3 changes: 3 additions & 0 deletions 2016/knight.rst
Expand Up @@ -14,6 +14,9 @@ ecosystem's challenges, the general approaches to solving them, a brief history
of major tools, finishing with an overview of the tools that working
Pythonistas are likely to encounter in 2016.

| Event video: https://vimeo.com/170384418
|
About Nathaniel Knight
----------------------

Expand Down
2 changes: 2 additions & 0 deletions 2016/lau.rst
Expand Up @@ -13,6 +13,8 @@ translate python into LLVM to allow native execution. It will let you make
better use of Python as a numerical tool and preach more cool python to
others.

| Event video: https://vimeo.com/170384405
|
About Boris Lau
---------------
Expand Down
2 changes: 2 additions & 0 deletions 2016/neugebauer.rst
Expand Up @@ -37,6 +37,8 @@ within a community; the value of prototypes in maintaining interest;
and what a cost-benefit analysis might look like when your currencies
are human joy, and burnout prevention.

| Event video: https://vimeo.com/170384408
|
About Christopher Neugebauer
----------------------------
Expand Down
2 changes: 2 additions & 0 deletions 2016/simmons.rst
Expand Up @@ -12,6 +12,8 @@ what right so we can all learn from them. Weโ€™ll finish by exploring what every
community member can do to shape and improve the communities to which they
belong.

| Event video: https://vimeo.com/170384414
About Josh Simmons
------------------

Expand Down
3 changes: 3 additions & 0 deletions 2016/triglia.rst
Expand Up @@ -15,6 +15,9 @@ on simple circuit breakers as well as understanding how they can be adapted for
more complex situations. We'll also discuss some options for how to implement
your circuit breaker in readable Python.

| Event video: https://vimeo.com/170384420
|
About Scott Triglia
-------------------

Expand Down
3 changes: 3 additions & 0 deletions 2016/vetter.rst
Expand Up @@ -20,6 +20,9 @@ building command line tools such as argparse and docopt. I will then introduce
click and illustrate some of the benefits over its alternatives before looking
at a concrete example to show some of its main features.

| Event video: https://vimeo.com/170345707
|
About Sebastian Vetter
----------------------

Expand Down
3 changes: 3 additions & 0 deletions 2016/weissbock.rst
Expand Up @@ -10,6 +10,9 @@ the blogosphere to the National Hockey League, Josh will discuss the ways he
uses Python to process data and solve problems to guide decision makers in all
facets of front office activities.

| Event video: https://vimeo.com/170384415
|
About Josh Weissbock
--------------------

Expand Down
4 changes: 4 additions & 0 deletions 2016/wijaya.rst
Expand Up @@ -19,6 +19,10 @@ review process. In addition to ensure code quality, code review should be
considered as a learning tool. It should be considered a positive and rewarding
experience.

| Event video: https://vimeo.com/170384416
| Slides: https://t.co/ZY3ZVVLEit
|
About Mariatta Wijaya
---------------------

Expand Down
101 changes: 43 additions & 58 deletions index.rst
@@ -1,109 +1,94 @@
Vancouver Python Day 2016
=========================

VanPyDay 2016 was success! **Thank you** to everyone who attended and
contributed to this amazing event. Talk slides and video links are below.

Follow `@vanpyday <https://twitter.com/vanpyday>`__ to be notified about the
next Vancouver Python Day.


Event Info
----------

The `Vancouver Python User Group <http://www.meetup.com/vanpyz/>`__ and the
`Vancouver Django Meetup Group <http://www.meetup.com/djangovan/>`__ are
pleased to present **Vancouver Python Day 2016**, a one-day mini conference on
all things Python.

Please join us for a full day of awesome talks covering a wide range of topics
related to the Python programming language, plus the opportunity to network and
connect with the local Python developer and business community. Space is
limited, so plan on buying your tickets early if you plan to attend.

:When: | Saturday June 4th, 2016
| 9:15 AM - 5:00 PM
| Doors Open at 8:30 AM
:Where: | `Unbounce Vancouver <https://www.google.ca/maps/place/Unbounce>`__
| #400 - 401 W. Georgia Street
Follow `@vanpyday <https://twitter.com/vanpyday>`__ for the latest event
updates.

Sponsors
--------

Vancouver Python Day could not happen without our awesome sponsors! We are
grateful for their support.

.. image:: /2016/images/unbounce_s.png
.. image:: /2016/images/mobify_s.png
.. image:: /2016/images/colony_s.png


Tickets
-------

Tickets have sold out ๐Ÿ˜ญ. But you can add yourself to the waitlist at
http://vanpyday.eventbrite.com/ in case somebody decides to cancel.


Agenda
Talks
---------------

**The talk schedule is now available.** :ref:`Check it out <2016-agenda>`!


Scheduled Talks
---------------

Thank you to all who submitted a talk proposal for Vancouver Python Day. Here
are the selected talks in alphabetical speaker order. The actual talks
schedule will be announced closer to the event date.

| **PyCon2016 Summar**
| Bryan Chow `๐Ÿ“น <https://vimeo.com/170384407>`_
| :ref:`Click: A Pleasure to Write, a Pleasure to Use <2016-vetter>`
| Sebastian Vetter `๐Ÿ“น <https://vimeo.com/170345707>`_
|
| :ref:`Making the Most out of Code Reviews <2016-wijaya>`
| Mariatta Wijaya `๐Ÿ“น <https://vimeo.com/170384416>`_
|
| :ref:`Protect Your Users with Circuit Breakers <2016-triglia>`
| Scott Triglia `๐Ÿ“น <https://vimeo.com/170384420>`_
|
| :ref:`Live Coding in Python <2016-kirkby>`
| Don Kirkby `๐Ÿ“น <https://vimeo.com/170384412>`_
|
| :ref:`Ship It: Python Packaging and Distribution <2016-knight>`
| Nathaniel Knight `๐Ÿ“น <https://vimeo.com/170384418>`_
|
| :ref:`The Highs and Lows of a Python Data stack <2016-lau>`
| Boris Lau `๐Ÿ“น <https://vimeo.com/170384405>`_
|
| :ref:`Python in the NHL Front Office <2016-weissbock>`
| Josh Weissbock `๐Ÿ“น <https://vimeo.com/170384415>`_
|
| :ref:`Deciding between Continuity and Change in Open Source <2016-neugebauer>`
| Christopher Neugebauer `๐Ÿ“น <https://vimeo.com/170384408>`_
|
| :ref:`Open Source and You <2016-simmons>`
| Josh Simmons `๐Ÿ“น <https://vimeo.com/170384414>`_
|
| :ref:`Protect Your Users with Circuit Breakers <2016-triglia>`
| Scott Triglia `๐Ÿ“น <https://vimeo.com/170384420>`_
|
| :ref:`Click: A Pleasure to Write, a Pleasure to Use <2016-vetter>`
| Sebastian Vetter `๐Ÿ“น <https://vimeo.com/170345707>`_
|
| :ref:`Python in the NHL Front Office <2016-weissbock>`
| Josh Weissbock `๐Ÿ“น <https://vimeo.com/170384415>`_
|
| :ref:`Making the Most out of Code Reviews <2016-wijaya>`
| Mariatta Wijaya `๐Ÿ“น <https://vimeo.com/170384416>`_
|
| **Bye from VanPyDay 2016**
| Sebastian Vetter `๐Ÿ“น <https://vimeo.com/170384422>`_
| :ref:`Ship It: Python Packaging and Distribution <2016-knight>`
| Nathaniel Knight `๐Ÿ“น <https://vimeo.com/170384418>`_
|

Lightning Talks
---------------

| **SQLAlchemy Core: Pythonic SQL, No Strings Attached**
| Daniel Brook-Roberge `๐Ÿ“น <https://vimeo.com/170384410>`_
|
| **Integrate Ontologies into your App**
| Damion Dooley `๐Ÿ“น <https://vimeo.com/170384409>`_
|
| **My Experience Learning Python from Team Treehouse**
| Matthew Leung `๐Ÿ“น <https://vimeo.com/170384419>`_
|
| **Web Crawling with Beautiful Soup**
| Jas Sohi `๐Ÿ“น <https://vimeo.com/170384413>`_
| **Introduction to Anaconda**
| Derek Ludwig `๐Ÿ“น <https://vimeo.com/170384411>`_
|
| **Computer Science in Public School Education**
| Arianne Dee `๐Ÿ“น <https://vimeo.com/170384404>`_
|
| **Introduction to Anaconda**
| Derek Ludwig `๐Ÿ“น <https://vimeo.com/170384411>`_
| **Web Crawling with Beautiful Soup**
| Jas Sohi `๐Ÿ“น <https://vimeo.com/170384413>`_
|
| **Live coding in SublimeText**
| Simon Hewitt `๐Ÿ“น <https://vimeo.com/170384423>`_
|
| **SQLAlchemy Core: Pythonic SQL, No Strings Attached**
| Daniel Brook-Roberge `๐Ÿ“น <https://vimeo.com/170384410>`_
|
| **My Experience Learning Python from Team Treehouse**
| Matthew Leung `๐Ÿ“น <https://vimeo.com/170384419>`_
|
| **Integrate Ontologies into your App**
| Damion Dooley `๐Ÿ“น <https://vimeo.com/170384409>`_
|

Code of Conduct
Expand Down

0 comments on commit 913d588

Please sign in to comment.