{% load restructuredtext %} {% extends "pycon/rstmain.html" %} {% block feeds %} {% rstflatpage_feeds %}{% endblock %} {% block styles %} {% endblock %} {% block script %} {% endblock %} {% load appmedia %} {% block feedicons %} Subscribe to the RSS Feed twitter {% endblock %} {% block main_body %} {% load feedutil %}
http://images.surveymonkey.com/i/logo_mk.gif http://images.surveymonkey.com/i/logo_txt2.gif

Please Complete A Survey! This information is crucial to our ability to improve PyCon each year.

Also, if you attended one of our tutorials, please fill out a Tutorial Survey.

Survey Monkey is a proud sponsor of PyCon and helps us in managing this information.

PyCon LiveStream (http://pycon.djangodose.com/)

Latest Tweets! (@PyCon) follow me

{% get_feed "http://pycon.blogspot.com/feeds/posts/default/-/pycon-us" 5 as news %}

Latest News (PyCon Blog)Subscribe to the RSS Feed

{% for entry in news %}
  • {{ entry.title|escape }}
    {{entry.published}}
    {{entry.summary}}
  • {% endfor %}
    {% block content %}{% rstflatpage %}{% endblock %} {% endblock %}