<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Python Updates Weekly</title>
  <id>https://www.trackawesomelist.com/vinta/awesome-python/week/feed.xml</id>
  <updated>2026-06-04T05:03:15.423Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/vinta/awesome-python/week/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/vinta/awesome-python/week/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/vinta/awesome-python/week/"/>
  <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>An opinionated list of Python frameworks, libraries, tools, and resources</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2026/23/</id>
    <title>Awesome Python Updates on Jun 08 - Jun 14, 2026</title>
    <updated>2026-06-04T05:03:15.423Z</updated>
    <published>2026-06-03T05:10:45.244Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Machine Learning</p>
</h3>
<ul>
<li><a href="https://github.com/mindsdb/minds-platform" rel="noopener noreferrer">mindsdb (⭐39k)</a> - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.</li>
</ul>
<h3><p>Projects / Data Analysis</p>
</h3>
<ul>
<li><a href="https://github.com/Data-Centric-AI-Community/fg-data-profiling" rel="noopener noreferrer">data-profiling (⭐14k)</a> - Generate detailed data profiling reports for pandas DataFrames.</li>
</ul>
<h3><p>Projects / Science</p>
</h3>
<ul>
<li>Simulation and Modeling<ul>
<li><a href="https://github.com/mesa/mesa" rel="noopener noreferrer">mesa (⭐3.7k)</a> - An agent-based modeling framework for building, analyzing, and visualizing complex system simulations.</li>
<li><a href="https://github.com/pathsim/pathsim" rel="noopener noreferrer">pathsim (⭐385)</a> - A block-based system modeling and simulation framework with a browser-based visual editor.</li>
<li><a href="https://github.com/pymc-devs/pymc" rel="noopener noreferrer">pymc (⭐9.6k)</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>
</ul>
</li>
</ul>
<h3><p>Projects / Audio &amp; Video Processing</p>
</h3>
<ul>
<li>Audio<ul>
<li><a href="https://github.com/birdnet-team/BirdNET-Analyzer" rel="noopener noreferrer">birdnet (⭐1.6k)</a> - Deep learning framework for acoustic species detection; identifies bird species from audio recordings using TensorFlow.</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 (⭐14k)</a> - Lightweight ONNX text-to-speech library with small CPU-friendly models.</li>
<li><a href="https://github.com/librosa/librosa" rel="noopener noreferrer">librosa (⭐8.4k)</a> - Python library for audio and music analysis.</li>
<li><a href="https://github.com/sergree/matchering" rel="noopener noreferrer">matchering (⭐2.5k)</a> - A library for automated reference audio mastering.</li>
<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>
</ul>
</li>
</ul>
<h3><p>Projects / Built-in Classes Enhancement</p>
</h3>
<ul>
<li><a href="https://github.com/aminalaee/uuid-utils" rel="noopener noreferrer">uuid-utils (⭐317)</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 / Hardware</p>
</h3>
<ul>
<li><a href="https://github.com/N4S4/synology-api" rel="noopener noreferrer">synology-api (⭐548)</a> - Python wrapper for Synology NAS APIs: Surveillance Station, File Station, Download Station, Docker, and 50+ other endpoints.</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/23/"/>
    <summary>9 awesome projects updated on Jun 08 - Jun 14, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/22/</id>
    <title>Awesome Python Updates on Jun 01 - Jun 07, 2026</title>
    <updated>2026-05-31T04:52:11.992Z</updated>
    <published>2026-05-28T16:26:53.814Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Machine Learning</p>
</h3>
<ul>
<li><ul>
<li><a href="https://github.com/koaning/scikit-lego" rel="noopener noreferrer">scikit-lego (⭐1.4k)</a> - A collection of lego bricks for scikit-learn pipelines.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Database</p>
</h3>
<ul>
<li><a href="https://github.com/chdb-io/chdb" rel="noopener noreferrer">chdb (⭐2.7k)</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>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/22/"/>
    <summary>2 awesome projects updated on Jun 01 - Jun 07, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/21/</id>
    <title>Awesome Python Updates on May 25 - May 31, 2026</title>
    <updated>2026-05-18T04:41:49.093Z</updated>
    <published>2026-05-18T04:41:49.093Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Computer Vision</p>
</h3>
<ul>
<li><a href="https://github.com/ultralytics/ultralytics" rel="noopener noreferrer">ultralytics (⭐58k)</a> - Ultralytics YOLO for object detection, segmentation, pose estimation, and classification with state-of-the-art accuracy and speed.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/21/"/>
    <summary>1 awesome projects updated on May 25 - May 31, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/20/</id>
    <title>Awesome Python Updates on May 18 - May 24, 2026</title>
    <updated>2026-05-12T04:04:55.466Z</updated>
    <published>2026-05-11T15:36:01.900Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Data Analysis</p>
</h3>
<ul>
<li><a href="https://github.com/simonw/datasette" rel="noopener noreferrer">datasette (⭐11k)</a> - An open source multi-tool for exploring and publishing data.</li>
</ul>

<ul>
<li><a href="https://github.com/desbordante/desbordante-core/" rel="noopener noreferrer">desbordante (⭐482)</a> - An open source data profiler for complex pattern discovery.</li>
</ul>

<ul>
<li><a href="https://github.com/ibis-project/ibis" rel="noopener noreferrer">ibis (⭐6.6k)</a> - A portable Python dataframe library with a single API for 20+ backends.</li>
</ul>

<ul>
<li><a href="https://github.com/modin-project/modin" rel="noopener noreferrer">modin (⭐10k)</a> - A drop-in pandas replacement that scales workflows by changing a single line of code.</li>
</ul>

<ul>
<li><a href="https://github.com/pandas-dev/pandas" rel="noopener noreferrer">pandas (⭐49k)</a> - A library providing high-performance, easy-to-use data structures and data analysis tools.</li>
</ul>

<ul>
<li><a href="https://github.com/pathwaycom/pathway" rel="noopener noreferrer">pathway (⭐63k)</a> - Real-time data processing framework for Python with reactive dataflows.</li>
</ul>

<ul>
<li><a href="https://github.com/pola-rs/polars" rel="noopener noreferrer">polars (⭐39k)</a> - A fast DataFrame library implemented in Rust with a Python API.</li>
</ul>
<h3><p>Projects / Data Ingestion / ETL</p>
</h3>
<ul>
<li>General<ul>
<li><a href="https://github.com/dlt-hub/dlt" rel="noopener noreferrer">dlt (⭐5.4k)</a> - A Python library for building data pipelines with automatic schema inference, incremental loading, and support for multiple sources and destinations.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/20/"/>
    <summary>8 awesome projects updated on May 18 - May 24, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/19/</id>
    <title>Awesome Python Updates on May 11 - May 17, 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.2k)</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/19/"/>
    <summary>2 awesome projects updated on May 11 - May 17, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/18/</id>
    <title>Awesome Python Updates on May 04 - May 10, 2026</title>
    <updated>2026-04-28T04:04:27.193Z</updated>
    <published>2026-04-28T04:04:27.193Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Environment Management</p>
</h3>
<ul>
<li><a href="https://github.com/Tlaloc-Es/killpy" rel="noopener noreferrer">KillPy (⭐114)</a> - Analyze, detect, and clean unused Python environments and pipx packages.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/18/"/>
    <summary>1 awesome projects updated on May 04 - May 10, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/17/</id>
    <title>Awesome Python Updates on Apr 27 - May 03, 2026</title>
    <updated>2026-04-25T03:31:53.892Z</updated>
    <published>2026-04-22T03:38:49.477Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / AI and Agents</p>
</h3>
<ul>
<li>Orchestration<ul>
<li><a href="https://github.com/ag2ai/ag2" rel="noopener noreferrer">ag2 (⭐4.6k)</a> - An open-source AgentOS for multi-agent orchestration and building agentic AI systems.</li>
<li><a href="https://github.com/microsoft/autogen" rel="noopener noreferrer">autogen (⭐59k)</a> - A programming framework for building agentic AI applications.</li>
<li><a href="https://github.com/sipyourdrink-ltd/bernstein" rel="noopener noreferrer">bernstein (⭐466)</a> - A deterministic Python orchestrator for CLI coding agents (Claude Code, Codex, Gemini CLI, and 40+ more) with parallel git worktrees and an HMAC-signed audit chain.</li>
<li><a href="https://github.com/getbindu/Bindu" rel="noopener noreferrer">bindu (⭐6.8k)</a> - A framework that wraps any agent handler with DID-based cryptographic identity, A2A JSON-RPC over HTTP, OAuth2 auth, x402 (USDC) payments, and a built-in operator inbox.</li>
<li><a href="https://github.com/bubbuild/bub" rel="noopener noreferrer">bub (⭐1.5k)</a> - A lightweight, hook-first Python framework for channel-native agents that live alongside people.</li>
<li><a href="https://github.com/crewAIInc/crewAI" rel="noopener noreferrer">crewai (⭐52k)</a> - A framework for orchestrating role-playing autonomous AI agents for collaborative task solving.</li>
<li><a href="https://github.com/stanfordnlp/dspy" rel="noopener noreferrer">dspy (⭐35k)</a> - A framework for programming, not prompting, language models.</li>
<li><a href="https://github.com/nousresearch/hermes-agent" rel="noopener noreferrer">hermes-agent (⭐168k)</a> - An adaptive AI agent framework that grows with you.</li>
<li><a href="https://github.com/langchain-ai/langchain" rel="noopener noreferrer">langchain (⭐138k)</a> - Building applications with LLMs through composability.</li>
<li><a href="https://github.com/openai/openai-agents-python" rel="noopener noreferrer">openai-agents (⭐27k)</a> - OpenAI's framework for building and managing AI agents.</li>
<li><a href="https://github.com/Einsia/OpenChronicle" rel="noopener noreferrer">OpenChronicle (⭐2.8k)</a> - Open-source, local-first memory for any tool-capable LLM agent.</li>
<li><a href="https://github.com/promptise-com/foundry" rel="noopener noreferrer">promptise (⭐844)</a> - A framework for building end-to-end production-ready agentic systems, scalable &amp; secure MCP's and autonomous agents.</li>
<li><a href="https://github.com/pydantic/pydantic-ai" rel="noopener noreferrer">pydantic-ai (⭐17k)</a> - A Python agent framework for building generative AI applications with structured schemas.</li>
<li><a href="https://github.com/TauricResearch/TradingAgents" rel="noopener noreferrer">TradingAgents (⭐82k)</a> - A multi-agents LLM financial trading framework.</li>
</ul>
</li>
</ul>

