{% extends "base.html" %} {% block content %}
Awesome Python

The field guide to the Python ecosystem

Awesome Python

{{ subtitle }}
Maintained by @vinta and @JinyangWang27.

{{ "{:,}".format(entries | length) }}
projects
{{ total_categories }}
categories
{{ groups | length }}
topic groups
Jump to the list

Search every project in one place

Press / to search. Tap a tag to filter. Click any row for details.

Search and filter

Filtering for

Results

{% for entry in entries %} {% endfor %}
# Project Name GitHub Stars Last Commit Tags
{% if entry.description %}
{{ entry.description | safe }}
{% endif %} {% if entry.also_see %}
Also see: {% for see in entry.also_see %}{{ see.name }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}

Contribute

Know a project that belongs here?

Tell us what it does and why it stands out.

Submit a project Star the repository
{% endblock %}