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

Awesome Python

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

awesome-python on GitHub →
Submit a Project

Search and filter

Results

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