Python LibHunt Info

Subscribe to our Python newsletter
to know all the trending
packages, news and articles.

All Categories

MORE - Discover trending Python projects by mentions on social networks.

The Awesome Python feed

InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo www.influxdata.com
Today

Twisted

Event-driven networking engine written in Python.
Featured Package // Category Networking

Yesterday

pyre-check

Performant type-checking for python.
Featured Package // Category awesome-python-typing

Last 7 Days

Dict Unpacking in Python

Library Popular Story // github.com

dagster

An orchestration platform for the development, production, and observation of data assets.
Featured Package // Category Workflow Engine

Awesome Python Weekly » 476

Top Stories
  • Reflections on 2 years of CPython’s JIT Compiler: The good, the bad, the ugly
  • PEP 779: Free-threaded Python is officially supported
  • 🛸Beginner-Friendly Guide "Maximize Events You Can Attend with Heaps" – LeetCode 1353 (C++ | Python | JavaScript)

PEP 779: Free-threaded Python is officially supported

Article Popular Story // docs.python.org

Arcade

Easy to use Python library for creating 2D arcade games.
Featured Package // Category Game Development

NiceGUI

Create web-based user interfaces with Python. The nice way.
Featured Package // Category GUI

How to Avoid N+1 Queries in Django Python

We'll see what N+1 queries are, why they can be an issue for your application, and how to mitigate them using Django’s best practices.
Article Added by: AnaMalinovic // blog.appsignal.com

Cython

The most widely used Python to C compiler
Featured Package // Category High Performance

Meltano Singer SDK

Write 70% less code by using the SDK to build custom extractors and loaders that adhere to the Singer standard: https://sdk.meltano.com
Featured Package // Category PDF

Racing Game with Python + Pygame 🚗

Article Popular Story // dev.to

Last 30 Days

BorgBackup

Deduplicating archiver with compression and authenticated encryption.
Featured Package // Category Backup

Application Logging in Python: Recipes for Observability

Learn how to log like a pro in Python. This guide breaks down Python’s built-in logging module with clear examples and practical tips, so you can stop relying on print() and start building production-grade logs. Whether you’re debugging locally or shipping to production, it’s time to log smarter.
Article Added by: Dash0 // www.dash0.com

SQLAlchemy

The Database Toolkit for Python
Featured Package // Category Relational Databases

urllib3.future

urllib3.future is the supercharged low level http client we dreamed of. Support HTTP/1.1, HTTP/2, and HTTP/3 with multiplexed connections! Also WebSocket, and SSE. And DNS over QUIC, TLS, HTTPS and UDP. DNSSEC Protected & Async!
Featured Package // Category HTTP

Awesome Python Weekly » 475

Top Stories
  • Use keyword-only arguments in Python dataclasses
  • Uv and Ray: Pain-Free Python Dependencies in Clusters
  • Move Over LLaMA: Tencent's New Open LLM is Ready to Self-Host

Spyder

Official repository for Spyder - The Scientific Python Development Environment
Featured Package // Category IDEs

500× faster: Four different ways to speed up your code

If your Python code is slow and needs to be fast, there are many different approaches you can take, from parallelism to writing a compiled extension. But if you just stick to one approach, it’s easy to miss potential speedups, and end up with code that is much slower than it could be.
Article Added by: itamarst // pythonspeed.com

How to Use MongoDB in Python Flask

Let's explore the benefits of MongoDB and use it in a Flask application.
Article Added by: AnaMalinovic // blog.appsignal.com

cryptography

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Featured Package // Category Cryptography

hypothesis

The property-based testing library for Python
Featured Package // Category Testing Frameworks

Kleos CLI: Mindsdb Knowledge Base supercharged

Article Popular Story // dev.to