<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Python Updates Daily</title>
  <id>https://www.trackawesomelist.com/vinta/awesome-python/feed.xml</id>
  <updated>2026-09-13T16:13:40.061Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/vinta/awesome-python/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/vinta/awesome-python/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/vinta/awesome-python/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>The definitive list that answers "I want to do X in Python, which tool should I use?"</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2026/09/13/</id>
    <title>Awesome Python Updates on Sep 13, 2026</title>
    <updated>2026-09-13T16:13:40.061Z</updated>
    <published>2026-09-13T16:13:40.061Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / AI and Agents</p>
</h3>
<ul>
<li>Fine-tuning<ul>
<li><a href="https://github.com/huggingface/peft" rel="noopener noreferrer">peft (⭐22k)</a> - A library for parameter-efficient fine-tuning of large pretrained models.</li>
<li><a href="https://github.com/unslothai/unsloth" rel="noopener noreferrer">unsloth (⭐75k)</a> - A library for faster LLM fine-tuning and training with reduced memory usage.</li>
<li><a href="https://github.com/axolotl-ai-cloud/axolotl" rel="noopener noreferrer">axolotl (⭐12k)</a> - A framework for fine-tuning and post-training large language models.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/09/13/"/>
    <summary>1 awesome projects updated on Sep 13, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/08/23/</id>
    <title>Awesome Python Updates on Aug 23, 2026</title>
    <updated>2026-08-23T13:00:09.173Z</updated>
    <published>2026-08-23T01:58:40.142Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Caching</p>
</h3>
<ul>
<li><a href="https://github.com/karpetrosyan/hishel" rel="noopener noreferrer">hishel (⭐411)</a> - RFC 9111 compliant HTTP caching for httpx and requests, with sync and async support.</li>
</ul>
<h3><p>Projects / Science</p>
</h3>
<ul>
<li>Physics and Engineering<ul>
<li><a href="https://github.com/hgrecco/pint" rel="noopener noreferrer">pint (⭐2.8k)</a> - Operate and manipulate physical quantities with units and dimensional analysis.</li>
<li><a href="https://github.com/astropy/astropy" rel="noopener noreferrer">astropy (⭐5.3k)</a> - A community Python library for Astronomy.</li>
<li><a href="https://github.com/obspy/obspy" rel="noopener noreferrer">obspy (⭐1.3k)</a> - A Python toolbox for seismology.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Documentation</p>
</h3>
<ul>
<li><a href="https://github.com/zensical/zensical" rel="noopener noreferrer">zensical (⭐5.7k)</a> - A modern static site generator for technical documentation.</li>
</ul>
<h3><p>Projects / Supply Chain Security</p>
</h3>
<ul>
<li><a href="https://github.com/astral-sh/uv" rel="noopener noreferrer">uv-audit (⭐89k)</a> - (part of uv) uv's <a href="https://docs.astral.sh/uv/reference/cli/#uv-audit" rel="noopener noreferrer">dependency vulnerability and malware scanning</a> backed by OSV.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/08/23/"/>
    <summary>4 awesome projects updated on Aug 23, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/08/16/</id>
    <title>Awesome Python Updates on Aug 16, 2026</title>
    <updated>2026-08-16T12:59:50.396Z</updated>
    <published>2026-08-16T12:59:49.828Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / AI and Agents</p>
</h3>
<ul>
<li>Orchestration<ul>
<li><a href="https://github.com/langchain-ai/langchain" rel="noopener noreferrer">langchain (⭐145k)</a> - Building applications with LLMs through composability.</li>
<li><a href="https://github.com/langchain-ai/langgraph" rel="noopener noreferrer">langgraph (⭐41k)</a> - Low-level orchestration framework for building stateful, long-running LLM agents.</li>
<li><a href="https://github.com/crewAIInc/crewAI" rel="noopener noreferrer">crewai (⭐58k)</a> - A framework for orchestrating role-playing autonomous AI agents for collaborative task solving.</li>
<li><a href="https://github.com/pydantic/pydantic-ai" rel="noopener noreferrer">pydantic-ai (⭐20k)</a> - A Python agent framework for building generative AI applications with structured schemas.</li>
</ul>
</li>
</ul>

<ul>
<li>Vendor Agent SDKs<ul>
<li><a href="https://github.com/openai/openai-agents-python" rel="noopener noreferrer">openai-agents (⭐29k)</a> - OpenAI's framework for building and managing AI agents.</li>
<li><a href="https://github.com/anthropics/claude-agent-sdk-python" rel="noopener noreferrer">claude-agent-sdk (⭐8k)</a> - Anthropic's Python SDK for building AI agents on Claude Code's harness — custom tools, in-process MCP servers, hooks.</li>
</ul>
</li>
</ul>

<ul>
<li>Personal Assistants<ul>
<li><a href="https://github.com/nousresearch/hermes-agent" rel="noopener noreferrer">hermes-agent (⭐245k)</a> - An adaptive personal AI assistant that grows with you.</li>
</ul>
</li>
</ul>

<ul>
<li>Prompt Optimization<ul>
<li><a href="https://github.com/stanfordnlp/dspy" rel="noopener noreferrer">dspy (⭐38k)</a> - A framework for programming, not prompting, language models.</li>
</ul>
</li>
</ul>

<ul>
<li>Data Layer<ul>
<li><a href="https://github.com/567-labs/instructor" rel="noopener noreferrer">instructor (⭐14k)</a> - A library for extracting structured data from LLMs, powered by Pydantic.</li>
<li><a href="https://github.com/run-llama/llama_index" rel="noopener noreferrer">llama-index (⭐52k)</a> - A data framework for your LLM application.</li>
<li><a href="https://github.com/mem0ai/mem0" rel="noopener noreferrer">mem0 (⭐65k)</a> - An intelligent memory layer for AI agents enabling personalized interactions.</li>
<li><a href="https://github.com/volcengine/OpenViking" rel="noopener noreferrer">openviking (⭐37k)</a> - A context database for AI agents that unifies memory, resources, and skills.</li>
<li><a href="https://github.com/semantica-agi/semantica" rel="noopener noreferrer">semantica (⭐13k)</a> - A graph-native context and knowledge layer for AI agents with reasoning, provenance, and governance.</li>
</ul>
</li>
</ul>

<ul>
<li>Pre-trained Models<ul>
<li><a href="https://github.com/huggingface/transformers" rel="noopener noreferrer">transformers (⭐165k)</a> - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks.</li>
</ul>
</li>
</ul>

<ul>
<li>LLM Inference and Serving<ul>
<li><a href="https://github.com/sgl-project/sglang" rel="noopener noreferrer">sglang (⭐33k)</a> - A high-performance serving framework for large language models and multimodal models.</li>
<li><a href="https://github.com/vllm-project/vllm" rel="noopener noreferrer">vllm (⭐91k)</a> - A high-throughput and memory-efficient inference and serving engine for LLMs.</li>
<li><a href="https://github.com/ml-explore/mlx-lm" rel="noopener noreferrer">mlx-lm (⭐7k)</a> - Run and fine-tune large language models on Apple Silicon with MLX.</li>
</ul>
</li>
</ul>

<ul>
<li>LLM Gateways<ul>
<li><a href="https://github.com/BerriAI/litellm" rel="noopener noreferrer">LiteLLM (⭐58k)</a> - Call 100+ LLMs using OpenAI format.</li>
</ul>
</li>
</ul>

<ul>
<li>Speech<ul>
<li><a href="https://github.com/openai/whisper" rel="noopener noreferrer">openai-whisper (⭐109k)</a> - A general-purpose automatic speech recognition model trained on 680k hours of multilingual and multitask supervised data.</li>
<li><a href="https://github.com/modelscope/FunASR" rel="noopener noreferrer">funasr (⭐20k)</a> - Industrial-grade speech recognition toolkit with 170x realtime speed, 50+ languages, speaker diarization, and emotion detection.</li>
<li><a href="https://github.com/microsoft/VibeVoice" rel="noopener noreferrer">vibevoice (⭐54k)</a> - A family of open-source voice AI models from Microsoft for text-to-speech and long-form speech recognition.</li>
<li><a href="https://github.com/pndurette/gTTS" rel="noopener noreferrer">gTTS (⭐2.6k)</a> - Python library and CLI tool for converting text to speech using Google Translate TTS.</li>
<li><a href="https://github.com/KittenML/KittenTTS" rel="noopener noreferrer">kittentts (⭐15k)</a> - Lightweight ONNX text-to-speech library with small CPU-friendly models.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Deep Learning</p>
</h3>
<ul>
<li>Reinforcement Learning<ul>
<li><a href="https://github.com/Farama-Foundation/Gymnasium" rel="noopener noreferrer">gymnasium (⭐13k)</a> - A standard API for reinforcement learning environments with popular reference environments (<a href="https://github.com/openai/gym" rel="noopener noreferrer">gym (⭐37k)</a> successor).</li>
<li><a href="https://github.com/DLR-RM/stable-baselines3" rel="noopener noreferrer">stable-baselines3 (⭐14k)</a> - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Natural Language Processing</p>
</h3>
<ul>
<li>General<ul>
<li><a href="https://github.com/nltk/nltk" rel="noopener noreferrer">nltk (⭐15k)</a> - A leading platform for building Python programs to work with human language data.</li>
<li><a href="https://github.com/explosion/spaCy" rel="noopener noreferrer">spacy (⭐34k)</a> - A library for industrial-strength natural language processing in Python and Cython.</li>
<li><a href="https://github.com/piskvorky/gensim" rel="noopener noreferrer">gensim (⭐16k)</a> - Topic Modeling for Humans.</li>
<li><a href="https://github.com/stanfordnlp/stanza" rel="noopener noreferrer">stanza (⭐7.9k)</a> - The Stanford NLP Group's official Python library, supporting 60+ languages.</li>
</ul>
</li>
</ul>

<ul>
<li>Chinese<ul>
<li><a href="https://github.com/fxsjy/jieba" rel="noopener noreferrer">jieba (⭐35k)</a> - The most popular Chinese text segmentation library.</li>
<li><a href="https://github.com/mozillazg/python-pinyin" rel="noopener noreferrer">pypinyin (⭐5.4k)</a> - Convert Chinese hanzi (漢字) to pinyin (拼音).</li>
<li><a href="https://github.com/vinta/pangu.py" rel="noopener noreferrer">pangu.py (⭐278)</a> - Paranoid text spacing.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Computer Vision</p>
</h3>
<ul>
<li>General<ul>
<li><a href="https://github.com/opencv/opencv-python" rel="noopener noreferrer">opencv-python (⭐5.4k)</a> - Open Source Computer Vision Library.</li>
<li><a href="https://github.com/ultralytics/ultralytics" rel="noopener noreferrer">ultralytics (⭐61k)</a> - Ultralytics YOLO for object detection, segmentation, pose estimation, and classification with state-of-the-art accuracy and speed.</li>
<li><a href="https://github.com/kornia/kornia/" rel="noopener noreferrer">kornia (⭐11k)</a> - Open Source Differentiable Computer Vision Library for PyTorch.</li>
<li><a href="https://github.com/voxel51/fiftyone" rel="noopener noreferrer">fiftyone (⭐11k)</a> - The open-source tool for building high-quality datasets and computer vision models.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Web Frameworks</p>
</h3>
<ul>
<li>Synchronous<ul>
<li><a href="https://github.com/pallets/flask" rel="noopener noreferrer">flask (⭐72k)</a> - A microframework for Python.<ul>
<li><a href="https://github.com/humiaozuzu/awesome-flask" rel="noopener noreferrer">awesome-flask (⭐13k)</a></li>
</ul>
</li>
<li><a href="https://github.com/django/django" rel="noopener noreferrer">django (⭐90k)</a> - The most popular web framework in Python.<ul>
<li><a href="https://github.com/wsvincent/awesome-django" rel="noopener noreferrer">awesome-django (⭐11k)</a></li>
</ul>
</li>
<li><a href="https://github.com/bottlepy/bottle" rel="noopener noreferrer">bottle (⭐8.8k)</a> - A fast and simple micro-framework distributed as a single file with no dependencies.</li>
<li><a href="https://github.com/Pylons/pyramid" rel="noopener noreferrer">pyramid (⭐4.1k)</a> - A small, fast, down-to-earth, open source Python web framework.<ul>
<li><a href="https://github.com/uralbash/awesome-pyramid" rel="noopener noreferrer">awesome-pyramid (⭐576)</a></li>
</ul>
</li>
<li><a href="https://github.com/AnswerDotAI/fasthtml" rel="noopener noreferrer">fasthtml (⭐7k)</a> - The fastest way to create an HTML app.<ul>
<li><a href="https://github.com/amosgyamfi/awesome-fasthtml" rel="noopener noreferrer">awesome-fasthtml (⭐84)</a></li>
</ul>
</li>
</ul>
</li>
</ul>

<ul>
<li>Asynchronous<ul>
<li><a href="https://github.com/Kludex/starlette" rel="noopener noreferrer">starlette (⭐13k)</a> - A lightweight ASGI framework and toolkit for building high-performance async services.</li>
<li><a href="https://github.com/tornadoweb/tornado" rel="noopener noreferrer">tornado (⭐22k)</a> - A web framework and asynchronous networking library.</li>
<li><a href="https://github.com/litestar-org/litestar" rel="noopener noreferrer">litestar (⭐8.4k)</a> - Production-ready, capable and extensible ASGI Web framework.</li>
<li><a href="https://github.com/reflex-dev/reflex" rel="noopener noreferrer">reflex (⭐29k)</a> - A framework for building reactive, full-stack web applications entirely with Python.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Web APIs</p>
</h3>
<ul>
<li>Django<ul>
<li><a href="https://github.com/encode/django-rest-framework" rel="noopener noreferrer">django-rest-framework (⭐30k)</a> - A powerful and flexible toolkit to build web APIs.</li>
<li><a href="https://github.com/vitalik/django-ninja" rel="noopener noreferrer">django-ninja (⭐9.2k)</a> - Fast, Django REST framework based on type hints and Pydantic.</li>
<li><a href="https://github.com/strawberry-graphql/strawberry-django" rel="noopener noreferrer">strawberry-django (⭐503)</a> - Strawberry GraphQL integration with Django.</li>
<li><a href="https://github.com/wemake-services/django-modern-rest" rel="noopener noreferrer">django-modern-rest (⭐1.4k)</a> - Modern REST with speed, types, async, <code>msgspec</code>, <code>pydantic</code> and other goodies!</li>
</ul>
</li>
</ul>