<ul>
<li>Speech<ul>
<li><a href="https://github.com/openai/whisper" rel="noopener noreferrer">openai-whisper (⭐101k)</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 (⭐16k)</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</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/OpenBMB/VoxCPM" rel="noopener noreferrer">voxcpm (⭐20k)</a> - A tokenizer-free text-to-speech foundation model for multilingual speech generation and voice cloning.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Machine Learning</p>
</h3>
<ul>
<li><a href="https://github.com/google-research/timesfm" rel="noopener noreferrer">timesfm (⭐21k)</a> - A pretrained foundation model from Google Research for time-series forecasting.</li>
</ul>
<h3><p>Projects / Web APIs</p>
</h3>
<ul>
<li>Django<ul>
<li><a href="https://github.com/wemake-services/django-modern-rest" rel="noopener noreferrer">django-modern-rest</a> - Modern REST with speed, types, async, <code>msgspec</code>, <code>pydantic</code> and other goodies!</li>
<li><a href="https://github.com/vitalik/django-ninja" rel="noopener noreferrer">django-ninja</a> - Fast, Django REST framework based on type hints and Pydantic.</li>
<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/strawberry-graphql/strawberry-django" rel="noopener noreferrer">strawberry-django (⭐495)</a> - Strawberry GraphQL integration with Django.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Messaging</p>
</h3>
<ul>
<li><a href="https://github.com/ag2ai/faststream" rel="noopener noreferrer">faststream (⭐5.2k)</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 (⭐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/17/"/>
    <summary>6 awesome projects updated on Apr 27 - May 03, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/16/</id>
    <title>Awesome Python Updates on Apr 20 - Apr 26, 2026</title>
    <updated>2026-04-19T13:24:09.062Z</updated>
    <published>2026-04-13T14:07:32.891Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / HTTP Clients</p>
</h3>
<ul>
<li><a href="https://github.com/ozeranskii/httptap" rel="noopener noreferrer">httptap (⭐498)</a> - Dissects an HTTP request into DNS, TCP, TLS, wait, and transfer phases and renders the timings as a waterfall.</li>
</ul>
<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/16/"/>
    <summary>2 awesome projects updated on Apr 20 - Apr 26, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/15/</id>
    <title>Awesome Python Updates on Apr 13 - Apr 19, 2026</title>
    <updated>2026-04-07T13:59:24.741Z</updated>
    <published>2026-04-07T13:59:24.741Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / WebSocket</p>
</h3>
<ul>
<li><a href="https://github.com/tarasko/picows" rel="noopener noreferrer">picows (⭐276)</a> - Fastest WebSocket clients and servers with a frame level interface for the most demanding use-cases.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/15/"/>
    <summary>1 awesome projects updated on Apr 13 - Apr 19, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/14/</id>
    <title>Awesome Python Updates on Apr 06 - Apr 12, 2026</title>
    <updated>2026-03-30T14:01:46.928Z</updated>
    <published>2026-03-30T14:01:46.928Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Data Validation</p>
</h3>
<ul>
<li><a href="https://github.com/alecthomas/voluptuous" rel="noopener noreferrer">voluptuous (⭐1.8k)</a> - A Python data validation library primarily intended for validating data from untrusted sources.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/14/"/>
    <summary>1 awesome projects updated on Apr 06 - Apr 12, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/13/</id>
    <title>Awesome Python Updates on Mar 30 - Apr 05, 2026</title>
    <updated>2026-03-29T13:20:15.545Z</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 (⭐82)</a> - Django backend agent skills for Django, DRF, Celery, and Django-specific code review.</li>
<li><a href="https://github.com/safishamsi/graphify" rel="noopener noreferrer">graphify (⭐64k)</a> - Turn any folder of code, SQL schemas, docs, papers, images, or videos into a queryable knowledge graph.</li>
<li><a href="https://github.com/alchaincyf/nuwa-skill/blob/main/README_EN.md" rel="noopener noreferrer">nuwa-skill (⭐23k)</a> - Nuwa distills the thinking of anyone — let Musk, Naval, Munger, and Feynman work for you.</li>
<li><a href="https://github.com/getsentry/skills" rel="noopener noreferrer">sentry-skills (⭐744)</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</a> - Python-friendly security skills for auditing, testing, and safer backend development.</li>
</ul>
</li>
</ul>

<ul>
<li>Data Layer<ul>
<li><a href="https://github.com/567-labs/instructor" rel="noopener noreferrer">instructor (⭐13k)</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 (⭐50k)</a> - A data framework for your LLM application.</li>
<li><a href="https://github.com/mem0ai/mem0" rel="noopener noreferrer">mem0 (⭐57k)</a> - An intelligent memory layer for AI agents enabling personalized interactions.</li>
<li><a href="https://github.com/dottxt-ai/outlines" rel="noopener noreferrer">outlines (⭐14k)</a> - Structured text generation for LLMs with JSON schema, regex, and grammar-constrained decoding.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Machine Learning</p>
</h3>
<ul>
<li><a href="https://github.com/Diyago/Tabular-data-generation" rel="noopener noreferrer">TabGAN (⭐569)</a> - Synthetic tabular data generation using GANs, Diffusion Models, and LLMs.</li>
</ul>
<h3><p>Projects / Logging</p>
</h3>
<ul>
<li><a href="https://github.com/josheppinette/python-logfmter" rel="noopener noreferrer">logfmter (⭐104)</a> - A standard library compatible logfmt formatter.</li>
</ul>
<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/13/"/>
    <summary>5 awesome projects updated on Mar 30 - Apr 05, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/12/</id>
    <title>Awesome Python Updates on Mar 23 - Mar 29, 2026</title>
    <updated>2026-03-22T13:14:51.038Z</updated>
    <published>2026-03-16T03:33:03.203Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Deep Learning</p>
</h3>
<ul>
<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>
</ul>
<h3><p>Projects / Machine Learning</p>
</h3>
<ul>
<li><a href="https://github.com/catboost/catboost" rel="noopener noreferrer">catboost (⭐9k)</a> - A fast, scalable, high performance gradient boosting on decision trees library.</li>
</ul>

<ul>
<li><a href="https://github.com/feature-engine/feature_engine" rel="noopener noreferrer">feature_engine (⭐2.2k)</a> - sklearn compatible API with the widest toolset for feature engineering and selection.</li>
</ul>

<ul>
<li><a href="https://github.com/h2oai/h2o-3" rel="noopener noreferrer">h2o (⭐7.5k)</a> - Open Source Fast Scalable Machine Learning Platform.</li>
</ul>

<ul>
<li><a href="https://github.com/lightgbm-org/LightGBM" rel="noopener noreferrer">lightgbm</a> - A fast, distributed, high performance gradient boosting framework.</li>
</ul>

<ul>
<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>
</ul>

<ul>
<li><a href="https://github.com/scikit-learn/scikit-learn" rel="noopener noreferrer">scikit-learn (⭐66k)</a> - The most popular Python library for Machine Learning with extensive documentation and community support.</li>
</ul>

<ul>
<li><a href="https://github.com/apache/spark" rel="noopener noreferrer">spark.ml (⭐43k)</a> - <a href="https://spark.apache.org/" rel="noopener noreferrer">Apache Spark</a>'s scalable <a href="https://spark.apache.org/docs/latest/ml-guide.html" rel="noopener noreferrer">Machine Learning library</a> for distributed computing.</li>
</ul>
<h3><p>Projects / Natural Language Processing</p>
</h3>
<ul>
<li>General<ul>
<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/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/stanfordnlp/stanza" rel="noopener noreferrer">stanza (⭐7.8k)</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/fighting41love/funNLP" rel="noopener noreferrer">funnlp (⭐81k)</a> - A collection of tools and datasets for Chinese NLP.</li>
<li><a href="https://github.com/fxsjy/jieba" rel="noopener noreferrer">jieba (⭐35k)</a> - The most popular Chinese text segmentation library.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Computer Vision</p>
</h3>
<ul>
<li><a href="https://github.com/opencv/opencv-python" rel="noopener noreferrer">opencv (⭐5.3k)</a> - Open Source Computer Vision Library.</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 / Web Frameworks</p>
</h3>
<ul>
<li>Synchronous<ul>
<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/django/django" rel="noopener noreferrer">django (⭐88k)</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/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/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 (⭐573)</a></li>
</ul>
</li>
<li><a href="https://github.com/AnswerDotAI/fasthtml" rel="noopener noreferrer">fasthtml (⭐6.9k)</a> - The fastest way to create an HTML app.<ul>
<li><a href="https://github.com/amosgyamfi/awesome-fasthtml" rel="noopener noreferrer">awesome-fasthtml (⭐82)</a></li>
</ul>
</li>
<li><a href="https://github.com/MasoniteFramework/masonite" rel="noopener noreferrer">masonite (⭐2.4k)</a> - The modern and developer centric Python web framework.</li>
</ul>
</li>
</ul>

<ul>
<li>Asynchronous<ul>
<li><a href="https://github.com/litestar-org/litestar" rel="noopener noreferrer">litestar (⭐8.3k)</a> - Production-ready, capable and extensible ASGI Web framework.</li>
<li><a href="https://github.com/miguelgrinberg/microdot" rel="noopener noreferrer">microdot (⭐2.1k)</a> - The impossibly small web framework for Python and MicroPython.</li>
<li><a href="https://github.com/reflex-dev/reflex" rel="noopener noreferrer">reflex (⭐28k)</a> - A framework for building reactive, full-stack web applications entirely with Python.</li>
<li><a href="https://github.com/sparckles/Robyn" rel="noopener noreferrer">robyn</a> - A high-performance async Python web framework with a Rust runtime.</li>
<li><a href="https://github.com/Kludex/starlette" rel="noopener noreferrer">starlette (⭐12k)</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>
</ul>
</li>
</ul>
<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>Framework Agnostic<ul>
<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/falconry/falcon" rel="noopener noreferrer">falcon (⭐9.8k)</a> - A high-performance framework for building cloud APIs and web app backends.</li>
<li><a href="https://github.com/fastapi/fastapi" rel="noopener noreferrer">fastapi (⭐99k)</a> - A modern, fast, web framework for building APIs with standard Python type hints.</li>
<li><a href="https://github.com/sanic-org/sanic" rel="noopener noreferrer">sanic (⭐19k)</a> - A Python web server and web framework that's written to go fast.</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>
<li><a href="https://github.com/marshmallow-code/webargs" rel="noopener noreferrer">webargs (⭐1.4k)</a> - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Web Servers</p>
</h3>
<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>
<li><a href="https://github.com/tomerfiliba-org/rpyc" rel="noopener noreferrer">rpyc (⭐1.7k)</a> (Remote Python Call) - A transparent and symmetric RPC library for Python.</li>
</ul>
</li>
</ul>
<h3><p>Projects / WebSocket</p>
</h3>
<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>

<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>
<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 (⭐436)</a> - Hyperfast and lightweight templating for the Python platform.</li>
</ul>
<h3><p>Projects / Authentication</p>
</h3>
<ul>
<li>OAuth<ul>
<li><a href="https://github.com/authlib/authlib" rel="noopener noreferrer">authlib</a> - JavaScript Object Signing and Encryption draft implementation.</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</a> - OAuth 2 goodies for Django.</li>
<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>
</ul>
</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>

<ul>
<li><a href="https://github.com/mher/flower" rel="noopener noreferrer">flower (⭐7.2k)</a> - Real-time monitor and web admin for Celery.</li>
</ul>
<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 / HTTP Clients</p>
</h3>
<ul>
<li><a href="https://github.com/aio-libs/aiohttp" rel="noopener noreferrer">aiohttp (⭐16k)</a> - Asynchronous HTTP client/server framework for asyncio and Python.</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 / ORM</p>
</h3>
<ul>
<li>Relational Databases<ul>
<li><a href="https://github.com/django/django" rel="noopener noreferrer">django.db.models (⭐88k)</a> - 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/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 (⭐3k)</a></li>
</ul>
</li>
<li><a href="https://github.com/pudo/dataset" rel="noopener noreferrer">dataset (⭐4.9k)</a> - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.</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/ponyorm/pony/" rel="noopener noreferrer">pony (⭐3.8k)</a> - ORM that provides a generator-oriented interface to SQL.</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>
<li><a href="https://github.com/tortoise/tortoise-orm" rel="noopener noreferrer">tortoise-orm (⭐5.6k)</a> - An easy-to-use asyncio ORM inspired by Django, with relations support.</li>
</ul>
</li>
</ul>

<ul>
<li>NoSQL Databases<ul>
<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>
<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/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>
</ul>
</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/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>
<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>
</ul>
</li>
</ul>

<ul>
<li>NoSQL Databases<ul>
<li><a href="https://github.com/apache/cassandra-python-driver" rel="noopener noreferrer">cassandra-driver</a> - The Python Driver for Apache Cassandra.</li>
<li><a href="https://github.com/mongodb/django-mongodb-backend" rel="noopener noreferrer">django-mongodb-backend (⭐221)</a> - Official MongoDB database backend for Django.</li>
<li><a href="https://github.com/mongodb/mongo-python-driver" rel="noopener noreferrer">pymongo (⭐4.3k)</a> - The official Python client for MongoDB.</li>
<li><a href="https://github.com/redis/redis-py" rel="noopener noreferrer">redis-py (⭐14k)</a> - The Python client for Redis.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Database</p>
</h3>
<ul>
<li><a href="https://github.com/chroma-core/chroma" rel="noopener noreferrer">chromadb (⭐28k)</a> - An open-source embedding database for building AI applications with embeddings and semantic search.</li>
</ul>

<ul>
<li><a href="https://github.com/duckdb/duckdb" rel="noopener noreferrer">duckdb (⭐39k)</a> - An in-process SQL OLAP database management system; optimized for analytics and fast queries, similar to SQLite but for analytical workloads.</li>
</ul>

<ul>
<li><a href="https://github.com/patx/pickledb" rel="noopener noreferrer">pickledb (⭐1.1k)</a> - A simple and lightweight key-value store for Python.</li>
</ul>

<ul>
<li><a href="https://github.com/zopefoundation/ZODB" rel="noopener noreferrer">ZODB (⭐755)</a> - A native object database for Python. A key-value and object graph database.</li>
</ul>
<h3><p>Projects / Caching</p>
</h3>
<ul>
<li><a href="https://github.com/tkem/cachetools" rel="noopener noreferrer">cachetools (⭐2.7k)</a> - Extensible memoizing collections and decorators.</li>
</ul>
<h3><p>Projects / Search</p>
</h3>
<ul>
<li><a href="https://github.com/elastic/elasticsearch-py" rel="noopener noreferrer">elasticsearch-py (⭐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>
<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 / Data Ingestion / ETL</p>
</h3>
<ul>
<li>Financial Data<ul>
<li><a href="https://github.com/akfamily/akshare" rel="noopener noreferrer">akshare (⭐20k)</a> - A financial data interface library, built for human beings!</li>
<li><a href="https://github.com/dgunning/edgartools" rel="noopener noreferrer">edgartools (⭐2.3k)</a> - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.</li>
<li><a href="https://github.com/Lumiwealth/lumibot" rel="noopener noreferrer">lumibot (⭐1.6k)</a> - Algorithmic trading framework for backtesting and live deployment across stocks, options, crypto, futures, and forex.</li>
<li><a href="https://github.com/OpenBB-finance/OpenBB" rel="noopener noreferrer">openbb (⭐68k)</a> - A financial data platform for analysts, quants and AI agents.</li>
<li><a href="https://github.com/ranaroussi/yfinance" rel="noopener noreferrer">yfinance (⭐24k)</a> - Easy Pythonic way to download market and financial data from Yahoo Finance.</li>
</ul>
</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 / Data Visualization</p>
</h3>
<ul>
<li>Plotting<ul>
<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>
<li><a href="https://github.com/bqplot/bqplot" rel="noopener noreferrer">bqplot (⭐3.7k)</a> - Interactive Plotting Library for the Jupyter Notebook.</li>
<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/has2k1/plotnine" rel="noopener noreferrer">plotnine (⭐4.6k)</a> - A grammar of graphics for Python based on ggplot2.</li>
<li><a href="https://github.com/Kozea/pygal" rel="noopener noreferrer">pygal (⭐2.8k)</a> - A Python SVG Charts Creator.</li>
<li><a href="https://github.com/pyqtgraph/pyqtgraph" rel="noopener noreferrer">pyqtgraph (⭐4.3k)</a> - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.</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/ultraplot/UltraPlot" rel="noopener noreferrer">ultraplot (⭐300)</a> - Matplotlib wrapper for publication-ready scientific figures with minimal code. Includes advanced subplot management, panel layouts, and batteries-included geoscience plotting.</li>
<li><a href="https://github.com/vispy/vispy" rel="noopener noreferrer">vispy (⭐3.6k)</a> - High-performance scientific visualization based on OpenGL.</li>
</ul>
</li>
</ul>

<ul>
<li>Dashboards and Apps<ul>
<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>
<li><a href="https://github.com/streamlit/streamlit" rel="noopener noreferrer">streamlit (⭐45k)</a> - A framework which lets you build dashboards, generate reports, or create chat apps in minutes.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Geolocation</p>
</h3>
<ul>
<li><a href="https://github.com/django/django" rel="noopener noreferrer">geodjango (⭐88k)</a> - A world-class geographic web framework that is part of <a href="https://docs.djangoproject.com/en/dev/ref/contrib/gis/" rel="noopener noreferrer">Django</a>.</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.1k)</a> - Biopython is a set of freely available tools for biological computation.</li>
<li><a href="https://github.com/cclib/cclib" rel="noopener noreferrer">cclib (⭐408)</a> - A library for parsing and interpreting the results of computational chemistry packages.</li>
<li><a href="https://github.com/openbabel/openbabel" rel="noopener noreferrer">openbabel (⭐1.3k)</a> - A chemical toolbox designed to speak the many languages of chemical data.</li>
<li><a href="https://github.com/rdkit/rdkit" rel="noopener noreferrer">rdkit (⭐3.5k)</a> - Cheminformatics and Machine Learning Software.</li>
</ul>
</li>
</ul>

<ul>
<li>Physics and Engineering<ul>
<li><a href="https://github.com/astropy/astropy" rel="noopener noreferrer">astropy (⭐5.2k)</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>
<li><a href="https://github.com/pydy/pydy" rel="noopener noreferrer">pydy (⭐410)</a> - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion.</li>
<li><a href="https://github.com/AtsushiSakai/PythonRobotics" rel="noopener noreferrer">PythonRobotics (⭐30k)</a> - This is a compilation of various robotics algorithms with visualizations.</li>
</ul>
</li>
</ul>

<ul>
<li>Other<ul>
<li><a href="https://github.com/colour-science/colour" rel="noopener noreferrer">colour (⭐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 (⭐39k)</a> - An animation engine for explanatory math videos.</li>
<li><a href="https://github.com/networkx/networkx" rel="noopener noreferrer">networkx (⭐17k)</a> - A high-productivity software for complex networks.</li>
<li><a href="https://github.com/shapely/shapely" rel="noopener noreferrer">shapely (⭐4.4k)</a> - Manipulation and analysis of geometric objects in the Cartesian plane.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Quantum Computing</p>
</h3>
<ul>
<li><a href="https://github.com/PennyLaneAI/pennylane" rel="noopener noreferrer">pennylane (⭐3.2k)</a> — A hybrid quantum-classical machine learning library with automatic differentiation support.</li>
</ul>

<ul>
<li><a href="https://github.com/Qiskit/qiskit" rel="noopener noreferrer">qiskit (⭐7.4k)</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 (⭐2k)</a> - Quantum Toolbox in Python.</li>
</ul>
<h3><p>Projects / Algorithms and Design Patterns</p>
</h3>
<ul>
<li>Design Patterns<ul>
<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/pytransitions/transitions" rel="noopener noreferrer">transitions (⭐6.5k)</a> - A lightweight, object-oriented finite state machine implementation.</li>
</ul>
</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.6k)</a></li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/prompt-toolkit/ptpython" rel="noopener noreferrer">ptpython</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 (⭐10k)</a>.</li>
</ul>
<h3><p>Projects / Code Analysis</p>
</h3>
<ul>
<li>Code Analysis<ul>
<li><a href="https://github.com/scottrogowski/code2flow" rel="noopener noreferrer">code2flow (⭐4.6k)</a> - Turn your Python and JavaScript code into DOT flowcharts.</li>
<li><a href="https://github.com/prospector-dev/prospector" rel="noopener noreferrer">prospector</a> - A tool to analyze Python code.</li>
<li><a href="https://github.com/repowise-dev/repowise" rel="noopener noreferrer">repowise (⭐2.2k)</a> - Codebase intelligence that indexes repos into dependency graphs, git history, and auto-generated docs with dead code detection.</li>
<li><a href="https://github.com/jendrikseipp/vulture" rel="noopener noreferrer">vulture (⭐4.6k)</a> - A tool for finding and analyzing dead Python code.</li>
</ul>
</li>
</ul>

<ul>
<li>Code Linters<ul>
<li><a href="https://github.com/PyCQA/bandit" rel="noopener noreferrer">bandit (⭐8.1k)</a> - A tool designed to find common security issues in Python code.</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/pylint-dev/pylint" rel="noopener noreferrer">pylint (⭐5.7k)</a> - A fully customizable source code analyzer.</li>
</ul>
</li>
</ul>

<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 / Testing</p>
</h3>
<ul>
<li>Test Runners<ul>
<li><a href="https://github.com/wntrblm/nox" rel="noopener noreferrer">nox (⭐1.5k)</a> - Flexible test automation for Python.</li>
<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>
</ul>
</li>
</ul>

<ul>
<li>Mock<ul>
<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://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/mindflayer/python-mocket" rel="noopener noreferrer">mocket (⭐309)</a> - A socket mock framework with gevent/asyncio/SSL support.</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/lundberg/respx" rel="noopener noreferrer">respx (⭐803)</a> - Mock HTTPX with awesome request patterns and response side effects.</li>
<li><a href="https://github.com/kevin1024/vcrpy" rel="noopener noreferrer">vcrpy (⭐3k)</a> - Record and replay HTTP interactions on your tests.</li>
</ul>
</li>
</ul>

<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 / 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/pallets-eco/flask-debugtoolbar" rel="noopener noreferrer">flask-debugtoolbar (⭐979)</a> - A port of the django-debug-toolbar to flask.</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/bterwijn/memory_graph" rel="noopener noreferrer">memory_graph (⭐940)</a> - Visualize Python data at runtime to debug references, mutability, and aliasing.</li>
</ul>
</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>

<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 / DevOps Tools</p>
</h3>
<ul>
<li>Cloud Providers<ul>
<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/boto/boto3" rel="noopener noreferrer">boto3 (⭐9.8k)</a> - Python interface to Amazon Web Services.</li>
</ul>
</li>
</ul>

<ul>
<li>Deployment<ul>
<li><a href="https://github.com/aws/chalice" rel="noopener noreferrer">chalice (⭐11k)</a> - A Python serverless microframework for AWS.</li>
<li><a href="https://github.com/fabric/fabric" rel="noopener noreferrer">fabric (⭐15k)</a> - A simple, Pythonic tool for remote execution and deployment.</li>
</ul>
</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><a href="https://github.com/apache/airflow" rel="noopener noreferrer">airflow (⭐46k)</a> - Airflow is a platform to programmatically author, schedule and monitor workflows.</li>
</ul>

<ul>
<li><a href="https://github.com/agronholm/apscheduler" rel="noopener noreferrer">apscheduler (⭐7.5k)</a> - A light but powerful in-process task scheduler that lets you schedule functions.</li>
</ul>

<ul>
<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>

<ul>
<li><a href="https://github.com/PrefectHQ/prefect" rel="noopener noreferrer">prefect (⭐23k)</a> - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.</li>
</ul>

<ul>
<li><a href="https://github.com/sartography/SpiffWorkflow" rel="noopener noreferrer">SpiffWorkflow</a> - A powerful workflow engine implemented in pure Python.</li>
</ul>
<h3><p>Projects / Logging</p>
</h3>
<ul>
<li><a href="https://github.com/hynek/structlog" rel="noopener noreferrer">structlog (⭐4.8k)</a> - Structured logging made easy.</li>
</ul>
<h3><p>Projects / CLI Tools</p>
</h3>
<ul>
<li>Productivity Tools<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.4k)</a> - A library and command-line utility for rendering projects templates.</li>
<li><a href="https://github.com/sloria/doitlive" rel="noopener noreferrer">doitlive (⭐3.6k)</a> - A tool for live presentations in the terminal.</li>
<li><a href="https://github.com/nvbn/thefuck" rel="noopener noreferrer">thefuck (⭐97k)</a> - Correcting your previous console command.</li>
<li><a href="https://github.com/tmux-python/tmuxp" rel="noopener noreferrer">tmuxp (⭐4.5k)</a> - A <a href="https://github.com/tmux/tmux" rel="noopener noreferrer">tmux (⭐46k)</a> session manager.</li>
<li><a href="https://github.com/xonsh/xonsh/" rel="noopener noreferrer">xonsh (⭐9.5k)</a> - A Python-powered shell. Full-featured and cross-platform.</li>
<li><a href="https://github.com/yt-dlp/yt-dlp" rel="noopener noreferrer">yt-dlp (⭐169k)</a> - A command-line program to download videos from YouTube and other video sites, a fork of youtube-dl.</li>
</ul>
</li>
</ul>
<h3><p>Projects / GUI Development</p>
</h3>
<ul>
<li>Desktop<ul>
<li><a href="https://github.com/tomschimansky/customtkinter" rel="noopener noreferrer">customtkinter (⭐13k)</a> - A modern and customizable python UI-library based on Tkinter.</li>
<li><a href="https://github.com/hoffstadt/DearPyGui" rel="noopener noreferrer">dearpygui (⭐15k)</a> - A Simple GPU accelerated Python GUI framework</li>
<li><a href="https://github.com/nucleic/enaml" rel="noopener noreferrer">enaml (⭐1.6k)</a> - Creating beautiful user-interfaces with Declarative Syntax like QML.</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/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/GNOME/pygobject" rel="noopener noreferrer">pygobject (⭐157)</a> - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).</li>
<li><a href="https://www.riverbankcomputing.com/static/Docs/PyQt6/" rel="noopener noreferrer">PyQt</a> - Python bindings for the <a href="https://www.qt.io/" rel="noopener noreferrer">Qt</a> cross-platform application and UI framework.</li>
<li><a href="https://github.com/pyside/pyside-setup" rel="noopener noreferrer">pyside (⭐120)</a> - Qt for Python offers the official Python bindings for <a href="https://www.qt.io/" rel="noopener noreferrer">Qt</a>, this is same as PyQt but it's the official binding with different licensing.</li>
<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/beeware/toga" rel="noopener noreferrer">toga</a> - A Python native, OS native GUI toolkit.</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>
</ul>
</li>
</ul>

