{% extends "site_base.html" %} {% load i18n %} {% load cache %} {% load compress %} {% load sponsorship_tags %} {% load thumbnail %} {% load boxes_tags %} {% load biblion_tags %} {% block head_title_base %}{{ SITE_NAME }} in Portland, OR | May 28th – June 5th{% endblock %} {% block body_class %} {{ block.super }} home {% endblock %} {% block banner %}

By the python
community

PyCon 2016 logo

For the python
community

By the python community
For the python community

Evergreen tree covered hills illustration
{# About #}

About PyCon

{% box "homepage-about" %}
city of Portland, OR city skyline illustration
{# Schedule Overview #}
Tutorials icon

{% trans "Tutorials" %} May 28–29

PyCon 2015 is proud to once again offer a stellar array of tutorials prior to PyCon 2015's main conference days! These are multi-hour tutorial taught by experienced Pythonistas and instructors.

Conference icon

{% trans "Conference" %} May 30–June 1

PyCon is the largest annual gathering for the community using and developing the open-source Python programming language.

Sprints icon

{% trans "Sprints" %} Starting June 2

Development sprints are a key part of PyCon, and a chance for the contributors to open-source projects to get together face-to-face for up to four days of intensive learning, development and camaraderie.

{# Register #}
{% if config.REGISTRATION_STATUS != 'open' %} {% endif %} {% if config.REGISTRATION_STATUS == 'open' %} {% endif %}
{# PyCons Past #}

{% trans "A look at past PyCons" %}

{# Announcements #}

{% trans "Announcements" %}

announcements banner announcements banner
{% latest_blog_posts as posts %} {% for post in posts|slice:"1" %}

{{ post.title }}

{% blocktrans with author=post.author.get_full_name %} {% endblocktrans %}
{{ post.teaser_html|safe }}
{% empty %}

{% trans "Announcements coming soon." %}

{% endfor %}
{% endblock %} {# Sponsor Carousel #} {% block body_outer %}
{% endblock %} {% block extra_body %} {% compress js %} {% endcompress %} {% endblock %} {% block extra_script %} {% endblock %}