<ul>
<li>Framework Agnostic<ul>
<li><a href="https://github.com/fastapi/fastapi" rel="noopener noreferrer">fastapi (⭐102k)</a> - A modern, fast, web framework for building APIs with standard Python type hints.</li>
<li><a href="https://github.com/spec-first/connexion" rel="noopener noreferrer">connexion (⭐4.6k)</a> - A spec-first framework that automatically handles requests based on your OpenAPI specification.</li>
<li><a href="https://github.com/strawberry-graphql/strawberry" rel="noopener noreferrer">strawberry (⭐4.7k)</a> - A GraphQL library that leverages Python type annotations for schema definition.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Web Servers</p>
</h3>
<ul>
<li>ASGI<ul>
<li><a href="https://github.com/Kludex/uvicorn" rel="noopener noreferrer">uvicorn (⭐11k)</a> - A lightning-fast ASGI server implementation, using uvloop and httptools.</li>
<li><a href="https://github.com/emmett-framework/granian" rel="noopener noreferrer">granian (⭐5.6k)</a> - A Rust HTTP server for Python applications built on top of Hyper and Tokio, supporting WSGI/ASGI/RSGI.</li>
<li><a href="https://github.com/pgjones/hypercorn" rel="noopener noreferrer">hypercorn (⭐1.6k)</a> - An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Authentication</p>
</h3>
<ul>
<li>OAuth<ul>
<li><a href="https://github.com/oauthlib/oauthlib" rel="noopener noreferrer">oauthlib (⭐3k)</a> - A generic and thorough implementation of the OAuth request-signing logic.</li>
<li><a href="https://github.com/authlib/authlib" rel="noopener noreferrer">authlib (⭐5.4k)</a> - A comprehensive library for building OAuth, OpenID Connect, and JWT/JWS/JWE/JWK/JWA.</li>
<li><a href="https://github.com/pennersr/django-allauth" rel="noopener noreferrer">django-allauth (⭐10k)</a> - Authentication app for Django that "just works."</li>
<li><a href="https://github.com/django-oauth/django-oauth-toolkit" rel="noopener noreferrer">django-oauth-toolkit (⭐3.3k)</a> - OAuth 2 goodies for Django.</li>
</ul>
</li>
</ul>
<h3><p>Projects / ERP</p>
</h3>
<ul>
<li><a href="https://github.com/odoo/odoo" rel="noopener noreferrer">odoo (⭐54k)</a> - A suite of open source business apps: CRM, e-commerce, accounting, inventory, and thousands of community modules.</li>
</ul>
<h3><p>Projects / HTTP Clients</p>
</h3>
<ul>
<li>URL Manipulation<ul>
<li><a href="https://github.com/aio-libs/yarl" rel="noopener noreferrer">yarl (⭐1.5k)</a> - Yet another URL library.</li>
</ul>
</li>
</ul>
<h3><p>Projects / ORM</p>
</h3>
<ul>
<li>Relational Databases<ul>
<li><a href="https://github.com/sqlalchemy/sqlalchemy" rel="noopener noreferrer">sqlalchemy (⭐12k)</a> - The Python SQL Toolkit and Object Relational Mapper.<ul>
<li><a href="https://github.com/dahlia/awesome-sqlalchemy" rel="noopener noreferrer">awesome-sqlalchemy (⭐3.1k)</a></li>
</ul>
</li>
<li><a href="https://github.com/django/django" rel="noopener noreferrer">django.db.models (⭐90k)</a> - (part of Django) The Django <a href="https://docs.djangoproject.com/en/dev/topics/db/models/" rel="noopener noreferrer">ORM</a>.</li>
<li><a href="https://github.com/coleifer/peewee" rel="noopener noreferrer">peewee (⭐12k)</a> - A small, expressive ORM.</li>
<li><a href="https://github.com/fastapi/sqlmodel" rel="noopener noreferrer">sqlmodel (⭐18k)</a> - SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy.</li>
</ul>
</li>
</ul>

<ul>
<li>NoSQL Databases<ul>
<li><a href="https://github.com/pynamodb/PynamoDB" rel="noopener noreferrer">pynamodb (⭐2.6k)</a> - A Pythonic interface for <a href="https://aws.amazon.com/dynamodb/" rel="noopener noreferrer">Amazon DynamoDB</a>.</li>
<li><a href="https://github.com/MongoEngine/mongoengine" rel="noopener noreferrer">mongoengine (⭐4.3k)</a> - A Python Object-Document-Mapper for working with MongoDB.</li>
<li><a href="https://github.com/BeanieODM/beanie" rel="noopener noreferrer">beanie (⭐2.7k)</a> - An asynchronous Python object-document mapper (ODM) for MongoDB.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Database Drivers</p>
</h3>
<ul>
<li>ClickHouse<ul>
<li><a href="https://github.com/ClickHouse/clickhouse-connect" rel="noopener noreferrer">clickhouse-connect (⭐518)</a> - The official ClickHouse client, with SQLAlchemy and Superset connectors.</li>
<li><a href="https://github.com/mymarilyn/clickhouse-driver" rel="noopener noreferrer">clickhouse-driver (⭐1.3k)</a> - Python driver with native interface for ClickHouse.</li>
</ul>
</li>
</ul>

<ul>
<li>Other Relational Databases<ul>
<li><a href="https://github.com/mkleehammer/pyodbc" rel="noopener noreferrer">pyodbc (⭐3.1k)</a> - An ODBC bridge for connecting to SQL Server and any other ODBC-accessible database.</li>
<li><a href="https://github.com/oracle/python-oracledb" rel="noopener noreferrer">oracledb (⭐450)</a> - The official Python driver for Oracle Database, successor to cx_Oracle.</li>
<li><a href="https://github.com/microsoft/mssql-python" rel="noopener noreferrer">mssql-python (⭐469)</a> - Official Microsoft driver for SQL Server and Azure SQL, built on ODBC for high performance and low memory usage.</li>
</ul>
</li>
</ul>

<ul>
<li>NoSQL Databases<ul>
<li><a href="https://github.com/redis/redis-py" rel="noopener noreferrer">redis (⭐14k)</a> - The Python client for Redis.</li>
<li><a href="https://github.com/mongodb/mongo-python-driver" rel="noopener noreferrer">pymongo (⭐4.4k)</a> - The official Python client for MongoDB.</li>
<li><a href="https://github.com/apache/cassandra-python-driver" rel="noopener noreferrer">cassandra-driver (⭐1.4k)</a> - The Python Driver for Apache Cassandra.</li>
<li><a href="https://github.com/mongodb/django-mongodb-backend" rel="noopener noreferrer">django-mongodb-backend (⭐228)</a> - Official MongoDB database backend for Django.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Caching</p>
</h3>
<ul>
<li><a href="https://github.com/grantjenks/python-diskcache" rel="noopener noreferrer">diskcache (⭐2.9k)</a> - SQLite and file backed cache backend with faster lookups than memcached and redis.</li>
</ul>
<h3><p>Projects / Search</p>
</h3>
<ul>
<li><a href="https://github.com/elastic/elasticsearch-py" rel="noopener noreferrer">elasticsearch (⭐4.4k)</a> - The official low-level Python client for <a href="https://www.elastic.co/products/elasticsearch" rel="noopener noreferrer">Elasticsearch</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/opensearch-project/opensearch-py" rel="noopener noreferrer">opensearch-py (⭐469)</a> - The official low-level Python client for <a href="https://opensearch.org/" rel="noopener noreferrer">OpenSearch</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/meilisearch/meilisearch-python" rel="noopener noreferrer">meilisearch (⭐602)</a> - The official Python client for the <a href="https://www.meilisearch.com/" rel="noopener noreferrer">Meilisearch</a> search engine.</li>
</ul>
<h3><p>Projects / Data Analysis</p>
</h3>
<ul>
<li><a href="https://github.com/ibis-project/ibis" rel="noopener noreferrer">ibis-framework (⭐6.7k)</a> - A portable Python dataframe library with a single API for 20+ backends.</li>
</ul>
<h3><p>Projects / Data Ingestion / ETL</p>
</h3>
<ul>
<li>General<ul>
<li><a href="https://github.com/aws/aws-sdk-pandas" rel="noopener noreferrer">awswrangler (⭐4.1k)</a> - Pandas integration with AWS services like Athena, Glue, Redshift, S3, and DynamoDB.</li>
<li><a href="https://github.com/dlt-hub/dlt" rel="noopener noreferrer">dlt (⭐5.8k)</a> - A Python library for building data pipelines with automatic schema inference, incremental loading, and support for multiple sources and destinations.</li>
<li><a href="https://github.com/pathwaycom/pathway" rel="noopener noreferrer">pathway (⭐62k)</a> - Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.</li>
</ul>
</li>
</ul>

<ul>
<li>Financial Data<ul>
<li><a href="https://github.com/ranaroussi/yfinance" rel="noopener noreferrer">yfinance (⭐25k)</a> - Easy Pythonic way to download market and financial data from Yahoo Finance.</li>
<li><a href="https://github.com/akfamily/akshare" rel="noopener noreferrer">akshare (⭐23k)</a> - A financial data interface library, built for human beings!</li>
<li><a href="https://github.com/dgunning/edgartools" rel="noopener noreferrer">edgartools (⭐2.6k)</a> - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.</li>
<li><a href="https://github.com/OpenBB-finance/OpenBB" rel="noopener noreferrer">openbb (⭐73k)</a> - A financial data platform for analysts, quants and AI agents.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Data Visualization</p>
</h3>
<ul>
<li>Plotting<ul>
<li><a href="https://github.com/matplotlib/matplotlib" rel="noopener noreferrer">matplotlib (⭐23k)</a> - A Python 2D plotting library.</li>
<li><a href="https://github.com/plotly/plotly.py" rel="noopener noreferrer">plotly (⭐19k)</a> - Interactive graphing library for Python.</li>
<li><a href="https://github.com/mwaskom/seaborn" rel="noopener noreferrer">seaborn (⭐14k)</a> - Statistical data visualization using Matplotlib.</li>
<li><a href="https://github.com/vega/altair" rel="noopener noreferrer">altair (⭐10k)</a> - Declarative statistical visualization library for Python.</li>
<li><a href="https://github.com/bokeh/bokeh" rel="noopener noreferrer">bokeh (⭐20k)</a> - Interactive Web Plotting for Python.</li>
</ul>
</li>
</ul>

<ul>
<li>Dashboards and Apps<ul>
<li><a href="https://github.com/streamlit/streamlit" rel="noopener noreferrer">streamlit (⭐46k)</a> - A framework which lets you build dashboards, generate reports, or create chat apps in minutes.</li>
<li><a href="https://github.com/gradio-app/gradio" rel="noopener noreferrer">gradio (⭐43k)</a> - Build and share machine learning apps, all in Python.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Science</p>
</h3>
<ul>
<li>Core<ul>
<li><a href="https://github.com/numpy/numpy" rel="noopener noreferrer">numpy (⭐33k)</a> - A fundamental package for scientific computing with Python.</li>
<li><a href="https://github.com/scipy/scipy" rel="noopener noreferrer">scipy (⭐15k)</a> - A Python-based ecosystem of open-source software for mathematics, science, and engineering.</li>
<li><a href="https://github.com/numba/numba" rel="noopener noreferrer">numba (⭐11k)</a> - Python JIT compiler to LLVM aimed at scientific Python.</li>
</ul>
</li>
</ul>

<ul>
<li>Symbolic Mathematics<ul>
<li><a href="https://github.com/sympy/sympy" rel="noopener noreferrer">sympy (⭐15k)</a> - A Python library for symbolic mathematics.</li>
</ul>
</li>
</ul>

<ul>
<li>Statistics<ul>
<li><a href="https://github.com/statsmodels/statsmodels" rel="noopener noreferrer">statsmodels (⭐12k)</a> - Statistical modeling and econometrics in Python.</li>
</ul>
</li>
</ul>

<ul>
<li>Simulation and Modeling<ul>
<li><a href="https://github.com/pymc-devs/pymc" rel="noopener noreferrer">pymc (⭐9.7k)</a> - Probabilistic programming and Bayesian modeling in Python.</li>
<li><a href="https://gitlab.com/team-simpy/simpy" rel="noopener noreferrer">simpy</a> - A process-based discrete-event simulation framework.</li>
<li><a href="https://github.com/mesa/mesa" rel="noopener noreferrer">mesa (⭐3.8k)</a> - An agent-based modeling framework for building, analyzing, and visualizing complex system simulations.</li>
</ul>
</li>
</ul>

<ul>
<li>Graphs and Networks<ul>
<li><a href="https://github.com/networkx/networkx" rel="noopener noreferrer">networkx (⭐17k)</a> - A high-productivity software for complex networks.</li>
</ul>
</li>
</ul>

<ul>
<li>Computational Geometry<ul>
<li><a href="https://github.com/shapely/shapely" rel="noopener noreferrer">shapely (⭐4.5k)</a> - Manipulation and analysis of geometric objects in the Cartesian plane.</li>
</ul>
</li>
</ul>

<ul>
<li>Other<ul>
<li><a href="https://github.com/colour-science/colour" rel="noopener noreferrer">colour-science (⭐2.6k)</a> - Implementing a comprehensive number of colour theory transformations and algorithms.</li>
<li><a href="https://github.com/ManimCommunity/manim" rel="noopener noreferrer">manim (⭐41k)</a> - An animation engine for explanatory math videos.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Quantum Computing</p>
</h3>
<ul>
<li><a href="https://github.com/quantumlib/Cirq" rel="noopener noreferrer">cirq (⭐5.1k)</a> - A Google-developed framework focused on hardware-aware quantum circuit design for NISQ devices.</li>
</ul>
<h3><p>Projects / Algorithms and Design Patterns</p>
</h3>
<ul>
<li>Algorithms<ul>
<li><a href="https://github.com/grantjenks/python-sortedcontainers" rel="noopener noreferrer">sortedcontainers (⭐4k)</a> - Fast and pure-Python implementation of sorted collections.</li>
<li><a href="https://github.com/keon/algorithms" rel="noopener noreferrer">algorithms (⭐26k)</a> - Minimal examples of data structures and algorithms.</li>
<li><a href="https://github.com/TheAlgorithms/Python" rel="noopener noreferrer">thealgorithms (⭐224k)</a> - All Algorithms implemented in Python.</li>
</ul>
</li>
</ul>

<ul>
<li>Design Patterns<ul>
<li><a href="https://github.com/pytransitions/transitions" rel="noopener noreferrer">transitions (⭐6.6k)</a> - A lightweight, object-oriented finite state machine implementation.</li>
<li><a href="https://github.com/faif/python-patterns" rel="noopener noreferrer">python-patterns (⭐43k)</a> - A collection of design patterns in Python.</li>
<li><a href="https://github.com/fgmacedo/python-statemachine" rel="noopener noreferrer">python-statemachine (⭐1.3k)</a> - Expressive statecharts and finite state machines with a declarative API, in sync and async codebases.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Interactive Interpreter</p>
</h3>
<ul>
<li><a href="https://github.com/ipython/ipython" rel="noopener noreferrer">ipython (⭐17k)</a> - A powerful interactive Python shell, and the kernel behind Jupyter notebooks.</li>
</ul>
<h3><p>Projects / Code Analysis</p>
</h3>
<ul>
<li>Git Hooks<ul>
<li><a href="https://github.com/pre-commit/pre-commit" rel="noopener noreferrer">pre-commit (⭐16k)</a> - A framework for managing and maintaining multi-language pre-commit hooks.</li>
</ul>
</li>
</ul>

<ul>
<li>Linters and Formatters<ul>
<li><a href="https://github.com/astral-sh/ruff" rel="noopener noreferrer">ruff (⭐50k)</a> - An extremely fast Python linter and code formatter.</li>
<li><a href="https://github.com/psf/black" rel="noopener noreferrer">black (⭐42k)</a> - The uncompromising Python code formatter.</li>
<li><a href="https://github.com/PyCQA/isort" rel="noopener noreferrer">isort (⭐6.9k)</a> - A Python utility / library to sort imports.</li>
<li><a href="https://github.com/pylint-dev/pylint" rel="noopener noreferrer">pylint (⭐5.7k)</a> - A fully customizable source code analyzer.</li>
<li><a href="https://github.com/PyCQA/flake8" rel="noopener noreferrer">flake8 (⭐3.8k)</a> - A wrapper around <code>pycodestyle</code>, <code>pyflakes</code> and McCabe.<ul>
<li><a href="https://github.com/DmytroLitvinov/awesome-flake8-extensions" rel="noopener noreferrer">awesome-flake8-extensions (⭐1.3k)</a></li>
</ul>
</li>
<li><a href="https://github.com/PyCQA/bandit" rel="noopener noreferrer">bandit (⭐8.3k)</a> - A tool designed to find common security issues in Python code.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Testing</p>
</h3>
<ul>
<li>Frameworks<ul>
<li><a href="https://github.com/pytest-dev/pytest" rel="noopener noreferrer">pytest (⭐14k)</a> - A mature full-featured Python testing tool.<ul>
<li><a href="https://github.com/augustogoulart/awesome-pytest" rel="noopener noreferrer">awesome-pytest (⭐575)</a></li>
</ul>
</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis" rel="noopener noreferrer">hypothesis (⭐8.9k)</a> - Hypothesis is an advanced Quickcheck style property based testing library.</li>
<li><a href="https://github.com/robotframework/robotframework" rel="noopener noreferrer">robotframework (⭐12k)</a> - A generic test automation framework.</li>
</ul>
</li>
</ul>

