{% extends "site_base_home.html" %} {% load i18n %} {% load staticfiles %} {% load thumbnail %} {% load sponsorship_tags %} {% load schedule_tags %} {% block head_title %}Welcome{% endblock %} {% block body_class %}home{% endblock %} {% block body %}

North Bay Python

A Python conference north of the Golden Gate

The Mystic Theatre
Petaluma, California

December 2 & 3, 2017
Tickets on sale from $25

Speakers

{% speakers as speakers %} {% for speaker in speakers %}
{% for presentation in speaker.presentations.all %}

{{ speaker.conferencespeaker.name }}

{{ presentation.title }}
{% endfor %}
{% endfor %}

Downtown Petaluma

North Bay Python's home is Petaluma, a delightfully quaint dairy town, nestled on a river at the edge of California's Wine Country. Here's what you can look forward to:

… and it's only an hour away from San Francisco (on a good day).

Sponsors

{% sponsor_levels as levels %}

Inclusion and Diversity

North Bay Python is proud to be founded on a commitment to inclusion and diversity. Here's what we commit to:

{% endblock %}