{% 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) }}
unique projects indexed
{{ total_categories }}
categories to search
{{ groups | length }}
editorial groupings
Scroll into the index

One searchable surface for the ecosystem

Use / to focus search, tap a tag to filter, and open a row for descriptions, related projects, and source details.

Search and filter

Filtering for

Results

{% for entry in entries %} {% endfor %}
# Project Name GitHub Stars Last Commit Category
{% 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 %}

Keep it sharp

Know a project that belongs in the canon?

Submit it with enough context to make the list more useful, not just longer.

Read the contribution guide Star the repository
{% endblock %}