<ul>
<li>Test Runners<ul>
<li><a href="https://github.com/tox-dev/tox" rel="noopener noreferrer">tox (⭐3.9k)</a> - Auto builds and tests distributions in multiple Python versions</li>
<li><a href="https://github.com/wntrblm/nox" rel="noopener noreferrer">nox (⭐1.6k)</a> - Flexible test automation for Python.</li>
</ul>
</li>
</ul>

<ul>
<li>Browser Automation<ul>
<li><a href="https://github.com/microsoft/playwright-python" rel="noopener noreferrer">playwright-python (⭐15k)</a> - Python version of the Playwright testing and automation library.</li>
<li><a href="https://github.com/SeleniumHQ/selenium" rel="noopener noreferrer">selenium (⭐34k)</a> - Python bindings for <a href="https://selenium.dev/" rel="noopener noreferrer">Selenium</a> <a href="https://selenium.dev/documentation/webdriver/" rel="noopener noreferrer">WebDriver</a>.</li>
<li><a href="https://github.com/seleniumbase/SeleniumBase" rel="noopener noreferrer">seleniumbase (⭐13k)</a> - Python framework for web automation &amp; testing, with stealth options.</li>
</ul>
</li>
</ul>

<ul>
<li>API Testing<ul>
<li><a href="https://github.com/schemathesis/schemathesis" rel="noopener noreferrer">schemathesis (⭐3.6k)</a> - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.</li>
</ul>
</li>
</ul>

<ul>
<li>Mock<ul>
<li><a href="https://docs.python.org/3/library/unittest.mock.html" rel="noopener noreferrer">mock</a> - (Python standard library) A mocking and patching library.</li>
<li><a href="https://github.com/getsentry/responses" rel="noopener noreferrer">responses (⭐4.3k)</a> - A utility library for mocking out the requests Python library.</li>
<li><a href="https://github.com/spulec/freezegun" rel="noopener noreferrer">freezegun (⭐4.5k)</a> - Travel through time by mocking the datetime module.</li>
<li><a href="https://github.com/kevin1024/vcrpy" rel="noopener noreferrer">vcrpy (⭐3k)</a> - Record and replay HTTP interactions on your tests.</li>
<li><a href="https://github.com/lundberg/respx" rel="noopener noreferrer">respx (⭐833)</a> - Mock HTTPX with awesome request patterns and response side effects.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Debugging Tools</p>
</h3>
<ul>
<li>Tracing<ul>
<li><a href="https://github.com/ionelmc/python-hunter" rel="noopener noreferrer">hunter (⭐873)</a> - A flexible code tracing toolkit.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Documentation</p>
</h3>
<ul>
<li><a href="https://github.com/squidfunk/mkdocs-material" rel="noopener noreferrer">mkdocs-material (⭐27k)</a> - A documentation framework and Material Design theme built on MkDocs.</li>
</ul>
<h3><p>Projects / DevOps Tools</p>
</h3>
<ul>
<li>Cloud Providers<ul>
<li><a href="https://github.com/boto/boto3" rel="noopener noreferrer">boto3 (⭐9.9k)</a> - Python interface to Amazon Web Services.</li>
<li><a href="https://github.com/aws/aws-cli" rel="noopener noreferrer">awscli (⭐17k)</a> - Universal Command Line Interface for Amazon Web Services.</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python" rel="noopener noreferrer">azure-sdk-for-python (⭐5.6k)</a> - Microsoft Azure SDK for Python, published as per-service packages.</li>
<li><a href="https://github.com/googleapis/google-cloud-python" rel="noopener noreferrer">google-cloud-python (⭐5.4k)</a> - Google Cloud client libraries for Python, published as per-service packages.</li>
</ul>
</li>
</ul>

<ul>
<li>Deployment<ul>
<li><a href="https://github.com/fabric/fabric" rel="noopener noreferrer">fabric (⭐15k)</a> - A simple, Pythonic tool for remote execution and deployment.</li>
<li><a href="https://github.com/aws/chalice" rel="noopener noreferrer">chalice (⭐11k)</a> - A Python serverless microframework for AWS.</li>
</ul>
</li>
</ul>

<ul>
<li>Other<ul>
<li><a href="https://github.com/borgbackup/borg" rel="noopener noreferrer">borgbackup (⭐14k)</a> - A deduplicating archiver with compression and encryption.</li>
<li><a href="https://github.com/chaostoolkit/chaostoolkit" rel="noopener noreferrer">chaostoolkit (⭐2k)</a> - A Chaos Engineering toolkit &amp; Orchestration for Developers.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Distributed Computing</p>
</h3>
<ul>
<li><a href="https://github.com/ray-project/ray/" rel="noopener noreferrer">ray (⭐44k)</a> - A system for parallel and distributed Python that unifies the machine learning ecosystem.</li>
</ul>

<ul>
<li><a href="https://github.com/apache/spark" rel="noopener noreferrer">pyspark (⭐44k)</a> - <a href="https://spark.apache.org/" rel="noopener noreferrer">Apache Spark</a> Python API.</li>
</ul>

<ul>
<li><a href="https://github.com/joblib/joblib" rel="noopener noreferrer">joblib (⭐4.4k)</a> - A set of tools to provide lightweight pipelining in Python.</li>
</ul>

<ul>
<li><a href="https://github.com/mpi4py/mpi4py" rel="noopener noreferrer">mpi4py (⭐921)</a> - Python bindings for MPI.</li>
</ul>
<h3><p>Projects / Messaging</p>
</h3>
<ul>
<li><a href="https://github.com/confluentinc/confluent-kafka-python" rel="noopener noreferrer">confluent-kafka (⭐505)</a> - Confluent's Python client for Apache Kafka, built on librdkafka.</li>
</ul>

<ul>
<li><a href="https://github.com/pika/pika" rel="noopener noreferrer">pika (⭐3.9k)</a> - Pure-Python RabbitMQ/AMQP 0-9-1 client library.</li>
</ul>

<ul>
<li><a href="https://github.com/eclipse-paho/paho.mqtt.python" rel="noopener noreferrer">paho-mqtt (⭐2.4k)</a> - The Eclipse Paho MQTT client for Python.</li>
</ul>
<h3><p>Projects / Job Schedulers</p>
</h3>
<ul>
<li>Workflow Orchestration<ul>
<li><a href="https://github.com/apache/airflow" rel="noopener noreferrer">apache-airflow (⭐47k)</a> - Airflow is a platform to programmatically author, schedule and monitor workflows.</li>
<li><a href="https://github.com/PrefectHQ/prefect" rel="noopener noreferrer">prefect (⭐24k)</a> - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.</li>
<li><a href="https://github.com/dagster-io/dagster" rel="noopener noreferrer">dagster (⭐16k)</a> - An orchestration platform for the development, production, and observation of data assets.</li>
</ul>
</li>
</ul>
<h3><p>Projects / CLI Development</p>
</h3>
<ul>
<li>Terminal Rendering<ul>
<li><a href="https://github.com/tqdm/tqdm" rel="noopener noreferrer">tqdm (⭐31k)</a> - Fast, extensible progress bar for loops and CLI.</li>
<li><a href="https://github.com/Textualize/rich" rel="noopener noreferrer">rich (⭐57k)</a> - Python library for rich text and beautiful formatting in the terminal. Also provides a great <code>RichHandler</code> log handler.</li>
<li><a href="https://github.com/tartley/colorama" rel="noopener noreferrer">colorama (⭐3.8k)</a> - Cross-platform colored terminal text.</li>
<li><a href="https://github.com/rsalmei/alive-progress" rel="noopener noreferrer">alive-progress (⭐6.3k)</a> - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.</li>
</ul>
</li>
</ul>

<ul>
<li>TUI Frameworks<ul>
<li><a href="https://github.com/Textualize/textual" rel="noopener noreferrer">textual (⭐37k)</a> - A framework for building interactive user interfaces that run in the terminal and the browser.</li>
<li><a href="https://github.com/urwid/urwid" rel="noopener noreferrer">urwid (⭐3k)</a> - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.</li>
<li><a href="https://github.com/peterbrittain/asciimatics" rel="noopener noreferrer">asciimatics (⭐4.3k)</a> - A package to create full-screen text UIs (from interactive forms to ASCII animations).</li>
</ul>
</li>
</ul>
<h3><p>Projects / CLI Tools</p>
</h3>
<ul>
<li>Database CLIs<ul>
<li><a href="https://github.com/dbcli/pgcli" rel="noopener noreferrer">pgcli (⭐13k)</a> - PostgreSQL CLI with autocompletion and syntax highlighting.</li>
<li><a href="https://github.com/dbcli/mycli" rel="noopener noreferrer">mycli (⭐12k)</a> - MySQL CLI with autocompletion and syntax highlighting.</li>
<li><a href="https://github.com/dbcli/litecli" rel="noopener noreferrer">litecli (⭐3.3k)</a> - SQLite CLI with autocompletion and syntax highlighting.</li>
<li><a href="https://github.com/laixintao/iredis" rel="noopener noreferrer">iredis (⭐2.7k)</a> - Redis CLI with autocompletion and syntax highlighting.</li>
</ul>
</li>
</ul>

<ul>
<li>Downloaders<ul>
<li><a href="https://github.com/yt-dlp/yt-dlp" rel="noopener noreferrer">yt-dlp (⭐191k)</a> - A command-line program to download videos from YouTube and other video sites, a fork of youtube-dl.</li>
</ul>
</li>
</ul>

<ul>
<li>Shells<ul>
<li><a href="https://github.com/xonsh/xonsh/" rel="noopener noreferrer">xonsh (⭐9.6k)</a> - A Python-powered shell. Full-featured and cross-platform.</li>
</ul>
</li>
</ul>

<ul>
<li>Terminal Workflow<ul>
<li><a href="https://github.com/tmux-python/tmuxp" rel="noopener noreferrer">tmuxp (⭐4.6k)</a> - A <a href="https://github.com/tmux/tmux" rel="noopener noreferrer">tmux (⭐49k)</a> session manager.</li>
</ul>
</li>
</ul>
<h3><p>Projects / GUI Development</p>
</h3>
<ul>
<li>Desktop<ul>
<li><a href="https://github.com/GNOME/pygobject" rel="noopener noreferrer">pygobject (⭐159)</a> - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).</li>
<li><a href="https://github.com/wxWidgets/Phoenix" rel="noopener noreferrer">wxPython (⭐2.6k)</a> - A blending of the wxWidgets C++ class library with the Python.</li>
<li><a href="https://github.com/kivy/kivy" rel="noopener noreferrer">kivy (⭐19k)</a> - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.</li>
<li><a href="https://github.com/hoffstadt/DearPyGui" rel="noopener noreferrer">dearpygui (⭐16k)</a> - A Simple GPU accelerated Python GUI framework</li>
<li><a href="https://github.com/beeware/toga" rel="noopener noreferrer">toga (⭐5.4k)</a> - A Python native, OS native GUI toolkit.</li>
</ul>
</li>
</ul>

<ul>
<li>Qt<ul>
<li><a href="https://github.com/pyside/pyside-setup" rel="noopener noreferrer">PySide6 (⭐131)</a> - Qt for Python offers the official Python bindings for <a href="https://www.qt.io/" rel="noopener noreferrer">Qt</a>, same as PyQt6 but it's the official binding with different licensing.</li>
<li><a href="https://www.riverbankcomputing.com/static/Docs/PyQt6/" rel="noopener noreferrer">PyQt6</a> - Python bindings for the <a href="https://www.qt.io/" rel="noopener noreferrer">Qt</a> cross-platform application and UI framework.</li>
</ul>
</li>
</ul>

<ul>
<li>Tkinter<ul>
<li><a href="https://docs.python.org/3/library/tkinter.html" rel="noopener noreferrer">tkinter</a> - (Python standard library) The standard Python interface to the Tcl/Tk GUI toolkit.</li>
<li><a href="https://github.com/tomschimansky/customtkinter" rel="noopener noreferrer">customtkinter (⭐14k)</a> - A modern and customizable python UI-library based on Tkinter.</li>
<li><a href="https://github.com/ParthJadhav/Tkinter-Designer" rel="noopener noreferrer">tkdesigner (⭐10k)</a> - Generates Tkinter interfaces from Figma designs using the Figma API.</li>
</ul>
</li>
</ul>

<ul>
<li>Web-based<ul>
<li><a href="https://github.com/r0x0r/pywebview/" rel="noopener noreferrer">pywebview (⭐6k)</a> - A lightweight cross-platform native wrapper around a webview component.</li>
<li><a href="https://github.com/zauberzeug/nicegui" rel="noopener noreferrer">nicegui (⭐16k)</a> - An easy-to-use, Python-based UI framework, which shows up in your web browser.</li>
<li><a href="https://github.com/flet-dev/flet" rel="noopener noreferrer">flet (⭐17k)</a> - Cross-platform GUI framework for building modern apps in pure Python.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Text Processing</p>
</h3>
<ul>
<li>Encoding and Unicode<ul>
<li><a href="https://github.com/jawah/charset_normalizer" rel="noopener noreferrer">charset-normalizer (⭐792)</a> - Universal character encoding detector, the default of the requests ecosystem.</li>
<li><a href="https://github.com/chardet/chardet" rel="noopener noreferrer">chardet (⭐2.7k)</a> - Python character encoding detector.</li>
<li><a href="https://github.com/rspeer/python-ftfy" rel="noopener noreferrer">ftfy (⭐4.1k)</a> - Makes Unicode text less broken and more consistent automagically.</li>
</ul>
</li>
</ul>

<ul>
<li>Fuzzy Matching<ul>
<li><a href="https://github.com/rapidfuzz/RapidFuzz" rel="noopener noreferrer">rapidfuzz (⭐4.1k)</a> - Rapid fuzzy string matching using various string metrics, with a C++ core.</li>
</ul>
</li>
</ul>

<ul>
<li>General<ul>
<li><a href="https://docs.python.org/3/library/difflib.html" rel="noopener noreferrer">difflib</a> - (Python standard library) Helpers for computing deltas.</li>
<li><a href="https://github.com/pwaller/pyfiglet" rel="noopener noreferrer">pyfiglet (⭐1.6k)</a> - An implementation of figlet written in Python.</li>
</ul>
</li>
</ul>

<ul>
<li>Parser<ul>
<li><a href="https://github.com/pygments/pygments" rel="noopener noreferrer">pygments (⭐2.2k)</a> - A generic syntax highlighter.</li>
<li><a href="https://github.com/pyparsing/pyparsing" rel="noopener noreferrer">pyparsing (⭐2.5k)</a> - A general purpose framework for generating parsers.</li>
<li><a href="https://github.com/andialbrecht/sqlparse" rel="noopener noreferrer">sqlparse (⭐4k)</a> - A non-validating SQL parser.</li>
<li><a href="https://github.com/daviddrysdale/python-phonenumbers" rel="noopener noreferrer">phonenumbers (⭐3.8k)</a> - Parsing, formatting, storing and validating international phone numbers.</li>
<li><a href="https://github.com/python-parsy/parsy" rel="noopener noreferrer">parsy (⭐451)</a> - Easy, generic parser combinator library for creating parsers.</li>
</ul>
</li>
</ul>

<ul>
<li>Transliteration and Slugs<ul>
<li><a href="https://github.com/un33k/python-slugify" rel="noopener noreferrer">python-slugify (⭐1.6k)</a> - A Python slugify library that translates unicode to ASCII.</li>
<li><a href="https://github.com/avian2/unidecode" rel="noopener noreferrer">unidecode (⭐611)</a> - ASCII transliterations of Unicode text.</li>
</ul>
</li>
</ul>