<ul>
<li>Web-based<ul>
<li><a href="https://github.com/flet-dev/flet" rel="noopener noreferrer">flet (⭐16k)</a> - Cross-platform GUI framework for building modern apps in pure Python.</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/r0x0r/pywebview/" rel="noopener noreferrer">pywebview (⭐5.9k)</a> - A lightweight cross-platform native wrapper around a webview component.</li>
</ul>
</li>
</ul>

<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>General<ul>
<li><a href="https://github.com/python-babel/babel" rel="noopener noreferrer">babel (⭐1.4k)</a> - An internationalization library for Python.</li>
<li><a href="https://github.com/chardet/chardet" rel="noopener noreferrer">chardet (⭐2.6k)</a> - Python character encoding detector.</li>
<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/rspeer/python-ftfy" rel="noopener noreferrer">ftfy (⭐4k)</a> - Makes Unicode text less broken and more consistent automagically.</li>
<li><a href="https://github.com/vinta/pangu.py" rel="noopener noreferrer">pangu.py (⭐274)</a> - Paranoid text spacing.</li>
<li><a href="https://github.com/pwaller/pyfiglet" rel="noopener noreferrer">pyfiglet (⭐1.6k)</a> - An implementation of figlet written in Python.</li>
<li><a href="https://github.com/mozillazg/python-pinyin" rel="noopener noreferrer">pypinyin (⭐5.3k)</a> - Convert Chinese hanzi (漢字) to pinyin (拼音).</li>
<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/life4/textdistance" rel="noopener noreferrer">textdistance (⭐3.5k)</a> - Compute distance between sequences with 30+ algorithms.</li>
<li><a href="https://github.com/avian2/unidecode" rel="noopener noreferrer">unidecode (⭐610)</a> - ASCII transliterations of Unicode text.</li>
</ul>
</li>
</ul>

