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

Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
Promo judoscale.com
Today

PyInstaller

Freeze (package) Python programs into stand-alone executables
Featured Package // Category Distribution

Frankenstein’s `__init__`

Article Popular Story // ohadravid.github.io

Creating an AI-Powered Document Translation Workflow

Outlining the AI-based translation workflow of my app, which crawls web content, translates it as a bilingual document, for consumption through a web-based Markdown Viewer.
Article Added by: dhruv-ahuja // dhruvahuja.me

Yesterday

PyMC

Bayesian Modeling and Probabilistic Programming in Python
Featured Package // Category Science and Data Analysis

15,000 lines of verified cryptography now in Python

Article Popular Story // jonathan.protzenko.fr

Sneak peek: A new ASN.1 API for Python

Article Popular Story // blog.trailofbits.com

Last 7 Days

orange

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
Featured Package // Category Science and Data Analysis

Stop Writing `__init__` Methods

Article Popular Story // blog.glyph.im

Awesome Python Weekly » 464

Top Stories
  • Tariff: A Python package that imposes tariffs on Python imports
  • The Art of Elliptical Python Programming
  • The Most Overpowered Python Scripts Ever Written

modoboa

Mail hosting made simple
Featured Package // Category Email

Art of Story telling with Data Visualization

Article Popular Story // dev.to

Tryton

Mirror of tryton
Featured Package // Category Miscellaneous

django-allauth

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
Featured Package // Category OAuth

This Python Script Gets You Free Trials Forever

Article Popular Story // dev.to

Mirascope

LLM abstractions that aren't obstructions
Featured Package // Category Text Processing

Last 30 Days

SWIG

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
Featured Package // Category Foreign Function Interface

Twisted

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

pyre-check

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

Python Can Draw? I Built a Game Without Pygame

Article Popular Story // dev.to

The Most Overpowered Python Scripts Ever Written

Article Popular Story // dev.to

Visualize execution of python code step by step.

The visualizer allows you to view step by step how a given code snippet is executed by the interpreter. In each step the line that was executed is highlighted and its output(if any) is displayed together with the scope details.
Tool Added by: main-Pynerds // www.pynerds.com

How to Create Vector Embeddings in Python

When building RAG applications, there are various methods you can use to create vector embeddings. This article is a round-up of the different methods you can use and their relative strengths.
Article Added by: philnash // www.datastax.com

Awesome Python Weekly » 463

Top Stories
  • Nvidia Adds Native Python Support to CUDA
  • Python’s Most Banned Scripts: Getting You Blacklisted?
  • Python’s Best Feature You’re Not Using

Packaging Python Command-Line Apps the Modern Way with uv

This article explores using uv for building and packaging Python CLI applications. It demonstrates project setup, dependency management, and how to create easily installable CLI apps for others to use.
Article Added by: thisdavej // thisdavej.com

Arcade

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

The Art of Elliptical Python Programming

Article Popular Story // susam.net