<ul>
<li>Unique identifiers<ul>
<li><a href="https://github.com/skorokithakis/shortuuid" rel="noopener noreferrer">shortuuid (⭐2.2k)</a> - A generator library for concise, unambiguous and URL-safe UUIDs.</li>
<li><a href="https://github.com/sqids/sqids-python" rel="noopener noreferrer">sqids (⭐522)</a> - A library for generating short unique IDs from numbers.</li>
</ul>
</li>
</ul>
<h3><p>Projects / HTML Manipulation</p>
</h3>
<ul>
<li><a href="https://www.crummy.com/software/BeautifulSoup/bs4/doc/" rel="noopener noreferrer">beautifulsoup4</a> - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.</li>
</ul>
<h3><p>Projects / File Format Processing</p>
</h3>
<ul>
<li>General<ul>
<li><a href="https://github.com/eliben/pyelftools" rel="noopener noreferrer">pyelftools (⭐2.3k)</a> - Parsing and analyzing ELF files and DWARF debugging information.</li>
<li><a href="https://github.com/jazzband/tablib" rel="noopener noreferrer">tablib (⭐4.8k)</a> - A module for Tabular Datasets in XLS, CSV, JSON, YAML.</li>
</ul>
</li>
</ul>

<ul>
<li>File Conversion<ul>
<li><a href="https://github.com/microsoft/markitdown" rel="noopener noreferrer">markitdown (⭐178k)</a> - Python tool for converting files and office documents to Markdown.</li>
<li><a href="https://github.com/docling-project/docling" rel="noopener noreferrer">docling (⭐66k)</a> - Library for converting documents into structured data.</li>
</ul>
</li>
</ul>

<ul>
<li>Excel<ul>
<li><a href="https://openpyxl.readthedocs.io/en/stable/" rel="noopener noreferrer">openpyxl</a> - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.</li>
<li><a href="https://github.com/jmcnamara/XlsxWriter" rel="noopener noreferrer">xlsxwriter (⭐4k)</a> - A Python module for creating Excel .xlsx files.</li>
</ul>
</li>
</ul>

<ul>
<li>Word<ul>
<li><a href="https://github.com/python-openxml/python-docx" rel="noopener noreferrer">python-docx (⭐5.7k)</a> - Reads, queries and modifies Microsoft Word 2007/2008 docx files.</li>
</ul>
</li>
</ul>

<ul>
<li>PowerPoint<ul>
<li><a href="https://github.com/scanny/python-pptx" rel="noopener noreferrer">python-pptx (⭐3.5k)</a> - Python library for creating and updating PowerPoint (.pptx) files.</li>
</ul>
</li>
</ul>

<ul>
<li>PDF<ul>
<li><a href="https://github.com/py-pdf/pypdf" rel="noopener noreferrer">pypdf (⭐10k)</a> - A library capable of splitting, merging, cropping, and transforming PDF pages.</li>
<li><a href="https://www.reportlab.com/opensource/" rel="noopener noreferrer">reportlab</a> - Allowing Rapid creation of rich PDF documents.</li>
<li><a href="https://github.com/pdfminer/pdfminer.six" rel="noopener noreferrer">pdfminer.six (⭐7k)</a> - Pdfminer.six is a community maintained fork of the original PDFMiner.</li>
</ul>
</li>
</ul>

<ul>
<li>HTML-to-PDF<ul>
<li><a href="https://github.com/Kozea/WeasyPrint" rel="noopener noreferrer">weasyprint (⭐9.5k)</a> - A visual rendering engine for HTML and CSS that can export to PDF.</li>
</ul>
</li>
</ul>

<ul>
<li>Data Formats<ul>
<li><a href="https://docs.python.org/3/library/tomllib.html" rel="noopener noreferrer">tomllib</a> - (Python standard library) Parse TOML files.</li>
<li><a href="https://github.com/yaml/pyyaml" rel="noopener noreferrer">pyyaml (⭐2.9k)</a> - YAML implementations for Python.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Image Processing</p>
</h3>
<ul>
<li>Barcodes and QR Codes<ul>
<li><a href="https://github.com/lincolnloop/python-qrcode" rel="noopener noreferrer">qrcode (⭐4.9k)</a> - A pure Python QR Code generator.</li>
<li><a href="https://github.com/WhyNotHugo/python-barcode" rel="noopener noreferrer">python-barcode (⭐655)</a> - Create barcodes in Python with no extra dependencies.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Audio &amp; Video Processing</p>
</h3>
<ul>
<li>Audio<ul>
<li><a href="https://github.com/jiaaro/pydub" rel="noopener noreferrer">pydub (⭐9.8k)</a> - Manipulate audio with a simple and easy high level interface.</li>
<li><a href="https://github.com/librosa/librosa" rel="noopener noreferrer">librosa (⭐8.6k)</a> - Python library for audio and music analysis.</li>
</ul>
</li>
</ul>

<ul>
<li>Metadata<ul>
<li><a href="https://github.com/quodlibet/mutagen" rel="noopener noreferrer">mutagen (⭐2k)</a> - A Python module to handle audio metadata.</li>
<li><a href="https://github.com/tinytag/tinytag" rel="noopener noreferrer">tinytag (⭐834)</a> - A library for reading music meta data of MP3, OGG, FLAC and Wave files.</li>
<li><a href="https://github.com/beetbox/beets" rel="noopener noreferrer">beets (⭐16k)</a> - A music library manager and <a href="https://musicbrainz.org/" rel="noopener noreferrer">MusicBrainz</a> tagger.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Implementations</p>
</h3>
<ul>
<li><a href="https://github.com/cython/cython" rel="noopener noreferrer">Cython (⭐11k)</a> - Optimizing Static Compiler for Python.</li>
</ul>
<h3><p>Projects / Built-in Classes Enhancement</p>
</h3>
<ul>
<li><a href="https://github.com/cdgriffith/Box" rel="noopener noreferrer">python-box (⭐2.8k)</a> - Python dictionaries with advanced dot notation access.</li>
</ul>
<h3><p>Projects / Date and Time</p>
</h3>
<ul>
<li><a href="https://github.com/dateutil/dateutil" rel="noopener noreferrer">python-dateutil (⭐2.6k)</a> - Extensions to the standard Python <a href="https://docs.python.org/3/library/datetime.html" rel="noopener noreferrer">datetime</a> module.</li>
</ul>

<ul>
<li><a href="https://github.com/ariebovenberg/whenever" rel="noopener noreferrer">whenever (⭐2.4k)</a> - A modern datetime library, type-safe and DST-safe, backed by Rust.</li>
</ul>
<h3><p>Projects / Package Management</p>
</h3>
<ul>
<li>Build Backends<ul>
<li><a href="https://github.com/pypa/setuptools" rel="noopener noreferrer">setuptools (⭐2.9k)</a> - The historical and still most widely used pyproject build backend.</li>
<li><a href="https://github.com/pypa/hatch" rel="noopener noreferrer">hatchling (⭐7.2k)</a> - Modern, extensible build backend from the hatch project.</li>
<li><a href="https://github.com/astral-sh/uv" rel="noopener noreferrer">uv-build (⭐89k)</a> - uv's fast, minimal build backend for pure-Python projects.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Configuration Files</p>
</h3>
<ul>
<li><a href="https://github.com/pydantic/pydantic-settings" rel="noopener noreferrer">pydantic-settings (⭐1.4k)</a> - Settings management using Pydantic models with validation, loading from environment variables and secrets files.</li>
</ul>

<ul>
<li><a href="https://github.com/facebookresearch/hydra" rel="noopener noreferrer">hydra-core (⭐11k)</a> - Hydra is a framework for elegantly configuring complex applications.</li>
</ul>
<h3><p>Projects / Penetration Testing</p>
</h3>
<ul>
<li><a href="https://github.com/sherlock-project/sherlock" rel="noopener noreferrer">sherlock-project (⭐91k)</a> - Hunt down social media accounts by username across social networks.</li>
</ul>

<ul>
<li><a href="https://github.com/trustedsec/social-engineer-toolkit" rel="noopener noreferrer">social-engineer-toolkit (⭐15k)</a> - A toolkit for social engineering.</li>
</ul>
<h3><p>Projects / Supply Chain Security</p>
</h3>
<ul>
<li><a href="https://github.com/pypa/pip-audit" rel="noopener noreferrer">pip-audit (⭐1.4k)</a> - Audits Python environments and dependency trees for known vulnerabilities, using the PyPI Advisory Database and OSV.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/08/16/"/>
    <summary>104 awesome projects updated on Aug 16, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/08/05/</id>
    <title>Awesome Python Updates on Aug 05, 2026</title>
    <updated>2026-08-05T14:30:57.329Z</updated>
    <published>2026-08-05T14:30:57.329Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/msgspec/msgspec" rel="noopener noreferrer">msgspec (⭐4.1k)</a> - A fast serialization and validation library with built-in support for JSON, MessagePack, YAML, and TOML.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/08/05/"/>
    <summary>1 awesome projects updated on Aug 05, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/06/09/</id>
    <title>Awesome Python Updates on Jun 09, 2026</title>
    <updated>2026-06-09T15:26:28.492Z</updated>
    <published>2026-06-09T15:26:28.492Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Hardware</p>
</h3>
<ul>
<li><a href="https://github.com/jumpstarter-dev/jumpstarter" rel="noopener noreferrer">jumpstarter (⭐218)</a> - A hardware-in-the-loop testing framework with a Python client library for automated testing on real and virtual hardware.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/06/09/"/>
    <summary>1 awesome projects updated on Jun 09, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/06/04/</id>
    <title>Awesome Python Updates on Jun 04, 2026</title>
    <updated>2026-06-04T05:03:15.423Z</updated>
    <published>2026-06-04T05:03:15.356Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Built-in Classes Enhancement</p>
</h3>
<ul>
<li><a href="https://github.com/aminalaee/uuid-utils" rel="noopener noreferrer">uuid-utils (⭐368)</a> - A fast, Rust-backed drop-in replacement for Python's built-in <code>uuid</code> module, supporting RFC 9562 (UUIDv6, UUIDv7, and UUIDv8).</li>
</ul>
<h3><p>Projects / Functional Programming</p>
</h3>
<ul>
<li><a href="https://github.com/more-itertools/more-itertools" rel="noopener noreferrer">more-itertools (⭐4.1k)</a> - More routines for operating on iterables, beyond <code>itertools</code>.</li>
</ul>
<h3><p>Projects / Package Repositories</p>
</h3>
<ul>
<li><a href="https://github.com/pypi/warehouse" rel="noopener noreferrer">warehouse (⭐4.1k)</a> - Next generation Python Package Repository (PyPI).</li>
</ul>
<h3><p>Projects / Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/pallets-eco/blinker" rel="noopener noreferrer">blinker (⭐2.1k)</a> - A fast Python in-process signal/event dispatching system.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/06/04/"/>
    <summary>4 awesome projects updated on Jun 04, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/05/12/</id>
    <title>Awesome Python Updates on May 12, 2026</title>
    <updated>2026-05-12T04:04:55.466Z</updated>
    <published>2026-05-12T04:04:55.464Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Data Analysis</p>
</h3>
<ul>
<li><a href="https://github.com/pandas-dev/pandas" rel="noopener noreferrer">pandas (⭐50k)</a> - A library providing high-performance, easy-to-use data structures and data analysis tools.</li>
</ul>

<ul>
<li><a href="https://github.com/pola-rs/polars" rel="noopener noreferrer">polars (⭐40k)</a> - A fast DataFrame library implemented in Rust with a Python API.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/05/12/"/>
    <summary>2 awesome projects updated on May 12, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/05/07/</id>
    <title>Awesome Python Updates on May 07, 2026</title>
    <updated>2026-05-07T14:47:15.483Z</updated>
    <published>2026-05-07T14:47:15.253Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Task Queues</p>
</h3>
<ul>
<li><a href="https://github.com/taskiq-python/taskiq" rel="noopener noreferrer">taskiq (⭐2.3k)</a> - Distributed task queue with native asyncio support and pluggable brokers.</li>
</ul>
<h3><p>Resources / Newsletters</p>
</h3>
<ul>
<li><a href="https://python.libhunt.com/newsletter" rel="noopener noreferrer">Awesome Python Newsletter</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/05/07/"/>
    <summary>2 awesome projects updated on May 07, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/04/25/</id>
    <title>Awesome Python Updates on Apr 25, 2026</title>
    <updated>2026-04-25T03:31:53.892Z</updated>
    <published>2026-04-25T03:31:53.692Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Messaging</p>
</h3>
<ul>
<li><a href="https://github.com/ag2ai/faststream" rel="noopener noreferrer">faststream (⭐5.3k)</a> - A framework for building asynchronous services over Apache Kafka, RabbitMQ, NATS, MQTT and Redis.</li>
</ul>
<h3><p>Projects / Web Security</p>
</h3>
<ul>
<li><a href="https://github.com/TypeError/secure" rel="noopener noreferrer">secure (⭐1.1k)</a> - HTTP security headers for Python web applications with ASGI and WSGI middleware.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/04/25/"/>
    <summary>2 awesome projects updated on Apr 25, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/04/22/</id>
    <title>Awesome Python Updates on Apr 22, 2026</title>
    <updated>2026-04-22T03:38:49.496Z</updated>
    <published>2026-04-22T03:38:49.496Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Machine Learning</p>