<ul>
<li>Unique identifiers<ul>
<li><a href="https://github.com/sqids/sqids-python" rel="noopener noreferrer">sqids (⭐509)</a> - A library for generating short unique IDs from numbers.</li>
<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>
</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/derek73/python-nameparser" rel="noopener noreferrer">python-nameparser (⭐708)</a> - Parsing human names into their individual components.</li>
<li><a href="https://github.com/daviddrysdale/python-phonenumbers" rel="noopener noreferrer">python-phonenumbers (⭐3.7k)</a> - Parsing, formatting, storing and validating international phone numbers.</li>
<li><a href="https://github.com/selwin/python-user-agents" rel="noopener noreferrer">python-user-agents (⭐1.5k)</a> - Browser user agent parser.</li>
<li><a href="https://github.com/andialbrecht/sqlparse" rel="noopener noreferrer">sqlparse (⭐4k)</a> - A non-validating SQL parser.</li>
</ul>
</li>
</ul>
<h3><p>Projects / HTML Manipulation</p>
</h3>
<ul>
<li><a href="https://github.com/EmilStenstrom/justhtml/" rel="noopener noreferrer">justhtml (⭐1.1k)</a> - A pure Python HTML5 parser that just works.</li>
</ul>

<ul>
<li><a href="https://github.com/lxml/lxml" rel="noopener noreferrer">lxml (⭐3k)</a> - A very fast, easy-to-use and versatile library for handling HTML and XML.</li>
</ul>

<ul>
<li><a href="https://github.com/Kozea/tinycss2" rel="noopener noreferrer">tinycss2</a> - A low-level CSS parser and generator written in Python.</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.3k)</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/microsoft/markitdown" rel="noopener noreferrer">markitdown (⭐142k)</a> - Python tool for converting files and office documents to Markdown.</li>
<li><a href="https://github.com/lepture/mistune" rel="noopener noreferrer">mistune (⭐3k)</a> - Fastest and full featured pure Python parsers of Markdown.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Image Processing</p>
</h3>
<ul>
<li><a href="https://github.com/scikit-image/scikit-image" rel="noopener noreferrer">scikit-image (⭐6.5k)</a> - A Python library for (scientific) image processing.</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><a href="https://github.com/pythonarcade/arcade" rel="noopener noreferrer">arcade (⭐2k)</a> - Arcade is a modern Python framework for crafting games with compelling graphics and sound.</li>
</ul>

<ul>
<li><a href="https://github.com/panda3d/panda3d" rel="noopener noreferrer">panda3d (⭐5.1k)</a> - 3D game engine developed by Disney.</li>
</ul>

<ul>
<li><a href="https://github.com/py-sdl/py-sdl2" rel="noopener noreferrer">py-sdl2 (⭐341)</a> - A ctypes based wrapper for the SDL2 library.</li>
</ul>

<ul>
<li><a href="https://github.com/pygame/pygame" rel="noopener noreferrer">pygame (⭐8.8k)</a> - Pygame is a set of Python modules designed for writing games.</li>
</ul>

<ul>
<li><a href="https://github.com/mcfletch/pyopengl" rel="noopener noreferrer">pyopengl (⭐408)</a> - Python ctypes bindings for OpenGL and it's related APIs.</li>
</ul>

