{% extends 'base/base.html' %} {% load static %} {% block title %}Home{% endblock %} {% block head %} {% endblock %} {% block content %} {% include "base/navbar.html" %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{# Who are we? #}

Who are we?


We're a large community focused around the Python programming language. We believe anyone can learn programming, and are very dedicated to helping novice developers take their first steps into the world of code. We also attract a lot of expert developers who are seeking friendships, collaborators, or looking to hone their craft by teaching and getting involved in the community.

We organise regular community events like code jams, open source hackathons, seasonal events and community challenges. Through our sponsorships and with help from donations, we are even able to award prizes to the winners of our events.

You can find help with most Python-related problems in one of our help channels. Our staff of nearly 50 dedicated expert Helpers are available around the clock in every timezone. Whether you're looking to learn the language or working on a complex project, we've got someone who can help you if you get stuck.

{# Intro video #}
{# Projects #}

Projects


{# Display projects from HomeView.repos #} {% for repo in repo_data %}
{{ repo.description }}

{{ repo.language }} {{ repo.stargazers }} {{ repo.forks }}
{% endfor %}
{# Sponsors #}

Sponsors

Linode JetBrains Adafruit
{% endblock %}