</h3>
<ul>
<li>Time Series Forecasting<ul>
<li><a href="https://github.com/google-research/timesfm" rel="noopener noreferrer">timesfm (⭐29k)</a> - A pretrained foundation model from Google Research for time-series forecasting.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/04/22/"/>
    <summary>1 awesome projects updated on Apr 22, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/04/19/</id>
    <title>Awesome Python Updates on Apr 19, 2026</title>
    <updated>2026-04-19T13:24:09.062Z</updated>
    <published>2026-04-19T13:24:09.062Z</published>
    <content type="html"><![CDATA[<h3><p>Resources / Websites</p>
</h3>
<ul>
<li><a href="https://pydevtools.com/" rel="noopener noreferrer">Python Developer Tooling Handbook</a> - Comprehensive guide to modern Python developer tools covering package management, linting, type checking, testing, and more.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/04/19/"/>
    <summary>1 awesome projects updated on Apr 19, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/03/27/</id>
    <title>Awesome Python Updates on Mar 27, 2026</title>
    <updated>2026-03-27T13:42:14.900Z</updated>
    <published>2026-03-27T13:42:14.900Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Implementations</p>
</h3>
<ul>
<li><a href="https://github.com/pyodide/pyodide" rel="noopener noreferrer">pyodide (⭐15k)</a> - Python distribution for the browser and Node.js based on WebAssembly.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/03/27/"/>
    <summary>1 awesome projects updated on Mar 27, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/03/23/</id>
    <title>Awesome Python Updates on Mar 23, 2026</title>
    <updated>2026-03-23T03:22:40.253Z</updated>
    <published>2026-03-23T03:22:40.253Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / AI and Agents</p>
</h3>
<ul>
<li>Agent Skills<ul>
<li><a href="https://github.com/vintasoftware/django-ai-plugins" rel="noopener noreferrer">django-ai-plugins (⭐133)</a> - Django backend agent skills for Django, DRF, Celery, and Django-specific code review.</li>
<li><a href="https://github.com/getsentry/skills" rel="noopener noreferrer">sentry-skills (⭐990)</a> - Python-focused engineering skills for code review, debugging, and backend workflows.</li>
<li><a href="https://github.com/trailofbits/skills" rel="noopener noreferrer">trailofbits-skills (⭐7k)</a> - Python-friendly security skills for auditing, testing, and safer backend development.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/03/23/"/>
    <summary>1 awesome projects updated on Mar 23, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/03/22/</id>
    <title>Awesome Python Updates on Mar 22, 2026</title>
    <updated>2026-03-22T03:19:44.241Z</updated>
    <published>2026-03-22T03:19:43.982Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Geolocation</p>
</h3>
<ul>
<li><a href="https://github.com/django/django" rel="noopener noreferrer">geodjango (⭐90k)</a> - (part of Django) A world-class <a href="https://docs.djangoproject.com/en/dev/ref/contrib/gis/" rel="noopener noreferrer">geographic web framework</a>.</li>
</ul>
<h3><p>Projects / Microsoft Windows</p>
</h3>
<ul>
<li><a href="https://github.com/pyenv-win/pyenv-win" rel="noopener noreferrer">pyenv-win (⭐7.4k)</a> - A Python version manager for Windows (<a href="https://github.com/pyenv/pyenv" rel="noopener noreferrer">pyenv (⭐45k)</a> fork).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/03/22/"/>
    <summary>2 awesome projects updated on Mar 22, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/03/21/</id>
    <title>Awesome Python Updates on Mar 21, 2026</title>
    <updated>2026-03-21T13:12:25.331Z</updated>
    <published>2026-03-21T13:12:24.918Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Web APIs</p>
</h3>
<ul>
<li>Flask<ul>
<li><a href="https://github.com/apiflask/apiflask" rel="noopener noreferrer">apiflask (⭐1.1k)</a> - A lightweight Python web API framework based on Flask and Marshmallow.</li>
</ul>
</li>
</ul>

<ul>
<li>RPC<ul>
<li><a href="https://github.com/grpc/grpc" rel="noopener noreferrer">grpcio (⭐45k)</a> - HTTP/2-based RPC framework with Python bindings, built by Google.</li>
</ul>
</li>
</ul>
<h3><p>Projects / WebSocket</p>
</h3>
<ul>
<li><a href="https://github.com/python-websockets/websockets" rel="noopener noreferrer">websockets (⭐5.7k)</a> - A library for building WebSocket servers and clients with a focus on correctness and simplicity.</li>
</ul>

<ul>
<li><a href="https://github.com/miguelgrinberg/Flask-SocketIO" rel="noopener noreferrer">flask-socketio (⭐5.5k)</a> - Socket.IO integration for Flask applications.</li>
</ul>
<h3><p>Projects / Admin Panels</p>
</h3>
<ul>
<li><a href="https://github.com/pallets-eco/flask-admin" rel="noopener noreferrer">flask-admin (⭐6.1k)</a> - Simple and extensible administrative interface framework for Flask.</li>
</ul>
<h3><p>Projects / Caching</p>
</h3>
<ul>
<li><a href="https://github.com/tkem/cachetools" rel="noopener noreferrer">cachetools (⭐2.8k)</a> - Extensible memoizing collections and decorators.</li>
</ul>
<h3><p>Projects / Data Validation</p>
</h3>
<ul>
<li><a href="https://github.com/unionai-oss/pandera" rel="noopener noreferrer">pandera (⭐4.4k)</a> - A data validation library for dataframes, with support for pandas, polars, and Spark.</li>
</ul>
<h3><p>Projects / Interactive Interpreter</p>
</h3>
<ul>
<li><a href="https://github.com/prompt-toolkit/ptpython" rel="noopener noreferrer">ptpython (⭐5.5k)</a> - Advanced Python REPL built on top of the <a href="https://github.com/prompt-toolkit/python-prompt-toolkit" rel="noopener noreferrer">python-prompt-toolkit (⭐11k)</a>.</li>
</ul>
<h3><p>Projects / Code Analysis</p>
</h3>
<ul>
<li>Refactoring<ul>
<li><a href="https://github.com/python-rope/rope" rel="noopener noreferrer">rope (⭐2.2k)</a> - Rope is a python refactoring library.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Debugging Tools</p>
</h3>
<ul>
<li>Others<ul>
<li><a href="https://github.com/django-commons/django-debug-toolbar" rel="noopener noreferrer">django-debug-toolbar (⭐8.4k)</a> - Display various debug information for Django.</li>
<li><a href="https://github.com/gruns/icecream" rel="noopener noreferrer">icecream (⭐10k)</a> - Inspect variables, expressions, and program execution with a single, simple function call.</li>
<li><a href="https://github.com/pallets-eco/flask-debugtoolbar" rel="noopener noreferrer">flask-debugtoolbar (⭐979)</a> - A port of the django-debug-toolbar to flask.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Date and Time</p>
</h3>
<ul>
<li><a href="https://github.com/scrapinghub/dateparser" rel="noopener noreferrer">dateparser (⭐2.9k)</a> - A Python parser for human-readable dates in dozens of languages.</li>
</ul>

<ul>
<li><a href="https://github.com/python-pendulum/pendulum" rel="noopener noreferrer">pendulum (⭐6.7k)</a> - Python datetimes made easy.</li>
</ul>
<h3><p>Projects / Configuration Files</p>
</h3>
<ul>
<li><a href="https://github.com/theskumar/python-dotenv" rel="noopener noreferrer">python-dotenv (⭐8.9k)</a> - Reads key-value pairs from a <code>.env</code> file and sets them as environment variables.</li>
</ul>
<h3><p>Projects / Penetration Testing</p>
</h3>
<ul>
<li><a href="https://github.com/mitmproxy/mitmproxy" rel="noopener noreferrer">mitmproxy (⭐45k)</a> - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/03/21/"/>
    <summary>14 awesome projects updated on Mar 21, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/03/20/</id>
    <title>Awesome Python Updates on Mar 20, 2026</title>
    <updated>2026-03-20T13:24:39.050Z</updated>
    <published>2026-03-20T13:24:38.773Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / CMS</p>
</h3>
<ul>
<li><a href="https://github.com/django-cms/django-cms" rel="noopener noreferrer">django-cms (⭐11k)</a> - The easy-to-use and developer-friendly enterprise CMS powered by Django.</li>
</ul>
<h3><p>Projects / Email</p>
</h3>
<ul>
<li><a href="https://github.com/kootenpv/yagmail" rel="noopener noreferrer">yagmail (⭐2.7k)</a> - Yet another Gmail/SMTP client.</li>
</ul>
<h3><p>Projects / Database</p>
</h3>
<ul>
<li>Vector<ul>
<li><a href="https://github.com/chroma-core/chroma" rel="noopener noreferrer">chromadb (⭐29k)</a> - An open-source embedding database for building AI applications with embeddings and semantic search.</li>
<li><a href="https://github.com/lancedb/lancedb" rel="noopener noreferrer">lancedb (⭐11k)</a> - A developer-friendly embedded retrieval database for multimodal AI.</li>
<li><a href="https://github.com/alibaba/zvec" rel="noopener noreferrer">zvec (⭐16k)</a> - An embedded vector database for on-device RAG and edge AI, the SQLite of vector databases.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/msgpack/msgpack-python" rel="noopener noreferrer">msgpack (⭐2.1k)</a> - MessagePack serializer implementation for Python.</li>
</ul>
<h3><p>Projects / Build Tools</p>
</h3>
<ul>
<li><a href="https://github.com/pyinvoke/invoke" rel="noopener noreferrer">invoke (⭐4.8k)</a> - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.</li>
</ul>
<h3><p>Projects / CLI Tools</p>
</h3>
<ul>
<li>Project Scaffolding<ul>
<li><a href="https://github.com/cookiecutter/cookiecutter" rel="noopener noreferrer">cookiecutter (⭐25k)</a> - A command-line utility that creates projects from cookiecutters (project templates).</li>
<li><a href="https://github.com/copier-org/copier" rel="noopener noreferrer">copier (⭐3.6k)</a> - A library and command-line utility for rendering projects templates.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/03/20/"/>
    <summary>6 awesome projects updated on Mar 20, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/03/19/</id>
    <title>Awesome Python Updates on Mar 19, 2026</title>
    <updated>2026-03-19T03:19:20.146Z</updated>
    <published>2026-03-19T03:19:19.733Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Machine Learning</p>
</h3>
<ul>
<li>General<ul>
<li><a href="https://github.com/scikit-learn/scikit-learn" rel="noopener noreferrer">scikit-learn (⭐67k)</a> - The most popular Python library for Machine Learning with extensive documentation and community support.</li>
<li><a href="https://github.com/pgmpy/pgmpy" rel="noopener noreferrer">pgmpy (⭐3.3k)</a> - A Python library for probabilistic graphical models and Bayesian networks.</li>
<li><a href="https://github.com/feature-engine/feature_engine" rel="noopener noreferrer">feature-engine (⭐2.3k)</a> - sklearn compatible API with the widest toolset for feature engineering and selection.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Recommender Systems</p>
</h3>
<ul>
<li><a href="https://github.com/NicolasHug/Surprise" rel="noopener noreferrer">scikit-surprise (⭐6.8k)</a> - A scikit for building and analyzing recommender systems.</li>
</ul>
<h3><p>Projects / Template Engines</p>
</h3>
<ul>
<li><a href="https://github.com/pallets/jinja" rel="noopener noreferrer">jinja (⭐12k)</a> - A modern and designer friendly templating language.</li>
</ul>

<ul>
<li><a href="https://github.com/sqlalchemy/mako" rel="noopener noreferrer">mako (⭐456)</a> - Hyperfast and lightweight templating for the Python platform.</li>
</ul>
<h3><p>Projects / Database Drivers</p>
</h3>
<ul>
<li>MySQL - <a href="https://github.com/shlomi-noach/awesome-mysql" rel="noopener noreferrer">awesome-mysql (⭐2.6k)</a><ul>
<li><a href="https://github.com/PyMySQL/PyMySQL" rel="noopener noreferrer">pymysql (⭐7.8k)</a> - A pure Python MySQL driver compatible to mysql-python.</li>
<li><a href="https://github.com/PyMySQL/mysqlclient" rel="noopener noreferrer">mysqlclient (⭐2.5k)</a> - MySQL connector with Python 3 support (<a href="https://sourceforge.net/projects/mysql-python/" rel="noopener noreferrer">mysql-python</a> fork).</li>
</ul>
</li>
</ul>
<h3><p>Projects / Database</p>
</h3>
<ul>
<li>Analytical<ul>
<li><a href="https://github.com/duckdb/duckdb" rel="noopener noreferrer">duckdb (⭐41k)</a> - An in-process SQL OLAP database management system; optimized for analytics and fast queries, similar to SQLite but for analytical workloads.</li>
<li><a href="https://github.com/chdb-io/chdb" rel="noopener noreferrer">chdb (⭐2.9k)</a> - In-process OLAP SQL engine with the full ClickHouse dialect, zero-copy pandas/Arrow interop, and federation to remote ClickHouse clusters via <code>remoteSecure()</code>.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Science</p>
</h3>
<ul>
<li>Biology and Chemistry<ul>
<li><a href="https://github.com/biopython/biopython" rel="noopener noreferrer">biopython (⭐5.2k)</a> - Biopython is a set of freely available tools for biological computation.</li>
<li><a href="https://github.com/rdkit/rdkit" rel="noopener noreferrer">rdkit (⭐3.6k)</a> - Cheminformatics and Machine Learning Software.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Quantum Computing</p>
</h3>
<ul>
<li><a href="https://github.com/Qiskit/qiskit" rel="noopener noreferrer">qiskit (⭐7.8k)</a> - An IBM-backed quantum SDK for building, simulating, and running circuits on real quantum hardware.</li>
</ul>

<ul>
<li><a href="https://github.com/qutip/qutip" rel="noopener noreferrer">qutip (⭐2.1k)</a> - Quantum Toolbox in Python.</li>
</ul>

<ul>
<li><a href="https://github.com/PennyLaneAI/pennylane" rel="noopener noreferrer">pennylane (⭐3.4k)</a> - A hybrid quantum-classical machine learning library with automatic differentiation support.</li>
</ul>
<h3><p>Projects / Interactive Interpreter</p>
</h3>
<ul>
<li><a href="https://github.com/jupyter/notebook" rel="noopener noreferrer">jupyter (⭐13k)</a> - A rich toolkit to help you make the most out of using Python interactively.<ul>
<li><a href="https://github.com/markusschanta/awesome-jupyter" rel="noopener noreferrer">awesome-jupyter (⭐4.7k)</a></li>
</ul>
</li>
</ul>
<h3><p>Projects / Testing</p>
</h3>
<ul>
<li>Code Coverage<ul>
<li><a href="https://github.com/coveragepy/coveragepy" rel="noopener noreferrer">coverage (⭐3.4k)</a> - Code coverage measurement.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Build Tools</p>
</h3>
<ul>
<li><a href="https://github.com/pydoit/doit" rel="noopener noreferrer">doit (⭐2.1k)</a> - A task runner and build tool.</li>
</ul>
<h3><p>Projects / Task Queues</p>
</h3>
<ul>
<li><a href="https://github.com/celery/celery" rel="noopener noreferrer">celery (⭐29k)</a> - An asynchronous task queue/job queue based on distributed message passing.</li>
</ul>
<h3><p>Projects / Job Schedulers</p>
</h3>
<ul>
<li>Task Scheduling<ul>
<li><a href="https://github.com/agronholm/apscheduler" rel="noopener noreferrer">apscheduler (⭐7.6k)</a> - A light but powerful in-process task scheduler that lets you schedule functions.</li>
<li><a href="https://github.com/dbader/schedule" rel="noopener noreferrer">schedule (⭐12k)</a> - Python job scheduling for humans.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Logging</p>
</h3>
<ul>
<li><a href="https://github.com/hynek/structlog" rel="noopener noreferrer">structlog (⭐4.9k)</a> - Structured logging made easy.</li>
</ul>
<h3><p>Projects / GUI Development</p>
</h3>
<ul>
<li>Wrappers<ul>
<li><a href="https://github.com/chriskiehl/Gooey" rel="noopener noreferrer">gooey (⭐22k)</a> - Turn command line programs into a full GUI application with one line.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Text Processing</p>
</h3>
<ul>
<li>Internationalization<ul>
<li><a href="https://github.com/python-babel/babel" rel="noopener noreferrer">babel (⭐1.5k)</a> - An internationalization library for Python.</li>
</ul>
</li>
</ul>
<h3><p>Projects / HTML Manipulation</p>
</h3>
<ul>
<li><a href="https://github.com/lxml/lxml" rel="noopener noreferrer">lxml (⭐3.1k)</a> - A very fast, easy-to-use and versatile library for handling HTML and XML.</li>
</ul>

<ul>
<li><a href="https://github.com/EmilStenstrom/justhtml/" rel="noopener noreferrer">justhtml (⭐1.2k)</a> - A pure Python HTML5 parser that just works.</li>
</ul>
<h3><p>Projects / File Format Processing</p>
</h3>
<ul>
<li>Markdown<ul>
<li><a href="https://github.com/executablebooks/markdown-it-py" rel="noopener noreferrer">markdown-it-py (⭐1.4k)</a> - Markdown parser with 100% CommonMark support, extensions, and syntax plugins.</li>
<li><a href="https://github.com/Python-Markdown/markdown" rel="noopener noreferrer">markdown (⭐4.2k)</a> - A Python implementation of John Gruber’s Markdown.</li>
<li><a href="https://github.com/lepture/mistune" rel="noopener noreferrer">mistune (⭐3.1k)</a> - Fastest and full featured pure Python parsers of Markdown.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Audio &amp; Video Processing</p>
</h3>
<ul>
<li>Video<ul>
<li><a href="https://github.com/Zulko/moviepy" rel="noopener noreferrer">moviepy (⭐15k)</a> - A module for script-based movie editing with many formats, including animated GIFs.</li>
<li><a href="https://github.com/abhiTronix/vidgear" rel="noopener noreferrer">vidgear (⭐3.7k)</a> - Most Powerful multi-threaded Video Processing framework.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Game Development</p>
</h3>
<ul>
<li>3D Engines<ul>
<li><a href="https://github.com/panda3d/panda3d" rel="noopener noreferrer">panda3d (⭐5.2k)</a> - 3D game engine developed by Disney.</li>
</ul>
</li>
</ul>

<ul>
<li>Game Frameworks<ul>
<li><a href="https://github.com/pygame/pygame" rel="noopener noreferrer">pygame (⭐8.9k)</a> - Pygame is a set of Python modules designed for writing games.</li>
<li><a href="https://github.com/pyglet/pyglet" rel="noopener noreferrer">pyglet (⭐2.2k)</a> - A cross-platform windowing and multimedia library for Python.</li>
<li><a href="https://github.com/pygame-community/pygame-ce" rel="noopener noreferrer">pygame-ce (⭐1.6k)</a> - An actively developed drop-in replacement with new features and performance improvements (<a href="https://github.com/pygame/pygame" rel="noopener noreferrer">pygame (⭐8.9k)</a> fork).</li>
<li><a href="https://github.com/pythonarcade/arcade" rel="noopener noreferrer">arcade (⭐2.1k)</a> - Arcade is a modern Python framework for crafting games with compelling graphics and sound.</li>
</ul>
</li>
</ul>

<ul>
<li>Visual Novels<ul>
<li><a href="https://github.com/renpy/renpy" rel="noopener noreferrer">renpy (⭐6.8k)</a> - A Visual Novel engine.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Implementations</p>
</h3>
<ul>
<li><a href="https://github.com/pypy/pypy" rel="noopener noreferrer">pypy (⭐1.8k)</a> - A very fast and compliant implementation of the Python language.</li>
</ul>
<h3><p>Projects / Date and Time</p>
</h3>
<ul>
<li><a href="https://docs.python.org/3/library/zoneinfo.html" rel="noopener noreferrer">zoneinfo</a> - (Python standard library) IANA time zone support. Brings the <a href="https://en.wikipedia.org/wiki/Tz_database" rel="noopener noreferrer">tz database</a> into Python.</li>
</ul>
<h3><p>Projects / Package Management</p>
</h3>
<ul>
<li>Package Managers<ul>
<li><a href="https://github.com/pypa/pip" rel="noopener noreferrer">pip (⭐10k)</a> - The package installer for Python.</li>
<li><a href="https://github.com/astral-sh/uv" rel="noopener noreferrer">uv (⭐89k)</a> - An extremely fast Python version, package and project manager, written in Rust.</li>
<li><a href="https://github.com/python-poetry/poetry" rel="noopener noreferrer">poetry (⭐34k)</a> - Python dependency management and packaging made easy.</li>
<li><a href="https://github.com/pypa/hatch" rel="noopener noreferrer">hatch (⭐7.2k)</a> - Modern, extensible Python project manager for environments, builds, and publishing.</li>
<li><a href="https://github.com/pypa/pipx" rel="noopener noreferrer">pipx (⭐13k)</a> - Install and Run Python Applications in Isolated Environments. Like <code>npx</code> in Node.js.</li>
<li><a href="https://github.com/conda/conda/" rel="noopener noreferrer">conda (⭐7.5k)</a> - Cross-platform, Python-agnostic binary package manager.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Microsoft Windows</p>
</h3>
<ul>
<li><a href="https://github.com/pythonnet/pythonnet" rel="noopener noreferrer">pythonnet (⭐5.5k)</a> - Python Integration with the .NET Common Language Runtime (CLR).</li>
</ul>

<ul>
<li><a href="https://github.com/mhammond/pywin32" rel="noopener noreferrer">pywin32 (⭐5.6k)</a> - Python Extensions for Windows.</li>
</ul>

<ul>
<li><a href="https://github.com/winpython/winpython" rel="noopener noreferrer">winpython (⭐2.3k)</a> - Portable development environment for Windows 10/11.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/03/19/"/>
    <summary>31 awesome projects updated on Mar 19, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/08/</id>
    <title>Awesome Python Updates on Feb 08, 2026</title>
    <updated>2026-02-08T09:13:03.879Z</updated>
    <published>2026-02-08T09:13:03.357Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / AI and Agents</p>
</h3>
<ul>
<li>Image and Video Generation<ul>
<li><a href="https://github.com/huggingface/diffusers" rel="noopener noreferrer">diffusers (⭐34k)</a> - A library that provides pre-trained diffusion models for generating and editing images, audio, and video.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Web Scraping</p>
</h3>
<ul>
<li>Frameworks<ul>
<li><a href="https://github.com/browser-use/browser-use" rel="noopener noreferrer">browser-use (⭐112k)</a> - Make websites accessible for AI agents with easy browser automation.</li>
<li><a href="https://github.com/scrapy/scrapy" rel="noopener noreferrer">scrapy (⭐64k)</a> - A fast high-level screen scraping and web crawling framework.</li>
<li><a href="https://github.com/unclecode/crawl4ai" rel="noopener noreferrer">crawl4ai (⭐81k)</a> - An open-source, LLM-friendly web crawler that provides lightning-fast, structured data extraction specifically designed for AI agents.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/ijl/orjson" rel="noopener noreferrer">orjson (⭐8.2k)</a> - Fast, correct JSON library.</li>
</ul>
<h3><p>Projects / Geolocation</p>
</h3>
<ul>
<li><a href="https://github.com/geopandas/geopandas" rel="noopener noreferrer">geopandas (⭐5.2k)</a> - Python tools for geographic data (GeoSeries/GeoDataFrame) built on pandas.</li>
</ul>
<h3><p>Projects / CLI Development</p>
</h3>
<ul>
<li>CLI Development<ul>
<li><a href="https://docs.python.org/3/library/argparse.html" rel="noopener noreferrer">argparse</a> - (Python standard library) Command-line option and argument parsing.</li>
<li><a href="https://github.com/pallets/click/" rel="noopener noreferrer">click (⭐18k)</a> - A package for creating beautiful command line interfaces in a composable way.</li>
<li><a href="https://github.com/fastapi/typer" rel="noopener noreferrer">typer (⭐20k)</a> - Modern CLI framework that uses Python type hints. Built on Click and Pydantic.</li>
<li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit" rel="noopener noreferrer">prompt_toolkit (⭐11k)</a> - A library for building powerful interactive command lines.</li>
<li><a href="https://github.com/google/python-fire" rel="noopener noreferrer">fire (⭐28k)</a> - A library for creating command line interfaces from absolutely any Python object.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Functional Programming</p>
</h3>
<ul>
<li><a href="https://docs.python.org/3/library/functools.html" rel="noopener noreferrer">functools</a> - (Python standard library) Higher-order functions and operations on callable objects.</li>
</ul>
<h3><p>Projects / Configuration Files</p>
</h3>
<ul>
<li><a href="https://github.com/dynaconf/dynaconf" rel="noopener noreferrer">dynaconf (⭐4.3k)</a> - Dynaconf is a configuration manager with plugins for Django, Flask and FastAPI.</li>
</ul>
<h3><p>Projects / Hardware</p>
</h3>
<ul>
<li><a href="https://github.com/hbldh/bleak" rel="noopener noreferrer">bleak (⭐2.5k)</a> - A cross platform Bluetooth Low Energy Client for Python using asyncio.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/08/"/>
    <summary>8 awesome projects updated on Feb 08, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/01/08/</id>
    <title>Awesome Python Updates on Jan 08, 2026</title>
    <updated>2026-01-08T13:08:36.429Z</updated>
    <published>2026-01-08T13:08:35.783Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Admin Panels</p>
</h3>
<ul>
<li><a href="https://github.com/unfoldadmin/django-unfold" rel="noopener noreferrer">django-unfold (⭐3.6k)</a> - Elevate your Django admin with a stunning modern interface, powerful features, and seamless user experience.</li>
</ul>
<h3><p>Projects / Interactive Interpreter</p>
</h3>
<ul>
<li><a href="https://github.com/marimo-team/marimo" rel="noopener noreferrer">marimo (⭐23k)</a> - Transform data and train models, feels like a next-gen notebook, stored as Git-friendly Python.</li>
</ul>
<h3><p>Projects / Testing</p>
</h3>
<ul>
<li>Fake Data<ul>
<li><a href="https://github.com/joke2k/faker" rel="noopener noreferrer">faker (⭐19k)</a> - A Python package that generates fake data.</li>
<li><a href="https://github.com/lk-geimfari/mimesis" rel="noopener noreferrer">mimesis (⭐4.8k)</a> - is a Python library that help you generate fake data.</li>
</ul>
</li>
</ul>
<h3><p>Projects / File Manipulation</p>
</h3>
<ul>
<li><a href="https://github.com/samuelcolvin/watchfiles" rel="noopener noreferrer">watchfiles (⭐2.5k)</a> - Simple, modern and fast file watching and code reload in python.</li>
</ul>
<h3><p>Resources / Podcasts</p>
</h3>
<ul>
<li><a href="https://pypodcats.live" rel="noopener noreferrer">PyPodcats</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/01/08/"/>
    <summary>5 awesome projects updated on Jan 08, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/07/18/</id>
    <title>Awesome Python Updates on Jul 18, 2025</title>
    <updated>2025-07-18T02:29:38.442Z</updated>
    <published>2025-07-18T02:29:38.442Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Environment Management</p>
</h3>
<ul>
<li><a href="https://github.com/astral-sh/uv" rel="noopener noreferrer">uv (⭐89k)</a> - An extremely fast Python version, package and project manager, written in Rust.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/07/18/"/>
    <summary>1 awesome projects updated on Jul 18, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/02/23/</id>
    <title>Awesome Python Updates on Feb 23, 2024</title>
    <updated>2024-02-23T05:49:05.606Z</updated>
    <published>2024-02-23T05:49:04.935Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Admin Panels</p>
</h3>
<ul>
<li><a href="https://github.com/sehmaschine/django-grappelli" rel="noopener noreferrer">django-grappelli (⭐3.9k)</a> - A jazzy skin for the Django Admin-Interface.</li>
</ul>
<h3><p>Projects / CMS</p>
</h3>
<ul>
<li><a href="https://github.com/wagtail/wagtail" rel="noopener noreferrer">wagtail (⭐20k)</a> - A Django content management system.</li>
</ul>
<h3><p>Projects / Web Scraping</p>
</h3>
<ul>
<li>Content Extraction<ul>
<li><a href="https://github.com/kurtmckee/feedparser" rel="noopener noreferrer">feedparser (⭐2.4k)</a> - Universal feed parser.</li>
<li><a href="https://github.com/Alir3z4/html2text" rel="noopener noreferrer">html2text (⭐2.2k)</a> - Convert HTML to Markdown-formatted text.</li>
<li><a href="https://github.com/adbar/trafilatura" rel="noopener noreferrer">trafilatura (⭐6.8k)</a> - A tool for gathering text and metadata from the web, with built-in content filtering.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Caching</p>
</h3>
<ul>
<li><a href="https://github.com/sqlalchemy/dogpile.cache" rel="noopener noreferrer">dogpile.cache (⭐298)</a> - dogpile.cache is a next generation replacement for Beaker made by the same authors.</li>
</ul>
<h3><p>Projects / Data Validation</p>
</h3>
<ul>
<li><a href="https://github.com/pydantic/pydantic" rel="noopener noreferrer">pydantic (⭐29k)</a> - Data validation using Python type hints.</li>
</ul>

<ul>
<li><a href="https://github.com/python-jsonschema/jsonschema" rel="noopener noreferrer">jsonschema (⭐5k)</a> - An implementation of <a href="https://json-schema.org/" rel="noopener noreferrer">JSON Schema</a> for Python.</li>
</ul>
<h3><p>Projects / Data Visualization</p>
</h3>
<ul>
<li>Specialized<ul>
<li><a href="https://github.com/SciTools/cartopy" rel="noopener noreferrer">cartopy (⭐1.6k)</a> - A cartographic python library with matplotlib support.</li>
<li><a href="https://github.com/pygraphviz/pygraphviz/" rel="noopener noreferrer">pygraphviz (⭐845)</a> - Python interface to <a href="https://www.graphviz.org/" rel="noopener noreferrer">Graphviz</a>.</li>
<li><a href="https://github.com/Graphify-Labs/graphify" rel="noopener noreferrer">graphify (⭐113k)</a> - Turn any folder of code, SQL schemas, docs, papers, images, or videos into a queryable knowledge graph.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Geolocation</p>
</h3>
<ul>
<li><a href="https://github.com/jazzband/geojson" rel="noopener noreferrer">geojson (⭐994)</a> - Python bindings and utilities for GeoJSON.</li>
</ul>
<h3><p>Projects / Code Analysis</p>
</h3>
<ul>
<li>Type Annotations Generators<ul>
<li><a href="https://github.com/Instagram/MonkeyType" rel="noopener noreferrer">monkeytype (⭐5k)</a> - A system for Python that generates static type annotations by collecting runtime types.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Debugging Tools</p>
</h3>
<ul>
<li>Profiler<ul>
<li><a href="https://github.com/benfred/py-spy" rel="noopener noreferrer">py-spy (⭐15k)</a> - A sampling profiler for Python programs. Written in Rust.</li>
<li><a href="https://github.com/bloomberg/memray" rel="noopener noreferrer">memray (⭐15k)</a> - A memory profiler that tracks allocations in Python code, native extensions, and the interpreter itself.</li>
<li><a href="https://github.com/joerick/pyinstrument" rel="noopener noreferrer">pyinstrument (⭐8k)</a> - A statistical wall-clock profiler with low overhead and readable call-tree output.</li>
<li><a href="https://github.com/plasma-umass/scalene" rel="noopener noreferrer">scalene (⭐13k)</a> - A high-performance, high-precision CPU, GPU, and memory profiler for Python.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Build Tools</p>
</h3>
<ul>
<li><a href="https://github.com/SCons/scons" rel="noopener noreferrer">scons (⭐2.4k)</a> - A software construction tool.</li>
</ul>
<h3><p>Projects / CLI Tools</p>
</h3>
<ul>
<li>HTTP Clients<ul>
<li><a href="https://github.com/httpie/cli" rel="noopener noreferrer">httpie (⭐38k)</a> - A command line HTTP client, a user-friendly cURL replacement.</li>
</ul>
</li>
</ul>
<h3><p>Projects / HTML Manipulation</p>
</h3>
<ul>
<li><a href="https://github.com/pallets/markupsafe" rel="noopener noreferrer">markupsafe (⭐697)</a> - Implements a XML/HTML/XHTML Markup safe string for Python.</li>
</ul>
<h3><p>Projects / Implementations</p>
</h3>
<ul>
<li><a href="https://github.com/python/cpython" rel="noopener noreferrer">cpython (⭐76k)</a> - Default, most widely used implementation of the Python programming language written in C.</li>
</ul>

<ul>
<li><a href="https://github.com/micropython/micropython" rel="noopener noreferrer">micropython (⭐22k)</a> - A lean and efficient Python programming language implementation.</li>
</ul>
<h3><p>Projects / Functional Programming</p>
</h3>
<ul>
<li><a href="https://github.com/pytoolz/toolz" rel="noopener noreferrer">toolz (⭐5.2k)</a> - A collection of functional utilities for iterators, functions, and dictionaries. Also available as <a href="https://github.com/pytoolz/cytoolz/" rel="noopener noreferrer">cytoolz (⭐1.1k)</a> for Cython-accelerated performance.</li>
</ul>
<h3><p>Projects / Distribution</p>
</h3>
<ul>
<li>Executables<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller" rel="noopener noreferrer">pyinstaller (⭐13k)</a> - Converts Python programs into stand-alone executables (cross-platform).</li>
<li><a href="https://github.com/Nuitka/Nuitka" rel="noopener noreferrer">Nuitka (⭐15k)</a> - Compiles Python programs into high-performance standalone executables (cross-platform, supports all Python versions).</li>
<li><a href="https://github.com/linkedin/shiv" rel="noopener noreferrer">shiv (⭐1.9k)</a> - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.</li>
<li><a href="https://github.com/marcelotduarte/cx_Freeze" rel="noopener noreferrer">cx-Freeze (⭐1.6k)</a> - It is a Python tool that converts Python scripts into standalone executables and installers for Windows, macOS, and Linux.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/pyca/cryptography" rel="noopener noreferrer">cryptography (⭐7.8k)</a> - A package designed to expose cryptographic primitives and recipes to Python developers.</li>
</ul>
<h3><p>Projects / Hardware</p>
</h3>
<ul>
<li><a href="https://github.com/moses-palmer/pynput" rel="noopener noreferrer">pynput (⭐2.2k)</a> - A library to control and monitor input devices.</li>
</ul>
<h3><p>Resources / Newsletters</p>
</h3>
<ul>
<li><a href="https://pycoders.com/" rel="noopener noreferrer">Pycoder's Weekly</a></li>
</ul>

<ul>
<li><a href="https://www.pythonweekly.com/" rel="noopener noreferrer">Python Weekly</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/02/23/"/>
    <summary>21 awesome projects updated on Feb 23, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/02/03/</id>
    <title>Awesome Python Updates on Feb 03, 2021</title>
    <updated>2021-02-03T23:18:51.000Z</updated>
    <published>2021-02-03T23:18:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Task Queues</p>
</h3>
<ul>
<li><a href="https://github.com/Bogdanp/dramatiq" rel="noopener noreferrer">dramatiq (⭐5.3k)</a> - A fast and reliable background task processing library for Python 3.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/02/03/"/>
    <summary>1 awesome projects updated on Feb 03, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/01/25/</id>
    <title>Awesome Python Updates on Jan 25, 2021</title>
    <updated>2021-01-25T01:56:30.000Z</updated>
    <published>2021-01-25T01:56:30.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Web Servers</p>
</h3>
<ul>
<li>WSGI<ul>
<li><a href="https://github.com/benoitc/gunicorn" rel="noopener noreferrer">gunicorn (⭐11k)</a> - Pre-forked, ported from Ruby's Unicorn project.</li>
<li><a href="https://github.com/Pylons/waitress" rel="noopener noreferrer">waitress (⭐1.6k)</a> - Multi-threaded, powers Pyramid.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/01/25/"/>
    <summary>1 awesome projects updated on Jan 25, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/01/21/</id>
    <title>Awesome Python Updates on Jan 21, 2021</title>
    <updated>2021-01-21T16:27:07.000Z</updated>
    <published>2021-01-21T16:27:07.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Database Drivers</p>
</h3>
<ul>
<li>SQLite - <a href="https://github.com/planetopendata/awesome-sqlite" rel="noopener noreferrer">awesome-sqlite (⭐404)</a><ul>
<li><a href="https://docs.python.org/3/library/sqlite3.html" rel="noopener noreferrer">sqlite3</a> - (Python standard library) SQLite interface compliant with DB-API 2.0.</li>
<li><a href="https://github.com/simonw/sqlite-utils" rel="noopener noreferrer">sqlite-utils (⭐2.2k)</a> - Python CLI utility and library for manipulating SQLite databases.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/01/21/"/>
    <summary>1 awesome projects updated on Jan 21, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/11/03/</id>
    <title>Awesome Python Updates on Nov 03, 2020</title>
    <updated>2020-11-03T07:48:58.000Z</updated>
    <published>2020-11-03T07:48:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Functional Programming</p>
</h3>
<ul>
<li><a href="https://github.com/dry-python/returns" rel="noopener noreferrer">returns (⭐4.4k)</a> - A set of type-safe monads, transformers, and composition utilities.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/11/03/"/>
    <summary>1 awesome projects updated on Nov 03, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/08/21/</id>
    <title>Awesome Python Updates on Aug 21, 2020</title>
    <updated>2020-08-21T08:51:25.000Z</updated>
    <published>2020-08-21T08:51:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Penetration Testing</p>
</h3>
<ul>
<li><a href="https://github.com/sqlmapproject/sqlmap" rel="noopener noreferrer">sqlmap (⭐38k)</a> - Automatic SQL injection and database takeover tool.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/08/21/"/>
    <summary>1 awesome projects updated on Aug 21, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/08/02/</id>
    <title>Awesome Python Updates on Aug 02, 2020</title>
    <updated>2020-08-02T06:51:49.000Z</updated>
    <published>2020-08-02T06:51:49.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Static Site Generators</p>
</h3>
<ul>
<li><a href="https://github.com/getpelican/pelican" rel="noopener noreferrer">pelican (⭐13k)</a> - Static site generator that supports Markdown and reST syntax.</li>
</ul>
<h3><p>Projects / Code Analysis</p>
</h3>
<ul>
<li>Type Checkers - <a href="https://github.com/typeddjango/awesome-python-typing" rel="noopener noreferrer">awesome-python-typing (⭐2k)</a><ul>
<li><a href="https://github.com/python/mypy" rel="noopener noreferrer">mypy (⭐21k)</a> - Check variable types during compile time.</li>
<li><a href="https://github.com/astral-sh/ty" rel="noopener noreferrer">ty (⭐20k)</a> - An extremely fast Python type checker and language server.</li>
<li><a href="https://github.com/microsoft/pyright" rel="noopener noreferrer">pyright (⭐16k)</a> - Full-featured static type checker for Python from Microsoft, the engine behind Pylance.</li>
<li><a href="https://github.com/facebook/pyrefly" rel="noopener noreferrer">pyrefly (⭐7k)</a> - A fast type checker and language server for Python.</li>
</ul>
</li>
</ul>
<h3><p>Projects / DevOps Tools</p>
</h3>
<ul>
<li>Configuration Management<ul>
<li><a href="https://github.com/ansible/ansible" rel="noopener noreferrer">ansible (⭐71k)</a> - A radically simple IT automation platform.</li>
<li><a href="https://github.com/canonical/cloud-init" rel="noopener noreferrer">cloud-init (⭐3.8k)</a> - A multi-distribution package that handles early initialization of a cloud instance.</li>
<li><a href="https://github.com/pyinfra-dev/pyinfra" rel="noopener noreferrer">pyinfra (⭐6k)</a> - A versatile CLI tools and python libraries to automate infrastructure.</li>
<li><a href="https://github.com/saltstack/salt" rel="noopener noreferrer">salt (⭐16k)</a> - Infrastructure automation and management system.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Logging</p>
</h3>
<ul>
<li><a href="https://docs.python.org/3/library/logging.html" rel="noopener noreferrer">logging</a> - (Python standard library) Logging facility for Python.</li>
</ul>
<h3><p>Projects / Distribution</p>
</h3>
<ul>
<li>Obfuscation<ul>
<li><a href="https://github.com/dashingsoft/pyarmor" rel="noopener noreferrer">pyarmor (⭐5.2k)</a> - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/08/02/"/>
    <summary>5 awesome projects updated on Aug 02, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/07/08/</id>
    <title>Awesome Python Updates on Jul 08, 2020</title>
    <updated>2020-07-08T10:17:36.000Z</updated>
    <published>2020-07-08T10:17:36.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Computer Vision</p>
</h3>
<ul>
<li>OCR<ul>
<li><a href="https://github.com/madmaze/pytesseract" rel="noopener noreferrer">pytesseract (⭐6.4k)</a> - A wrapper for <a href="https://github.com/tesseract-ocr" rel="noopener noreferrer">Google Tesseract OCR</a>.</li>
<li><a href="https://github.com/JaidedAI/EasyOCR" rel="noopener noreferrer">easyocr (⭐30k)</a> - Ready-to-use OCR with 40+ languages supported.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/07/08/"/>
    <summary>1 awesome projects updated on Jul 08, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/06/11/</id>
    <title>Awesome Python Updates on Jun 11, 2020</title>
    <updated>2020-06-11T19:11:47.000Z</updated>
    <published>2020-06-11T19:11:47.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / DevOps Tools</p>
</h3>
<ul>
<li>Monitoring and Processes<ul>
<li><a href="https://github.com/giampaolo/psutil" rel="noopener noreferrer">psutil (⭐11k)</a> - A cross-platform process and system utilities module.</li>
<li><a href="https://github.com/getsentry/sentry-python" rel="noopener noreferrer">sentry-sdk (⭐2.2k)</a> - Sentry SDK for Python.</li>
<li><a href="https://github.com/Supervisor/supervisor" rel="noopener noreferrer">supervisor (⭐9.1k)</a> - Supervisor process control system for UNIX.</li>
<li><a href="https://github.com/mher/flower" rel="noopener noreferrer">flower (⭐7.2k)</a> - A real-time monitor and web admin for Celery task queues.</li>
<li><a href="https://github.com/amoffat/sh" rel="noopener noreferrer">sh (⭐7.2k)</a> - A full-fledged subprocess replacement for Python.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/06/11/"/>
    <summary>1 awesome projects updated on Jun 11, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/06/06/</id>
    <title>Awesome Python Updates on Jun 06, 2020</title>
    <updated>2020-06-06T19:22:04.000Z</updated>
    <published>2020-06-06T19:22:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>Resources / Podcasts</p>
</h3>
<ul>
<li><a href="https://djangochat.com/" rel="noopener noreferrer">Django Chat</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/06/06/"/>
    <summary>1 awesome projects updated on Jun 06, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/03/30/</id>
    <title>Awesome Python Updates on Mar 30, 2020</title>
    <updated>2020-03-30T19:52:39.000Z</updated>
    <published>2020-03-30T19:52:39.000Z</published>
    <content type="html"><![CDATA[<h3><p>Resources / Podcasts</p>
</h3>
<ul>
<li><a href="https://realpython.com/podcasts/rpp/" rel="noopener noreferrer">The Real Python Podcast</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/03/30/"/>
    <summary>1 awesome projects updated on Mar 30, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/02/06/</id>
    <title>Awesome Python Updates on Feb 06, 2020</title>
    <updated>2020-02-06T16:56:26.000Z</updated>
    <published>2020-02-06T16:56:26.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Documentation</p>
</h3>
<ul>
<li><a href="https://github.com/mingrammer/diagrams" rel="noopener noreferrer">diagrams (⭐43k)</a> - Diagram as Code.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/02/06/"/>
    <summary>1 awesome projects updated on Feb 06, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/01/14/</id>
    <title>Awesome Python Updates on Jan 14, 2020</title>
    <updated>2020-01-14T07:14:41.000Z</updated>
    <published>2020-01-14T07:14:41.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Logging</p>
</h3>
<ul>
<li><a href="https://github.com/Delgan/loguru" rel="noopener noreferrer">loguru (⭐24k)</a> - Library which aims to bring enjoyable logging in Python.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/01/14/"/>
    <summary>1 awesome projects updated on Jan 14, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/01/13/</id>
    <title>Awesome Python Updates on Jan 13, 2020</title>
    <updated>2020-01-13T15:25:40.000Z</updated>
    <published>2020-01-13T15:25:40.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / HTTP Clients</p>
</h3>
<ul>
<li>Clients<ul>
<li><a href="https://github.com/psf/requests" rel="noopener noreferrer">requests (⭐54k)</a> - HTTP Requests for Humans.</li>
<li><a href="https://github.com/encode/httpx" rel="noopener noreferrer">httpx (⭐15k)</a> - A next generation HTTP client for Python.</li>
<li><a href="https://github.com/aio-libs/aiohttp" rel="noopener noreferrer">aiohttp (⭐17k)</a> - Asynchronous HTTP client/server framework for asyncio and Python.</li>
<li><a href="https://github.com/urllib3/urllib3" rel="noopener noreferrer">urllib3 (⭐4.1k)</a> - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.</li>
<li><a href="https://github.com/pydantic/httpx2" rel="noopener noreferrer">httpx2 (⭐1.4k)</a> - HTTP/1.1 and HTTP/2 client with sync and async APIs, maintained by Pydantic (<a href="https://github.com/encode/httpx" rel="noopener noreferrer">httpx (⭐15k)</a> fork).</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/01/13/"/>
    <summary>1 awesome projects updated on Jan 13, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/11/04/</id>
    <title>Awesome Python Updates on Nov 04, 2019</title>
    <updated>2019-11-04T11:56:37.000Z</updated>
    <published>2019-11-04T11:56:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / WebSocket</p>
</h3>
<ul>
<li><a href="https://github.com/django/channels" rel="noopener noreferrer">channels (⭐6.4k)</a> - Developer-friendly asynchrony for Django.</li>
</ul>
<h3><p>Projects / Task Queues</p>
</h3>
<ul>
<li><a href="https://github.com/rq/rq" rel="noopener noreferrer">rq (⭐11k)</a> - Simple job queues for Python.</li>
</ul>

<ul>
<li><a href="https://github.com/coleifer/huey" rel="noopener noreferrer">huey (⭐6k)</a> - Little multi-threaded task queue.</li>
</ul>
<h3><p>Projects / Asynchronous Programming</p>
</h3>
<ul>
<li>Async I/O<ul>
<li><a href="https://docs.python.org/3/library/asyncio.html" rel="noopener noreferrer">asyncio</a> - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.<ul>
<li><a href="https://github.com/timofurrer/awesome-asyncio" rel="noopener noreferrer">awesome-asyncio (⭐5.1k)</a></li>
</ul>
</li>
<li><a href="https://github.com/agronholm/anyio" rel="noopener noreferrer">anyio (⭐2.5k)</a> - A high-level async concurrency and networking framework that works on top of asyncio or trio.</li>
<li><a href="https://github.com/MagicStack/uvloop" rel="noopener noreferrer">uvloop (⭐12k)</a> - Ultra fast asyncio event loop.</li>
<li><a href="https://github.com/python-trio/trio" rel="noopener noreferrer">trio (⭐7.3k)</a> - A friendly library for async concurrency and I/O.</li>
<li><a href="https://github.com/gevent/gevent" rel="noopener noreferrer">gevent (⭐6.4k)</a> - A coroutine-based Python networking library that uses <a href="https://github.com/python-greenlet/greenlet" rel="noopener noreferrer">greenlet (⭐1.8k)</a>.</li>
<li><a href="https://github.com/twisted/twisted" rel="noopener noreferrer">Twisted (⭐6k)</a> - An event-driven networking engine.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/11/04/"/>
    <summary>4 awesome projects updated on Nov 04, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/05/25/</id>
    <title>Awesome Python Updates on May 25, 2019</title>
    <updated>2019-05-25T05:22:39.000Z</updated>
    <published>2019-05-25T05:05:39.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Environment Management</p>
</h3>
<ul>
<li><a href="https://github.com/pypa/virtualenv" rel="noopener noreferrer">virtualenv (⭐5k)</a> - A tool to create isolated Python environments.</li>
</ul>
<h3><p>Projects / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/paramiko/paramiko" rel="noopener noreferrer">paramiko (⭐9.8k)</a> - The leading native Python SSHv2 protocol library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/05/25/"/>
    <summary>2 awesome projects updated on May 25, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/03/19/</id>
    <title>Awesome Python Updates on Mar 19, 2019</title>
    <updated>2019-03-19T21:31:13.000Z</updated>
    <published>2019-03-19T21:31:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Package Repositories</p>
</h3>
<ul>
<li><a href="https://github.com/pypa/bandersnatch/" rel="noopener noreferrer">bandersnatch (⭐551)</a> - PyPI mirroring tool provided by Python Packaging Authority (PyPA).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/03/19/"/>
    <summary>1 awesome projects updated on Mar 19, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/03/03/</id>
    <title>Awesome Python Updates on Mar 03, 2019</title>
    <updated>2019-03-03T11:02:38.000Z</updated>
    <published>2019-03-03T07:47:14.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Deep Learning</p>
</h3>
<ul>
<li>Frameworks<ul>
<li><a href="https://github.com/pytorch/pytorch" rel="noopener noreferrer">pytorch (⭐103k)</a> - Tensors and Dynamic neural networks in Python with strong GPU acceleration.</li>
<li><a href="https://github.com/tensorflow/tensorflow" rel="noopener noreferrer">tensorflow (⭐198k)</a> - The most popular Deep Learning framework created by Google.</li>
<li><a href="https://github.com/keras-team/keras" rel="noopener noreferrer">keras (⭐64k)</a> - A high-level deep learning library with support for JAX, TensorFlow, and PyTorch backends.</li>
<li><a href="https://github.com/jax-ml/jax" rel="noopener noreferrer">jax (⭐36k)</a> - A library for high-performance numerical computing with automatic differentiation and JIT compilation.</li>
<li><a href="https://github.com/Lightning-AI/pytorch-lightning" rel="noopener noreferrer">pytorch-lightning (⭐31k)</a> - Deep learning framework to train, deploy, and ship AI products Lightning fast.</li>
</ul>
</li>
</ul>
<h3><p>Projects / WebSocket</p>
</h3>
<ul>
<li><a href="https://github.com/crossbario/autobahn-python" rel="noopener noreferrer">autobahn-python (⭐2.5k)</a> - WebSocket &amp; WAMP for Python on Twisted and <a href="https://docs.python.org/3/library/asyncio.html" rel="noopener noreferrer">asyncio</a>.</li>
</ul>
<h3><p>Projects / Authentication</p>
</h3>
<ul>
<li>JWT<ul>
<li><a href="https://github.com/jpadilla/pyjwt" rel="noopener noreferrer">pyjwt (⭐5.7k)</a> - JSON Web Token implementation in Python.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Static Site Generators</p>
</h3>
<ul>
<li><a href="https://github.com/getnikola/nikola" rel="noopener noreferrer">nikola (⭐2.7k)</a> - A static website and blog generator.</li>
</ul>
<h3><p>Projects / Database</p>
</h3>
<ul>
<li>Key-Value &amp; Document<ul>
<li><a href="https://github.com/msiemens/tinydb" rel="noopener noreferrer">tinydb (⭐7.6k)</a> - A tiny, document-oriented database.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Search</p>
</h3>
<ul>
<li><a href="https://github.com/django-haystack/django-haystack" rel="noopener noreferrer">django-haystack (⭐3.7k)</a> - Modular search for Django.</li>
</ul>
<h3><p>Projects / Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/marshmallow-code/marshmallow" rel="noopener noreferrer">marshmallow (⭐7.2k)</a> - A lightweight library for converting complex objects to and from simple Python datatypes.</li>
</ul>
<h3><p>Projects / Documentation</p>
</h3>
<ul>
<li><a href="https://github.com/mitmproxy/pdoc" rel="noopener noreferrer">pdoc (⭐2.5k)</a> - Epydoc replacement to auto generate API documentation for Python libraries.</li>
</ul>
<h3><p>Projects / Distributed Computing</p>
</h3>
<ul>
<li><a href="https://github.com/dask/dask" rel="noopener noreferrer">dask (⭐14k)</a> - A flexible parallel computing library for analytic computing.</li>
</ul>
<h3><p>Projects / Network Virtualization</p>
</h3>
<ul>
<li><a href="https://github.com/napalm-automation/napalm" rel="noopener noreferrer">napalm (⭐2.5k)</a> - Cross-vendor API to manipulate network devices.</li>
</ul>
<h3><p>Projects / Asynchronous Programming</p>
</h3>
<ul>
<li>Parallelism<ul>
<li><a href="https://docs.python.org/3/library/concurrent.futures.html" rel="noopener noreferrer">concurrent.futures</a> - (Python standard library) A high-level interface for asynchronously executing callables.</li>
<li><a href="https://docs.python.org/3/library/multiprocessing.html" rel="noopener noreferrer">multiprocessing</a> - (Python standard library) Process-based parallelism.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Package Repositories</p>
</h3>
<ul>
<li><a href="https://github.com/devpi/devpi" rel="noopener noreferrer">devpi (⭐1.2k)</a> - PyPI server and packaging/testing/release tool.</li>
</ul>
<h3><p>Projects / Configuration Files</p>
</h3>
<ul>
<li><a href="https://docs.python.org/3/library/configparser.html" rel="noopener noreferrer">configparser</a> - (Python standard library) INI file parser.</li>
</ul>
<h3><p>Projects / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/pyca/pynacl" rel="noopener noreferrer">pynacl (⭐1.2k)</a> - Python binding to the Networking and Cryptography (NaCl) library.</li>
</ul>
<h3><p>Projects / Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/mahmoud/boltons" rel="noopener noreferrer">boltons (⭐6.9k)</a> - A set of pure-Python utilities.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/03/03/"/>
    <summary>15 awesome projects updated on Mar 03, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/03/02/</id>
    <title>Awesome Python Updates on Mar 02, 2019</title>
    <updated>2019-03-02T16:35:09.000Z</updated>
    <published>2019-03-02T16:35:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Web Asset Management</p>
</h3>
<ul>
<li><a href="https://github.com/jschneier/django-storages" rel="noopener noreferrer">django-storages (⭐3k)</a> - A collection of custom storage back ends for Django.</li>
</ul>

<ul>
<li><a href="https://github.com/django-compressor/django-compressor" rel="noopener noreferrer">django-compressor (⭐2.9k)</a> - Compresses linked and inline JavaScript or CSS into a single cached file.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/03/02/"/>
    <summary>2 awesome projects updated on Mar 02, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/08/12/</id>
    <title>Awesome Python Updates on Aug 12, 2018</title>
    <updated>2018-08-12T16:57:30.000Z</updated>
    <published>2018-08-12T16:57:30.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / File Manipulation</p>
</h3>
<ul>
<li><a href="https://docs.python.org/3/library/pathlib.html" rel="noopener noreferrer">pathlib</a> - (Python standard library) A cross-platform, object-oriented path library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/08/12/"/>
    <summary>1 awesome projects updated on Aug 12, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/06/03/</id>
    <title>Awesome Python Updates on Jun 03, 2018</title>
    <updated>2018-06-03T04:23:45.000Z</updated>
    <published>2018-06-03T04:23:45.000Z</published>
    <content type="html"><![CDATA[<h3><p>Resources / Newsletters</p>
</h3>
<ul>
<li><a href="https://realpython.com/python-tricks/" rel="noopener noreferrer">Python Tricks</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/06/03/"/>
    <summary>1 awesome projects updated on Jun 03, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/03/26/</id>
    <title>Awesome Python Updates on Mar 26, 2018</title>
    <updated>2018-03-26T13:15:30.000Z</updated>
    <published>2018-03-26T13:15:30.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / File Manipulation</p>
</h3>
<ul>
<li><a href="https://docs.python.org/3/library/mimetypes.html" rel="noopener noreferrer">mimetypes</a> - (Python standard library) Map filenames to MIME types.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/03/26/"/>
    <summary>1 awesome projects updated on Mar 26, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/02/28/</id>
    <title>Awesome Python Updates on Feb 28, 2018</title>
    <updated>2018-02-28T06:51:24.000Z</updated>
    <published>2018-02-28T06:51:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Built-in Classes Enhancement</p>
</h3>
<ul>
<li><a href="https://github.com/python-attrs/attrs" rel="noopener noreferrer">attrs (⭐5.8k)</a> - Replacement for <code>__init__</code>, <code>__eq__</code>, <code>__repr__</code>, etc. boilerplate in class definitions.</li>
</ul>

<ul>
<li><a href="https://github.com/jab/bidict" rel="noopener noreferrer">bidict (⭐1.6k)</a> - Efficient, Pythonic bidirectional map data structures and related functionality.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/02/28/"/>
    <summary>2 awesome projects updated on Feb 28, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/02/18/</id>
    <title>Awesome Python Updates on Feb 18, 2018</title>
    <updated>2018-02-18T12:21:10.000Z</updated>
    <published>2018-02-18T12:21:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Resources / Podcasts</p>
</h3>
<ul>
<li><a href="https://talkpython.fm/" rel="noopener noreferrer">Talk Python To Me</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/02/18/"/>
    <summary>1 awesome projects updated on Feb 18, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/07/18/</id>
    <title>Awesome Python Updates on Jul 18, 2017</title>
    <updated>2017-07-18T16:34:48.000Z</updated>
    <published>2017-07-18T16:34:48.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Environment Management</p>
</h3>
<ul>
<li><a href="https://github.com/pyenv/pyenv" rel="noopener noreferrer">pyenv (⭐45k)</a> - Simple Python version management.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/07/18/"/>
    <summary>1 awesome projects updated on Jul 18, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/05/24/</id>
    <title>Awesome Python Updates on May 24, 2017</title>
    <updated>2017-05-24T18:55:25.000Z</updated>
    <published>2017-05-24T18:55:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Recommender Systems</p>
</h3>
<ul>
<li><a href="https://github.com/spotify/annoy" rel="noopener noreferrer">annoy (⭐14k)</a> - Approximate Nearest Neighbors in C++/Python optimized for memory usage.</li>
</ul>

<ul>
<li><a href="https://github.com/benfred/implicit" rel="noopener noreferrer">implicit (⭐3.8k)</a> - A fast Python implementation of collaborative filtering for implicit datasets.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/05/24/"/>
    <summary>2 awesome projects updated on May 24, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/02/02/</id>
    <title>Awesome Python Updates on Feb 02, 2017</title>
    <updated>2017-02-02T04:46:58.000Z</updated>
    <published>2017-02-02T04:46:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Machine Learning</p>
</h3>
<ul>
<li>Gradient Boosting<ul>
<li><a href="https://github.com/dmlc/xgboost" rel="noopener noreferrer">xgboost (⭐29k)</a> - A scalable, portable, and distributed gradient boosting library.</li>
<li><a href="https://github.com/lightgbm-org/LightGBM" rel="noopener noreferrer">lightgbm (⭐19k)</a> - A fast, distributed, high performance gradient boosting framework.</li>
<li><a href="https://github.com/catboost/catboost" rel="noopener noreferrer">catboost (⭐9.1k)</a> - A fast, scalable, high performance gradient boosting on decision trees library.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/02/02/"/>
    <summary>1 awesome projects updated on Feb 02, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/11/14/</id>
    <title>Awesome Python Updates on Nov 14, 2016</title>
    <updated>2016-11-14T06:45:37.000Z</updated>
    <published>2016-11-14T06:45:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Resources / Podcasts</p>
</h3>
<ul>
<li><a href="https://pythonbytes.fm" rel="noopener noreferrer">Python Bytes</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/11/14/"/>
    <summary>1 awesome projects updated on Nov 14, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/11/12/</id>
    <title>Awesome Python Updates on Nov 12, 2016</title>
    <updated>2016-11-12T14:27:45.000Z</updated>
    <published>2016-11-12T14:27:45.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Authentication</p>
</h3>
<ul>
<li>Permissions<ul>
<li><a href="https://github.com/django-guardian/django-guardian" rel="noopener noreferrer">django-guardian (⭐3.9k)</a> - Implementation of per-object permissions for Django.</li>
<li><a href="https://github.com/dfunckt/django-rules" rel="noopener noreferrer">django-rules (⭐2k)</a> - A tiny but powerful app providing object-level permissions to Django, without requiring a database.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Caching</p>
</h3>
<ul>
<li><a href="https://github.com/Suor/django-cacheops" rel="noopener noreferrer">django-cacheops (⭐2.3k)</a> - A slick ORM cache with automatic granular event-driven invalidation.</li>
</ul>
<h3><p>Projects / Geolocation</p>
</h3>
<ul>
<li><a href="https://github.com/geopy/geopy" rel="noopener noreferrer">geopy (⭐4.9k)</a> - Python Geocoding Toolbox.</li>
</ul>
<h3><p>Projects / Debugging Tools</p>
</h3>
<ul>
<li>pdb-like Debugger<ul>
<li><a href="https://github.com/gotcha/ipdb" rel="noopener noreferrer">ipdb (⭐2k)</a> - IPython-enabled <a href="https://docs.python.org/3/library/pdb.html" rel="noopener noreferrer">pdb</a>.</li>
<li><a href="https://github.com/inducer/pudb" rel="noopener noreferrer">pudb (⭐3.2k)</a> - A full-screen, console-based Python debugger.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Documentation</p>
</h3>
<ul>
<li><a href="https://github.com/sphinx-doc/sphinx/" rel="noopener noreferrer">sphinx (⭐8k)</a> - Python Documentation generator.<ul>
<li><a href="https://github.com/ygzgxyz/awesome-sphinxdoc" rel="noopener noreferrer">awesome-sphinxdoc (⭐979)</a></li>
</ul>
</li>
</ul>
<h3><p>Projects / Network Virtualization</p>
</h3>
<ul>
<li><a href="https://github.com/secdev/scapy" rel="noopener noreferrer">scapy (⭐13k)</a> - A brilliant packet manipulation library.</li>
</ul>
<h3><p>Projects / File Manipulation</p>
</h3>
<ul>
<li><a href="https://github.com/gorakhargosh/watchdog" rel="noopener noreferrer">watchdog (⭐7.4k)</a> - API and shell utilities to monitor file system events.</li>
</ul>

<ul>
<li><a href="https://github.com/ahupp/python-magic" rel="noopener noreferrer">python-magic (⭐2.9k)</a> - A Python interface to the libmagic file type identification library.</li>
</ul>
<h3><p>Projects / Image Processing</p>
</h3>
<ul>
<li>General<ul>
<li><a href="https://github.com/python-pillow/Pillow" rel="noopener noreferrer">pillow (⭐14k)</a> - Pillow is the friendly <a href="https://www.pythonware.com/products/pil/" rel="noopener noreferrer">PIL</a> fork.</li>
<li><a href="https://github.com/scikit-image/scikit-image" rel="noopener noreferrer">scikit-image (⭐6.6k)</a> - A Python library for (scientific) image processing.</li>
<li><a href="https://github.com/danielgatis/rembg" rel="noopener noreferrer">rembg (⭐25k)</a> - A tool to remove image backgrounds.</li>
<li><a href="https://github.com/emcconville/wand" rel="noopener noreferrer">wand (⭐1.5k)</a> - Python bindings for <a href="https://www.imagemagick.org/script/magick-wand.php" rel="noopener noreferrer">MagickWand</a>, C API for ImageMagick.</li>
<li><a href="https://github.com/libvips/pyvips" rel="noopener noreferrer">pyvips (⭐812)</a> - A fast image processing library with low memory needs.</li>
</ul>
</li>
</ul>

<ul>
<li>Image Serving<ul>
<li><a href="https://github.com/thumbor/thumbor" rel="noopener noreferrer">thumbor (⭐11k)</a> - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Functional Programming</p>
</h3>
<ul>
<li><a href="https://github.com/Suor/funcy" rel="noopener noreferrer">funcy (⭐3.5k)</a> - A fancy and practical functional tools.</li>
</ul>
<h3><p>Projects / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/pallets/itsdangerous" rel="noopener noreferrer">itsdangerous (⭐3.1k)</a> - Various helpers to pass trusted data to untrusted environments.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/11/12/"/>
    <summary>12 awesome projects updated on Nov 12, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/05/09/</id>
    <title>Awesome Python Updates on May 09, 2016</title>
    <updated>2016-05-09T09:59:34.000Z</updated>
    <published>2016-05-09T09:59:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Testing</p>
</h3>
<ul>
<li>Load Testing<ul>
<li><a href="https://github.com/locustio/locust" rel="noopener noreferrer">locust (⭐28k)</a> - Scalable user load testing tool written in Python.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/05/09/"/>
    <summary>1 awesome projects updated on May 09, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/08/28/</id>
    <title>Awesome Python Updates on Aug 28, 2015</title>
    <updated>2015-08-28T18:04:35.000Z</updated>
    <published>2015-08-28T18:04:35.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Testing</p>
</h3>
<ul>
<li>Object Factories<ul>
<li><a href="https://github.com/FactoryBoy/factory_boy" rel="noopener noreferrer">factory_boy (⭐3.8k)</a> - A test fixtures replacement for Python.</li>
<li><a href="https://github.com/litestar-org/polyfactory" rel="noopener noreferrer">polyfactory (⭐1.5k)</a> - mock data generation library with support to classes (continuation of <code>pydantic-factories</code>)</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2015/08/28/"/>
    <summary>1 awesome projects updated on Aug 28, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/08/14/</id>
    <title>Awesome Python Updates on Aug 14, 2015</title>
    <updated>2015-08-14T18:34:28.000Z</updated>
    <published>2015-08-14T18:34:28.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / HTML Manipulation</p>
</h3>
<ul>
<li><a href="https://github.com/martinblech/xmltodict" rel="noopener noreferrer">xmltodict (⭐5.8k)</a> - Working with XML feel like you are working with JSON.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2015/08/14/"/>
    <summary>1 awesome projects updated on Aug 14, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2014/08/13/</id>
    <title>Awesome Python Updates on Aug 13, 2014</title>
    <updated>2014-08-13T14:17:24.000Z</updated>
    <published>2014-08-13T14:17:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Database Drivers</p>
</h3>
<ul>
<li>PostgreSQL - <a href="https://github.com/dhamaniasad/awesome-postgres" rel="noopener noreferrer">awesome-postgres (⭐12k)</a><ul>
<li><a href="https://github.com/psycopg/psycopg" rel="noopener noreferrer">psycopg (⭐2.5k)</a> - The most popular PostgreSQL adapter for Python.</li>
<li><a href="https://github.com/MagicStack/asyncpg" rel="noopener noreferrer">asyncpg (⭐8.1k)</a> - A fast PostgreSQL Database Client Library for Python/asyncio.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2014/08/13/"/>
    <summary>1 awesome projects updated on Aug 13, 2014</summary>
  </entry>
</feed>