{% extends 'base.html' %} {% load i18n static %} {% block meta_og %} {% endblock %} {% block titletag %}PyCon Taiwan 2016{% endblock titletag %} {% block body %} {% include '_includes/nav/front_nav.html' with active=None %}

PYCON Taiwan 2016

Implement the Future, Together !

{% trans 'Tutorials' %}
{% trans 'Conference' %}
{% trans 'Sprint' %}

{% trans 'Tutorials' %}

{% trans 'June 3, 2016' %}

{% trans 'Conference' %}

{% trans 'June 3–5, 2016' %}

{% trans 'Sprint' %}

{% trans 'Apr 16 & Jun 11, 2016' %}

{# end .schedule #}
{% if countdown.value > 0 %}
{% trans 'Tickets Sold Out!' %} {% blocktrans trimmed with countdown.value as value and countdown.type as type %}See you in {{ value }} {{ type }} at PyConTW.{% endblocktrans %} {% trans 'Check the schedule' %}
{% endif %}

“Simple is better than complex. Complex is better than complicated.”

{% blocktrans trimmed %}

What is PyCon

The original PyCon was formed in North America in 2003, and now there are many other conferences being run in the PyCon spirit around the world.
{% endblocktrans %}
{% blocktrans trimmed %}

And what is PyCon Taiwan

PyCon Taiwan is an annual convention in Taiwan for the discussion and promotion of the Python programming language. It is held by enthusiasts and focuses on Python technology and its versatile applications. We welcome people who are interested in Python to join PyCon Taiwan to share knowledge, exchange ideas, make connections and to help us grow our network.
{% endblocktrans %}
{% static 'images/call_icon.png' as img_call_icon %} {% blocktrans trimmed %}

Volunteers Needed!

Help us organize and make the conference successful!

Please fill out
our volunteer form

{% endblocktrans %}
{# end .intro #} {# begin .community #}
{# end .community #} {# begin .sponsorship #}
{% trans 'Patronage 2016 available!' %}
{% blocktrans trimmed %}

If you wish to support PyCon Taiwan 2016 on your own, welcome to be a patron! There will be a page for the list of all patrons (e.g. links to profile pages of Facebook, GitHub, Twitter) on the PyCon Taiwan 2016 website.


Go to be a patron of PyCon Taiwan 2016

{% endblocktrans %}
{# end .sponsorship #} {# begin .conf #}

“Beautiful is better than ugly. Explicit is better than implicit.”

{% comment %}

Keynote Speakers

Jim Huang (jserv)
https://twitter.com/jserv

Bio

Jim Huang (黃敬群),慣用網路暱稱為「jserv」,熱血工讀生。 自1999 年開始參與開放原始碼/自由軟體專案開發,在科技公司打零工之餘,也在成功大學和交通大學兼課,帶領學生更有 GUTS、更有能力面對資訊科技產業的種種挑戰。

Audrey Tang (au)
https://twitter.com/audreyt

Bio

{% endcomment %}
{# end .sec-conf #} {# begin .sponsors #}

{% trans 'Sponsors' %}


{# end .sec-sponsors #} {% include '_includes/footer.html' %} {% endblock body %}