{% extends "site_base_home.html" %} {% load i18n %} {% load staticfiles %} {% load thumbnail %} {% load sponsorship_tags %} {% load schedule_tags %} {% block head_title %}November 3 and 4, 2018{% endblock %} {% block body_class %}home{% endblock %} {% block body %}

North Bay Python

The Python conference in a live music venue

The Mystic Theatre
Petaluma, California

November 3 & 4, 2018
Tickets on sale now!

Speakers

{% comment %}

Brandon Rhodes

Keynote Speaker

Carina C. Zona

Keynote Speaker
{% endcomment %} {% speakers as speakers %} {% for speaker in speakers %}
{% if speaker.photo %}
{% else %}
{% endif %}
{% for presentation in speaker.all_presentations %}

{{ speaker.conferencespeaker.name }}

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

VM Brasseur

Speaker Training
{% endcomment %}

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