<ul>
<li><a href="https://github.com/renpy/renpy" rel="noopener noreferrer">renpy (⭐6.5k)</a> - A Visual Novel engine.</li>
</ul>
<h3><p>Projects / Implementations</p>
</h3>
<ul>
<li><a href="https://github.com/pypy/pypy" rel="noopener noreferrer">pypy (⭐1.7k)</a> - A very fast and compliant implementation of the Python language.</li>
</ul>
<h3><p>Projects / Asynchronous Programming</p>
</h3>
<ul>
<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>
</ul>
<h3><p>Projects / Date and Time</p>
</h3>
<ul>
<li><a href="https://github.com/scrapinghub/dateparser" rel="noopener noreferrer">dateparser (⭐2.8k)</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>

<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 / Environment Management</p>
</h3>
<ul>
<li><a href="https://github.com/pyenv-win/pyenv-win" rel="noopener noreferrer">pyenv-win (⭐7.3k)</a> - Pyenv for Windows.</li>
</ul>
<h3><p>Projects / Package Management</p>
</h3>
<ul>
<li><a href="https://github.com/pypa/pip" rel="noopener noreferrer">pip (⭐10k)</a> - The package installer for Python.</li>
</ul>

<ul>
<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>
</ul>

<ul>
<li><a href="https://github.com/python-poetry/poetry" rel="noopener noreferrer">poetry (⭐34k)</a> - Python dependency management and packaging made easy.</li>
</ul>
<h3><p>Projects / Distribution</p>
</h3>
<ul>
<li><a href="https://github.com/marcelotduarte/cx_Freeze" rel="noopener noreferrer">cx-Freeze (⭐1.5k)</a> - It is a Python tool that converts Python scripts into standalone executables and installers for Windows, macOS, and Linux.</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.8k)</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 (⭐44k)</a> - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.</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>
<h3><p>Projects / Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/tryton/tryton" rel="noopener noreferrer">tryton (⭐190)</a> - A general-purpose business framework.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/12/"/>
    <summary>105 awesome projects updated on Mar 23 - Mar 29, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/10/</id>
    <title>Awesome Python Updates on Mar 09 - Mar 15, 2026</title>
    <updated>2026-03-02T13:23:22.881Z</updated>
    <published>2026-03-02T13:23:22.881Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / File Format Processing</p>
</h3>
<ul>
<li>PDF<ul>
<li><a href="https://github.com/yfedoseev/pdf_oxide" rel="noopener noreferrer">pdf_oxide (⭐785)</a> - A fast PDF library for text extraction, image extraction, and markdown conversion, powered by Rust.</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>
<li><a href="https://github.com/pikepdf/pikepdf" rel="noopener noreferrer">pikepdf (⭐2.7k)</a> - A powerful library for reading and editing PDF files, based on qpdf.</li>
<li><a href="https://github.com/py-pdf/pypdf" rel="noopener noreferrer">pypdf</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/Kozea/WeasyPrint" rel="noopener noreferrer">weasyprint (⭐9.2k)</a> - A visual rendering engine for HTML and CSS that can export to PDF.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/10/"/>
    <summary>1 awesome projects updated on Mar 09 - Mar 15, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/9/</id>
    <title>Awesome Python Updates on Mar 02 - Mar 08, 2026</title>
    <updated>2026-02-25T03:15:01.593Z</updated>
    <published>2026-02-25T03:15:01.593Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Image Processing</p>
</h3>
<ul>
<li><a href="https://github.com/pymatting/pymatting" rel="noopener noreferrer">pymatting (⭐1.9k)</a> - A library for alpha matting.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/9/"/>
    <summary>1 awesome projects updated on Mar 02 - Mar 08, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/8/</id>
    <title>Awesome Python Updates on Feb 23 - Mar 01, 2026</title>
    <updated>2026-02-20T02:55:06.833Z</updated>
    <published>2026-02-20T02:55:06.833Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Quantum Computing</p>
</h3>
<ul>
<li><a href="https://github.com/quantumlib/Cirq" rel="noopener noreferrer">Cirq (⭐5k)</a> — A Google-developed framework focused on hardware-aware quantum circuit design for NISQ devices.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/8/"/>
    <summary>1 awesome projects updated on Feb 23 - Mar 01, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/6/</id>
    <title>Awesome Python Updates on Feb 09 - Feb 15, 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>Pre-trained Models and Inference<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>
<li><a href="https://github.com/ml-explore/mlx-lm" rel="noopener noreferrer">mlx-lm (⭐5.4k)</a> - Run and fine-tune large language models on Apple Silicon with MLX.</li>
<li><a href="https://github.com/sgl-project/sglang" rel="noopener noreferrer">sglang (⭐29k)</a> - A high-performance serving framework for large language models and multimodal models.</li>
<li><a href="https://github.com/huggingface/transformers" rel="noopener noreferrer">transformers (⭐161k)</a> - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks.</li>
<li><a href="https://github.com/unslothai/unsloth" rel="noopener noreferrer">unsloth (⭐66k)</a> - A library for faster LLM fine-tuning and training with reduced memory usage.</li>
<li><a href="https://github.com/vllm-project/vllm" rel="noopener noreferrer">vllm (⭐82k)</a> - A high-throughput and memory-efficient inference and serving engine for LLMs.</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 (⭐97k)</a> - Make websites accessible for AI agents with easy browser automation.</li>
<li><a href="https://github.com/unclecode/crawl4ai" rel="noopener noreferrer">crawl4ai (⭐68k)</a> - An open-source, LLM-friendly web crawler that provides lightning-fast, structured data extraction specifically designed for AI agents.</li>
<li><a href="https://github.com/MechanicalSoup/MechanicalSoup" rel="noopener noreferrer">mechanicalsoup (⭐4.9k)</a> - A Python library for automating interaction with websites.</li>
<li><a href="https://github.com/scrapy/scrapy" rel="noopener noreferrer">scrapy (⭐62k)</a> - A fast high-level screen scraping and web crawling framework.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/ijl/orjson" rel="noopener noreferrer">orjson (⭐8.1k)</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.1k)</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/datafolklabs/cement" rel="noopener noreferrer">cement (⭐1.3k)</a> - CLI Application Framework for Python.</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/google/python-fire" rel="noopener noreferrer">python-fire (⭐28k)</a> - A library for creating command line interfaces from absolutely any Python object.</li>
<li><a href="https://github.com/prompt-toolkit/python-prompt-toolkit" rel="noopener noreferrer">python-prompt-toolkit (⭐10k)</a> - A library for building powerful interactive command lines.</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>
</ul>
</li>
</ul>
<h3><p>Projects / File Format Processing</p>
</h3>
<ul>
<li>General<ul>
<li><a href="https://github.com/docling-project/docling" rel="noopener noreferrer">docling (⭐61k)</a> - Library for converting documents into structured data.</li>
<li><a href="https://github.com/kreuzberg-dev/kreuzberg" rel="noopener noreferrer">kreuzberg (⭐8.4k)</a> - High-performance document extraction library with a Rust core, supporting 62+ formats including PDF, Office, images with OCR, HTML, email, and archives.</li>
<li><a href="https://github.com/eliben/pyelftools" rel="noopener noreferrer">pyelftools (⭐2.2k)</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>
<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 / Penetration Testing</p>
</h3>
<ul>
<li><a href="https://github.com/sherlock-project/sherlock" rel="noopener noreferrer">sherlock (⭐84k)</a> - Hunt down social media accounts by username across social networks.</li>
</ul>
<h3><p>Projects / Hardware</p>
</h3>
<ul>
<li><a href="https://github.com/hbldh/bleak" rel="noopener noreferrer">bleak (⭐2.4k)</a> - A cross platform Bluetooth Low Energy Client for Python using asyncio.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/6/"/>
    <summary>10 awesome projects updated on Feb 09 - Feb 15, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/2/</id>
    <title>Awesome Python Updates on Jan 12 - Jan 18, 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.5k)</a> - Elevate your Django admin with a stunning modern interface, powerful features, and seamless user experience.</li>
</ul>

<ul>
<li><a href="https://github.com/offerrall/FuncToWeb" rel="noopener noreferrer">func-to-web (⭐411)</a> - Instantly create web UIs from Python functions using type hints. Zero frontend code required.</li>
</ul>
<h3><p>Projects / Database Drivers</p>
</h3>
<ul>
<li>Other Relational Databases<ul>
<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>
<li><a href="https://github.com/microsoft/mssql-python" rel="noopener noreferrer">mssql-python (⭐432)</a> - Official Microsoft driver for SQL Server and Azure SQL, built on ODBC for high performance and low memory usage.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Interactive Interpreter</p>
</h3>
<ul>
<li><a href="https://github.com/marimo-team/marimo" rel="noopener noreferrer">marimo (⭐21k)</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>Projects / Distribution</p>
</h3>
<ul>
<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>
</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/2/"/>
    <summary>8 awesome projects updated on Jan 12 - Jan 18, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/29/</id>
    <title>Awesome Python Updates on Jul 21 - Jul 27, 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 / Package Management</p>
</h3>
<ul>
<li><a href="https://github.com/astral-sh/uv" rel="noopener noreferrer">uv (⭐86k)</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/29/"/>
    <summary>1 awesome projects updated on Jul 21 - Jul 27, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/29/</id>
    <title>Awesome Python Updates on Jul 15 - Jul 21, 2024</title>
    <updated>2024-07-18T01:39:34.587Z</updated>
    <published>2024-07-18T01:39:34.587Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Deep Learning</p>
</h3>
<ul>
<li><a href="https://github.com/DLR-RM/stable-baselines3" rel="noopener noreferrer">stable-baselines3 (⭐13k)</a> - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/29/"/>
    <summary>1 awesome projects updated on Jul 15 - Jul 21, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/8/</id>
    <title>Awesome Python Updates on Feb 19 - Feb 25, 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 / Deep Learning</p>
</h3>
<ul>
<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>
<h3><p>Projects / Computer Vision</p>
</h3>
<ul>
<li><a href="https://github.com/JaidedAI/EasyOCR" rel="noopener noreferrer">easyocr (⭐30k)</a> - Ready-to-use OCR with 40+ languages supported.</li>
</ul>

<ul>
<li><a href="https://github.com/kornia/kornia/" rel="noopener noreferrer">kornia (⭐11k)</a> - Open Source Differentiable Computer Vision Library for PyTorch.</li>
</ul>
<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 / HTTP Clients</p>
</h3>
<ul>
<li><a href="https://github.com/urllib3/urllib3" rel="noopener noreferrer">urllib3 (⭐4k)</a> - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.</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/coleifer/micawber" rel="noopener noreferrer">micawber (⭐676)</a> - A small library for extracting rich content from URLs.</li>
<li><a href="https://github.com/miso-belica/sumy" rel="noopener noreferrer">sumy (⭐3.7k)</a> - A module for automatic summarization of text documents and HTML pages.</li>
<li><a href="https://github.com/adbar/trafilatura" rel="noopener noreferrer">trafilatura</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 (⭐295)</a> - dogpile.cache is a next generation replacement for Beaker made by the same authors.</li>
</ul>

