{% extends "site_base_home.html" %} {% load i18n %} {% load staticfiles %} {% load thumbnail %} {% load sponsorship_tags %} {% load schedule_tags %} {% block head_title %}November 2 and 3, 2019{% 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 2 & 3, 2019
{% comment %}Tickets on sale now!{% endcomment %}

{% comment %}

Speakers

Mariatta Wijaya

Keynote Speaker

Robert M. "r0ml" Lefkowitz

Keynote Speaker
{% 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 %}

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