{% extends 'contents/_base/events.html' %} {% load i18n proposals %} {% block title %}{% trans 'Talks' %}{% endblock %} {% block page_title %}

{% trans 'Talks' %}

{% endblock %} {% block content %}

{% blocktrans trimmed %} The three conference days are packed with talks about Python by speakers from Taiwan and around the world. The talks will be either 30- or 45-minute long. Three tracks of talks will be delivered simultaneously, all with different topics and difficulties. We suggest you to make a schedule beforehand, and choose what you want ot listen based on your interests. Many people take notes on the program schedule before the meeting so they don't end up in some place wrong. {% endblocktrans %}

{% blocktrans trimmed %} Program schedule are subject to change. Please check this page frequently to get the latest version. {% endblocktrans %}

{% trans 'Proposed Talks' %}

{% for category, talk_list in talk_category_list_pairs %}

{{ category }}

{% endfor %} {% if sponsored_events %}

{% trans 'Invited Events' %}

{% endif %} {% endblock content %}