<ul>
<li><a href="https://github.com/grantjenks/python-diskcache" rel="noopener noreferrer">python-diskcache (⭐2.9k)</a> - SQLite and file backed cache backend with faster lookups than memcached and redis.</li>
</ul>
<h3><p>Projects / Data Analysis</p>
</h3>
<ul>
<li><a href="https://github.com/aws/aws-sdk-pandas" rel="noopener noreferrer">aws-sdk-pandas (⭐4.1k)</a> - Pandas on AWS.</li>
</ul>
<h3><p>Projects / Data Validation</p>
</h3>
<ul>
<li><a href="https://github.com/pyeve/cerberus" rel="noopener noreferrer">cerberus (⭐3.3k)</a> - A lightweight and extensible data validation library.</li>
</ul>

<ul>
<li><a href="https://github.com/python-jsonschema/jsonschema" rel="noopener noreferrer">jsonschema (⭐4.9k)</a> - An implementation of <a href="https://json-schema.org/" rel="noopener noreferrer">JSON Schema</a> for Python.</li>
</ul>

<ul>
<li><a href="https://github.com/pydantic/pydantic" rel="noopener noreferrer">pydantic (⭐28k)</a> - Data validation using Python type hints.</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 (⭐843)</a> - Python interface to <a href="https://www.graphviz.org/" rel="noopener noreferrer">Graphviz</a>.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Geolocation</p>
</h3>
<ul>
<li><a href="https://github.com/jazzband/geojson" rel="noopener noreferrer">geojson (⭐988)</a> - Python bindings and utilities for GeoJSON.</li>
</ul>
<h3><p>Projects / Science</p>
</h3>
<ul>
<li>Core<ul>
<li><a href="https://github.com/numba/numba" rel="noopener noreferrer">numba (⭐11k)</a> - Python JIT compiler to LLVM aimed at scientific Python.</li>
<li><a href="https://github.com/numpy/numpy" rel="noopener noreferrer">numpy (⭐32k)</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/statsmodels/statsmodels" rel="noopener noreferrer">statsmodels (⭐11k)</a> - Statistical modeling and econometrics in Python.</li>
<li><a href="https://github.com/sympy/sympy" rel="noopener noreferrer">sympy (⭐15k)</a> - A Python library for symbolic mathematics.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Code Analysis</p>
</h3>
<ul>
<li>Code Formatters<ul>
<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/astral-sh/ruff" rel="noopener noreferrer">ruff (⭐48k)</a> - An extremely fast Python linter and code formatter.</li>
</ul>
</li>
</ul>

<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>
<li><a href="https://github.com/google/pytype" rel="noopener noreferrer">pytype (⭐5k)</a> - Pytype checks and infers types for Python code - without requiring type annotations.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Debugging Tools</p>
</h3>
<ul>
<li>Tracing<ul>
<li><a href="https://github.com/ionelmc/python-manhole" rel="noopener noreferrer">manhole (⭐402)</a> - Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt.</li>
<li><a href="https://github.com/ionelmc/python-hunter" rel="noopener noreferrer">python-hunter (⭐869)</a> - A flexible code tracing toolkit.</li>
</ul>
</li>
</ul>

<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/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/openembedded/bitbake" rel="noopener noreferrer">bitbake (⭐519)</a> - A make-like build tool for embedded Linux.</li>
</ul>

<ul>
<li><a href="https://github.com/platformio/platformio-core" rel="noopener noreferrer">platformio (⭐9.3k)</a> - A console tool to build code with different development platforms.</li>
</ul>

<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 / DevOps Tools</p>
</h3>
<ul>
<li>Other<ul>
<li><a href="https://github.com/borgbackup/borg" rel="noopener noreferrer">borg (⭐13k)</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>
<li><a href="https://github.com/puzl-cloud/kubesdk" rel="noopener noreferrer">kubesdk (⭐101)</a> - A modern async-first Kubernetes client and API model generator.</li>
<li><a href="https://github.com/pre-commit/pre-commit" rel="noopener noreferrer">pre-commit</a> - A framework for managing and maintaining multi-language pre-commit hooks.</li>
</ul>
</li>
</ul>
<h3><p>Projects / CLI Tools</p>
</h3>
<ul>
<li>CLI Enhancements<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>
<li><a href="https://github.com/laixintao/iredis" rel="noopener noreferrer">iredis (⭐2.7k)</a> - Redis 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/dbcli/mycli" rel="noopener noreferrer">mycli (⭐12k)</a> - MySQL CLI with autocompletion and syntax highlighting.</li>
<li><a href="https://github.com/dbcli/pgcli" rel="noopener noreferrer">pgcli (⭐13k)</a> - PostgreSQL CLI with autocompletion and syntax highlighting.</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">beautifulsoup</a> - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.</li>
</ul>

<ul>
<li><a href="https://github.com/pallets/markupsafe" rel="noopener noreferrer">markupsafe (⭐691)</a> - Implements a XML/HTML/XHTML Markup safe string for Python.</li>
</ul>
<h3><p>Projects / Image Processing</p>
</h3>
<ul>
<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>
</ul>
<h3><p>Projects / Implementations</p>
</h3>
<ul>
<li><a href="https://github.com/python/cpython" rel="noopener noreferrer">cpython (⭐73k)</a> - Default, most widely used implementation of the Python programming language written in C.</li>
</ul>

<ul>
<li><a href="https://github.com/cython/cython" rel="noopener noreferrer">cython (⭐11k)</a> - Optimizing Static Compiler for Python.</li>
</ul>

<ul>
<li><a href="https://github.com/IronLanguages/ironpython3" rel="noopener noreferrer">ironpython (⭐2.7k)</a> - 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 / Built-in Classes Enhancement</p>
</h3>
<ul>
<li><a href="https://github.com/cdgriffith/Box" rel="noopener noreferrer">box (⭐2.8k)</a> - Python dictionaries with advanced dot notation access.</li>
</ul>
<h3><p>Projects / Functional Programming</p>
</h3>
<ul>
<li><a href="https://github.com/evhub/coconut" rel="noopener noreferrer">coconut (⭐4.3k)</a> - A variant of Python built for simple, elegant, Pythonic functional programming.</li>
</ul>

<ul>
<li><a href="https://github.com/pytoolz/toolz" rel="noopener noreferrer">toolz (⭐5.1k)</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 / Asynchronous Programming</p>
</h3>
<ul>
<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>
</ul>

<ul>
<li><a href="https://github.com/twisted/twisted" rel="noopener noreferrer">twisted (⭐6k)</a> - An event-driven networking engine.</li>
</ul>
<h3><p>Projects / Distribution</p>
</h3>
<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>
</ul>
<h3><p>Projects / Configuration Files</p>
</h3>
<ul>
<li><a href="https://github.com/HBNetwork/python-decouple" rel="noopener noreferrer">python-decouple (⭐3k)</a> - Strict separation of settings from code.</li>
</ul>
<h3><p>Projects / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/pyca/cryptography" rel="noopener noreferrer">cryptography (⭐7.6k)</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/8/"/>
    <summary>43 awesome projects updated on Feb 19 - Feb 25, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/29/</id>
    <title>Awesome Python Updates on Jul 19 - Jul 25, 2021</title>
    <updated>2021-07-25T06:54:31.000Z</updated>
    <published>2021-07-25T06:54:31.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Admin Panels</p>
</h3>
<ul>
<li><a href="https://github.com/jet-admin/jet-bridge" rel="noopener noreferrer">jet-bridge (⭐1.8k)</a> - Admin panel framework for any application with nice UI (ex Jet Django).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/29/"/>
    <summary>1 awesome projects updated on Jul 19 - Jul 25, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/5/</id>
    <title>Awesome Python Updates on Feb 01 - Feb 07, 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/5/"/>
    <summary>1 awesome projects updated on Feb 01 - Feb 07, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/4/</id>
    <title>Awesome Python Updates on Jan 25 - Jan 31, 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/unbit/uwsgi" rel="noopener noreferrer">uwsgi (⭐3.5k)</a> - A project aims at developing a full stack for building hosting services, written in C.</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/4/"/>
    <summary>1 awesome projects updated on Jan 25 - Jan 31, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/3/</id>
    <title>Awesome Python Updates on Jan 18 - Jan 24, 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 (⭐399)</a><ul>
<li><a href="https://github.com/simonw/sqlite-utils" rel="noopener noreferrer">sqlite-utils (⭐2.1k)</a> - Python CLI utility and library for manipulating SQLite databases.</li>
<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>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/3/"/>
    <summary>1 awesome projects updated on Jan 18 - Jan 24, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/45/</id>
    <title>Awesome Python Updates on Nov 09 - Nov 15, 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.3k)</a> - A set of type-safe monads, transformers, and composition utilities.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/45/"/>
    <summary>1 awesome projects updated on Nov 09 - Nov 15, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/36/</id>
    <title>Awesome Python Updates on Sep 07 - Sep 13, 2020</title>
    <updated>2020-08-31T18:16:03.000Z</updated>
    <published>2020-08-31T18:16:03.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Image Processing</p>
</h3>
<ul>
<li><a href="https://github.com/WhyNotHugo/python-barcode" rel="noopener noreferrer">python-barcode (⭐654)</a> - Create barcodes in Python with no extra dependencies.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/36/"/>
    <summary>1 awesome projects updated on Sep 07 - Sep 13, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/34/</id>
    <title>Awesome Python Updates on Aug 24 - Aug 30, 2020</title>
    <updated>2020-08-21T08:59:42.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/trustedsec/social-engineer-toolkit" rel="noopener noreferrer">setoolkit (⭐15k)</a> - A toolkit for social engineering.</li>
</ul>

<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/34/"/>
    <summary>2 awesome projects updated on Aug 24 - Aug 30, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/31/</id>
    <title>Awesome Python Updates on Aug 03 - Aug 09, 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 / Algorithms and Design Patterns</p>
