{% extends 'base.html' %} {% load i18n static %} {% block styles %} {% endblock %} {% block extra_css %} {% endblock extra_css %} {% block titletag %} {% trans 'PyCon Taiwan 2019' %} {% endblock titletag %} {% block content_full %} {% url 'page' path='speaking/cfp' as speaking_cfp_url %} {% include '_includes/hero.html' %}

{% trans 'Portal' %}

{% include '_includes/portal.html' %}

{% trans 'What is PyCon' %}

{% blocktrans trimmed %}

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 %}

{% trans 'What is PyCon Taiwan' %}

{% blocktrans trimmed %}

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 %}

{% trans 'Volunteers Needed' %}

{% comment %} {% blocktrans trimmed %}

Help us organize and make the conference successful!

{% endblocktrans %} {% endcomment %} {% trans 'Become a volunteer' %}
{% comment %}

{% trans 'Call for Proposals' %}

{% blocktrans trimmed %}

Help us organize and make the conference successful!

{% endblocktrans %} Apply
{% endcomment %}
{% include '_includes/sponsors.html' %} {% endblock content_full %}