</h3>
<ul>
<li>Algorithms<ul>
<li><a href="https://github.com/keon/algorithms" rel="noopener noreferrer">algorithms (⭐25k)</a> - Minimal examples of data structures and algorithms.</li>
<li><a href="https://github.com/grantjenks/python-sortedcontainers" rel="noopener noreferrer">sortedcontainers (⭐3.9k)</a> - Fast and pure-Python implementation of sorted collections.</li>
<li><a href="https://github.com/TheAlgorithms/Python" rel="noopener noreferrer">thealgorithms (⭐222k)</a> - All Algorithms implemented in Python.</li>
</ul>
</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 (⭐20k)</a> - Check variable types during compile time.</li>
<li><a href="https://github.com/facebook/pyrefly" rel="noopener noreferrer">pyrefly (⭐6.5k)</a> - A fast type checker and language server for Python.</li>
<li><a href="https://github.com/astral-sh/ty" rel="noopener noreferrer">ty (⭐19k)</a> - An extremely fast Python type checker and language server.</li>
<li><a href="https://github.com/python/typeshed" rel="noopener noreferrer">typeshed (⭐5.1k)</a> - Collection of library stubs for Python, with static types.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Documentation</p>
</h3>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/" rel="noopener noreferrer">mkdocs (⭐22k)</a> - Markdown friendly documentation generator.</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 (⭐69k)</a> - A radically simple IT automation platform.</li>
<li><a href="https://github.com/canonical/cloud-init" rel="noopener noreferrer">cloudinit (⭐3.7k)</a> - A multi-distribution package that handles early initialization of a cloud instance.</li>
<li><a href="https://github.com/openstack/openstack" rel="noopener noreferrer">openstack (⭐5.9k)</a> - Open source software for building private and public clouds.</li>
<li><a href="https://github.com/pyinfra-dev/pyinfra" rel="noopener noreferrer">pyinfra (⭐5.7k)</a> - A versatile CLI tools and python libraries to automate infrastructure.</li>
<li><a href="https://github.com/saltstack/salt" rel="noopener noreferrer">saltstack (⭐15k)</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 / Asynchronous Programming</p>
</h3>
<ul>
<li><a href="https://docs.python.org/3/library/multiprocessing.html" rel="noopener noreferrer">multiprocessing</a> - (Python standard library) Process-based parallelism.</li>
</ul>

<ul>
<li><a href="https://github.com/MagicStack/uvloop" rel="noopener noreferrer">uvloop (⭐12k)</a> - Ultra fast asyncio event loop.</li>
</ul>
<h3><p>Projects / Distribution</p>
</h3>
<ul>
<li><a href="https://github.com/dashingsoft/pyarmor" rel="noopener noreferrer">pyarmor (⭐5.1k)</a> - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.</li>
</ul>
<h3><p>Projects / Configuration Files</p>
</h3>
<ul>
<li><a href="https://github.com/facebookresearch/hydra" rel="noopener noreferrer">hydra (⭐10k)</a> - Hydra is a framework for elegantly configuring complex applications.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/31/"/>
    <summary>10 awesome projects updated on Aug 03 - Aug 09, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/28/</id>
    <title>Awesome Python Updates on Jul 13 - Jul 19, 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><a href="https://github.com/madmaze/pytesseract" rel="noopener noreferrer">pytesseract (⭐6.3k)</a> - A wrapper for <a href="https://github.com/tesseract-ocr" rel="noopener noreferrer">Google Tesseract OCR</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/28/"/>
    <summary>1 awesome projects updated on Jul 13 - Jul 19, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/27/</id>
    <title>Awesome Python Updates on Jul 06 - Jul 12, 2020</title>
    <updated>2020-07-04T10:16:01.000Z</updated>
    <published>2020-07-04T10:16:01.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Asynchronous Programming</p>
</h3>
<ul>
<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>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/27/"/>
    <summary>1 awesome projects updated on Jul 06 - Jul 12, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/24/</id>
    <title>Awesome Python Updates on Jun 15 - Jun 21, 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-python (⭐2.2k)</a> - Sentry SDK for Python.</li>
<li><a href="https://github.com/amoffat/sh" rel="noopener noreferrer">sh (⭐7.2k)</a> - A full-fledged subprocess replacement 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>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/24/"/>
    <summary>1 awesome projects updated on Jun 15 - Jun 21, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/23/</id>
    <title>Awesome Python Updates on Jun 08 - Jun 14, 2020</title>
    <updated>2020-06-06T19:22:04.000Z</updated>
    <published>2020-06-05T17:38:32.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Web Servers</p>
</h3>
<ul>
<li>ASGI<ul>
<li><a href="https://github.com/django/daphne" rel="noopener noreferrer">daphne (⭐2.7k)</a> - An HTTP, HTTP/2 and WebSocket protocol server for ASGI and ASGI-HTTP.</li>
<li><a href="https://github.com/emmett-framework/granian" rel="noopener noreferrer">granian (⭐5.4k)</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>
<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>
</ul>
</li>
</ul>
<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/23/"/>
    <summary>2 awesome projects updated on Jun 08 - Jun 14, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/15/</id>
    <title>Awesome Python Updates on Apr 13 - Apr 19, 2020</title>
    <updated>2020-04-08T12:23:54.000Z</updated>
    <published>2020-04-07T13:06:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / CMS</p>
</h3>
<ul>
<li><a href="https://github.com/indico/indico" rel="noopener noreferrer">indico (⭐2.1k)</a> - A feature-rich event management system, made @ <a href="https://en.wikipedia.org/wiki/CERN" rel="noopener noreferrer">CERN</a>.</li>
</ul>
<h3><p>Projects / Distribution</p>
</h3>
<ul>
<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>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/15/"/>
    <summary>2 awesome projects updated on Apr 13 - Apr 19, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/14/</id>
    <title>Awesome Python Updates on Apr 06 - Apr 12, 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/14/"/>
    <summary>1 awesome projects updated on Apr 06 - Apr 12, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/6/</id>
    <title>Awesome Python Updates on Feb 10 - Feb 16, 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 (⭐42k)</a> - Diagram as Code.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/6/"/>
    <summary>1 awesome projects updated on Feb 10 - Feb 16, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/3/</id>
    <title>Awesome Python Updates on Jan 20 - Jan 26, 2020</title>
    <updated>2020-01-17T19:53:30.000Z</updated>
    <published>2020-01-13T15:25:40.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / HTTP Clients</p>
</h3>
<ul>
<li><a href="https://github.com/encode/httpx" rel="noopener noreferrer">httpx (⭐15k)</a> - A next generation HTTP client for Python.</li>
</ul>

<ul>
<li><a href="https://github.com/psf/requests" rel="noopener noreferrer">requests (⭐54k)</a> - HTTP Requests for Humans.</li>
</ul>
<h3><p>Projects / Email</p>
</h3>
<ul>
<li><a href="https://github.com/modoboa/modoboa" rel="noopener noreferrer">modoboa (⭐3.5k)</a> - A mail hosting and management platform including a modern Web UI.</li>
</ul>
<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/3/"/>
    <summary>4 awesome projects updated on Jan 20 - Jan 26, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/45/</id>
    <title>Awesome Python Updates on Nov 11 - Nov 17, 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/coleifer/huey" rel="noopener noreferrer">huey (⭐6k)</a> - Little multi-threaded task queue.</li>
</ul>

<ul>
<li><a href="https://github.com/rq/rq" rel="noopener noreferrer">rq (⭐11k)</a> - Simple job queues for Python.</li>
</ul>
<h3><p>Projects / Asynchronous Programming</p>
</h3>
<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>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/45/"/>
    <summary>4 awesome projects updated on Nov 11 - Nov 17, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/38/</id>
    <title>Awesome Python Updates on Sep 23 - Sep 29, 2019</title>
    <updated>2019-09-20T11:53:06.000Z</updated>
    <published>2019-09-20T11:53:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Image Processing</p>
</h3>
<ul>
<li><a href="https://github.com/libvips/pyvips" rel="noopener noreferrer">pyvips (⭐808)</a> - A fast image processing library with low memory needs.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/38/"/>
    <summary>1 awesome projects updated on Sep 23 - Sep 29, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/22/</id>
    <title>Awesome Python Updates on Jun 03 - Jun 09, 2019</title>
    <updated>2019-05-27T12:30:29.000Z</updated>
    <published>2019-05-27T12:30:29.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / CLI Development</p>
</h3>
<ul>
<li>Terminal Rendering<ul>
<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>
<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>
<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/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/Textualize/textual" rel="noopener noreferrer">textual (⭐36k)</a> - A framework for building interactive user interfaces that run in the terminal and the browser.</li>
<li><a href="https://github.com/tqdm/tqdm" rel="noopener noreferrer">tqdm (⭐31k)</a> - Fast, extensible progress bar for loops and CLI.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/22/"/>
    <summary>1 awesome projects updated on Jun 03 - Jun 09, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/21/</id>
    <title>Awesome Python Updates on May 27 - Jun 02, 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 / Geolocation</p>
</h3>
<ul>
<li><a href="https://github.com/SmileyChris/django-countries" rel="noopener noreferrer">django-countries (⭐1.5k)</a> - A Django app that provides a country field for models and forms.</li>
</ul>
<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/21/"/>
    <summary>3 awesome projects updated on May 27 - Jun 02, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/12/</id>
    <title>Awesome Python Updates on Mar 25 - Mar 31, 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 (⭐542)</a> - PyPI mirroring tool provided by Python Packaging Authority (PyPA).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/12/"/>
    <summary>1 awesome projects updated on Mar 25 - Mar 31, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/9/</id>
    <title>Awesome Python Updates on Mar 04 - Mar 10, 2019</title>
    <updated>2019-03-03T11:02:38.000Z</updated>
    <published>2019-03-02T16:35:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / Deep Learning</p>
</h3>
<ul>
<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>
</ul>

<ul>
<li><a href="https://github.com/pytorch/pytorch" rel="noopener noreferrer">pytorch (⭐100k)</a> - Tensors and Dynamic neural networks in Python with strong GPU acceleration.</li>
</ul>

<ul>
<li><a href="https://github.com/tensorflow/tensorflow" rel="noopener noreferrer">tensorflow (⭐195k)</a> - The most popular Deep Learning framework created by Google.</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 / Web Asset Management</p>
</h3>
<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>

<ul>
<li><a href="https://github.com/jschneier/django-storages" rel="noopener noreferrer">django-storages (⭐2.9k)</a> - A collection of custom storage back ends for Django.</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 / Admin Panels</p>
</h3>
<ul>
<li><a href="https://github.com/ajenti/ajenti" rel="noopener noreferrer">ajenti (⭐7.9k)</a> - The admin panel your servers deserve.</li>
</ul>
<h3><p>Projects / Static Site Generators</p>
</h3>
<ul>
<li><a href="https://github.com/lektor/lektor" rel="noopener noreferrer">lektor (⭐3.9k)</a> - An easy to use static CMS and blog engine.</li>
</ul>

<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><a href="https://github.com/msiemens/tinydb" rel="noopener noreferrer">tinydb (⭐7.5k)</a> - A tiny, document-oriented database.</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>

<ul>
<li><a href="https://github.com/django-haystack/pysolr" rel="noopener noreferrer">pysolr (⭐699)</a> - A lightweight Python wrapper for <a href="https://lucene.apache.org/solr/" rel="noopener noreferrer">Apache Solr</a>.</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 / Build Tools</p>
</h3>
<ul>
<li><a href="https://github.com/pybuilder/pybuilder" rel="noopener noreferrer">pybuilder (⭐2k)</a> - A continuous build tool written in pure Python.</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>Batch Processing<ul>
<li><a href="https://github.com/dask/dask" rel="noopener noreferrer">dask (⭐14k)</a> - A flexible parallel computing library for analytic computing.</li>
<li><a href="https://github.com/spotify/luigi" rel="noopener noreferrer">luigi (⭐19k)</a> - A module that helps you build complex pipelines of batch jobs.</li>
<li><a href="https://github.com/mpi4py/mpi4py" rel="noopener noreferrer">mpi4py (⭐913)</a> - Python bindings for MPI.</li>
<li><a href="https://github.com/apache/spark" rel="noopener noreferrer">pyspark (⭐43k)</a> - <a href="https://spark.apache.org/" rel="noopener noreferrer">Apache Spark</a> Python API.</li>
<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>
<li><a href="https://github.com/ray-project/ray/" rel="noopener noreferrer">ray (⭐43k)</a> - A system for parallel and distributed Python that unifies the machine learning ecosystem.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Network Virtualization</p>
</h3>
<ul>
<li><a href="https://github.com/mininet/mininet" rel="noopener noreferrer">mininet (⭐5.8k)</a> - A popular network emulator and API written in Python.</li>
</ul>

<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 / Audio &amp; Video Processing</p>
</h3>
<ul>
<li>Metadata<ul>
<li><a href="https://github.com/beetbox/beets" rel="noopener noreferrer">beets (⭐15k)</a> - A music library manager and <a href="https://musicbrainz.org/" rel="noopener noreferrer">MusicBrainz</a> tagger.</li>
<li><a href="https://github.com/quodlibet/mutagen" rel="noopener noreferrer">mutagen (⭐1.9k)</a> - A Python module to handle audio metadata.</li>
<li><a href="https://github.com/tinytag/tinytag" rel="noopener noreferrer">tinytag (⭐818)</a> - A library for reading music meta data of MP3, OGG, FLAC and Wave files.</li>
</ul>
</li>
</ul>
<h3><p>Projects / Asynchronous Programming</p>
</h3>
<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>
</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/9/"/>
    <summary>25 awesome projects updated on Mar 04 - Mar 10, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/32/</id>
    <title>Awesome Python Updates on Aug 06 - 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/32/"/>
    <summary>1 awesome projects updated on Aug 06 - Aug 12, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/22/</id>
    <title>Awesome Python Updates on May 28 - 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/22/"/>
    <summary>1 awesome projects updated on May 28 - Jun 03, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/13/</id>
    <title>Awesome Python Updates on Mar 26 - Apr 01, 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 / Testing</p>
</h3>
<ul>
<li>Frameworks<ul>
<li><a href="https://github.com/HypothesisWorks/hypothesis" rel="noopener noreferrer">hypothesis (⭐8.7k)</a> - Hypothesis is an advanced Quickcheck style property based testing library.</li>
<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 (⭐567)</a></li>
</ul>
</li>
<li><a href="https://github.com/robotframework/robotframework" rel="noopener noreferrer">robotframework (⭐12k)</a> - A generic test automation framework.</li>
<li><a href="https://github.com/scanapi/scanapi" rel="noopener noreferrer">scanapi (⭐1.6k)</a> - Automated Testing and Documentation for your REST API.</li>
<li><a href="https://docs.python.org/3/library/unittest.html" rel="noopener noreferrer">unittest</a> - (Python standard library) Unit testing framework.</li>
</ul>
</li>
</ul>
<h3><p>Projects / GUI Development</p>
</h3>
<ul>
<li>Terminal<ul>
<li><a href="https://docs.python.org/3/library/curses.html" rel="noopener noreferrer">curses</a> - (Python standard library) The built-in wrapper for <a href="https://www.gnu.org/software/ncurses/" rel="noopener noreferrer">ncurses</a> used to create terminal GUI applications.</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>
</ul>
</li>
</ul>
<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>
<h3><p>Projects / Date and Time</p>
</h3>
<ul>
<li><a href="https://github.com/dateutil/dateutil" rel="noopener noreferrer">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>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/13/"/>
    <summary>4 awesome projects updated on Mar 26 - Apr 01, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/9/</id>
    <title>Awesome Python Updates on Feb 26 - Mar 04, 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/9/"/>
    <summary>2 awesome projects updated on Feb 26 - Mar 04, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/7/</id>
    <title>Awesome Python Updates on Feb 12 - 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/7/"/>
    <summary>1 awesome projects updated on Feb 12 - Feb 18, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/29/</id>
    <title>Awesome Python Updates on Jul 17 - Jul 23, 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/29/"/>
    <summary>1 awesome projects updated on Jul 17 - Jul 23, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/21/</id>
    <title>Awesome Python Updates on May 22 - May 28, 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/21/"/>
    <summary>2 awesome projects updated on May 22 - May 28, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/13/</id>
    <title>Awesome Python Updates on Mar 27 - Apr 02, 2017</title>
    <updated>2017-03-31T00:13:43.000Z</updated>
    <published>2017-03-31T00:13:43.000Z</published>
    <content type="html"><![CDATA[<h3><p>Projects / HTTP Clients</p>
</h3>
<ul>
<li><a href="https://github.com/gruns/furl" rel="noopener noreferrer">furl (⭐2.8k)</a> - A small Python library that makes parsing and manipulating URLs easy.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/13/"/>
    <summary>1 awesome projects updated on Mar 27 - Apr 02, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/5/</id>
    <title>Awesome Python Updates on Jan 30 - Feb 05, 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><a href="https://github.com/dmlc/xgboost" rel="noopener noreferrer">xgboost (⭐28k)</a> - A scalable, portable, and distributed gradient boosting library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/5/"/>
    <summary>1 awesome projects updated on Jan 30 - Feb 05, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/46/</id>
    <title>Awesome Python Updates on Nov 14 - Nov 20, 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/46/"/>
    <summary>1 awesome projects updated on Nov 14 - Nov 20, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/45/</id>
    <title>Awesome Python Updates on Nov 07 - Nov 13, 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.8k)</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 (⭐7.9k)</a> - Python Documentation generator.<ul>
<li><a href="https://github.com/ygzgxyz/awesome-sphinxdoc" rel="noopener noreferrer">awesome-sphinxdoc (⭐974)</a></li>
</ul>
</li>
</ul>
<h3><p>Projects / Job Schedulers</p>
</h3>
<ul>
<li><a href="https://github.com/dbader/schedule" rel="noopener noreferrer">schedule (⭐12k)</a> - Python job scheduling for humans.</li>
</ul>
<h3><p>Projects / Network Virtualization</p>
</h3>
<ul>
<li><a href="https://github.com/secdev/scapy" rel="noopener noreferrer">scapy (⭐12k)</a> - A brilliant packet manipulation library.</li>
</ul>
<h3><p>Projects / File Format Processing</p>
</h3>
<ul>
<li>MS Office<ul>
<li><a href="https://github.com/elapouya/python-docx-template" rel="noopener noreferrer">docxtpl (⭐2.6k)</a> - Editing a docx document by jinja2 template</li>
<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/pyexcel/pyexcel" rel="noopener noreferrer">pyexcel (⭐1.3k)</a> - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.</li>
<li><a href="https://github.com/python-openxml/python-docx" rel="noopener noreferrer">python-docx (⭐5.6k)</a> - Reads, queries and modifies Microsoft Word 2007/2008 docx files.</li>
<li><a href="https://github.com/scanny/python-pptx" rel="noopener noreferrer">python-pptx (⭐3.4k)</a> - Python library for creating and updating PowerPoint (.pptx) files.</li>
<li><a href="https://github.com/jmcnamara/XlsxWriter" rel="noopener noreferrer">xlsxwriter (⭐3.9k)</a> - A Python module for creating Excel .xlsx files.</li>
<li><a href="https://github.com/xlwings/xlwings" rel="noopener noreferrer">xlwings (⭐3.4k)</a> - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.</li>
</ul>
</li>
</ul>

<ul>
<li>Data Formats<ul>
<li><a href="https://github.com/wireservice/csvkit" rel="noopener noreferrer">csvkit (⭐6.4k)</a> - Utilities for converting to and working with CSV.</li>
<li><a href="https://github.com/yaml/pyyaml" rel="noopener noreferrer">pyyaml (⭐2.9k)</a> - YAML implementations for Python.</li>
<li><a href="https://docs.python.org/3/library/tomllib.html" rel="noopener noreferrer">tomllib</a> - (Python standard library) Parse TOML files.</li>
</ul>
</li>
</ul>
<h3><p>Projects / File Manipulation</p>
</h3>
<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>

<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>
<h3><p>Projects / Image Processing</p>
</h3>
<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>
</ul>

<ul>
<li><a href="https://github.com/lincolnloop/python-qrcode" rel="noopener noreferrer">python-qrcode (⭐4.9k)</a> - A pure Python QR Code generator.</li>
</ul>

<ul>
<li><a href="https://github.com/thumbor/thumbor" rel="noopener noreferrer">thumbor (⭐10k)</a> - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.</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 / Package Management</p>
</h3>
<ul>
<li><a href="https://github.com/conda/conda/" rel="noopener noreferrer">conda (⭐7.4k)</a> - Cross-platform, Python-agnostic binary package manager.</li>
</ul>
<h3><p>Projects / Miscellaneous</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/45/"/>
    <summary>17 awesome projects updated on Nov 07 - Nov 13, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/19/</id>
    <title>Awesome Python Updates on May 09 - May 15, 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>GUI / Web 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>
<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/asweigart/pyautogui" rel="noopener noreferrer">pyautogui (⭐13k)</a> - PyAutoGUI is a cross-platform GUI automation Python module for human beings.</li>
<li><a href="https://github.com/schemathesis/schemathesis" rel="noopener noreferrer">schemathesis (⭐3.3k)</a> - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.</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>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/19/"/>
    <summary>1 awesome projects updated on May 09 - May 15, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/35/</id>
    <title>Awesome Python Updates on Aug 31 - Sep 06, 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/35/"/>
    <summary>1 awesome projects updated on Aug 31 - Sep 06, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/33/</id>
    <title>Awesome Python Updates on Aug 17 - Aug 23, 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/gawel/pyquery" rel="noopener noreferrer">pyquery (⭐2.4k)</a> - A jQuery-like library for parsing HTML.</li>
</ul>

<ul>
<li><a href="https://github.com/martinblech/xmltodict" rel="noopener noreferrer">xmltodict (⭐5.7k)</a> - Working with XML feel like you are working with JSON.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2015/33/"/>
    <summary>2 awesome projects updated on Aug 17 - Aug 23, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2014/33/</id>
    <title>Awesome Python Updates on Aug 18 - Aug 24, 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.4k)</a> - The most popular PostgreSQL adapter for Python.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2014/33/"/>
    <summary>1 awesome projects updated on Aug 18 - Aug 24, 2014</summary>
  </entry>
</feed>