Hacker News with Generative AI: Python

Django 5.2 Released (djangoproject.com)
The Django team is happy to announce the release of Django 5.2.
SSLyze – SSL configuration scanning library and CLI tool (github.com/nabla-c0d3)
SSLyze is a fast and powerful SSL/TLS scanning tool and Python library.
Python Adopts Standard Lock File Format for Reproducible Installs (socket.dev)
Python has officially standardized a lock file format.
Show HN: Textcase: A Python Library for Text Case Conversion (github.com/zobweyt)
A feature complete Python text case conversion library.
LLM Workflows then Agents: Getting Started with Apache Airflow (github.com/astronomer)
This repository contains an SDK for working with LLMs from Apache Airflow, based on Pydantic AI. It allows users to call LLMs and orchestrate agent calls directly within their Airflow pipelines using decorator-based tasks. The SDK leverages the familiar Airflow @task syntax with extensions like @task.llm, @task.llm_branch, and @task.agent.
Shadowing in Python gave me an UnboundLocalError (ntietz.com)
There's this thing in Python that always trips me up. It's not that tricky, once you know what you're looking for, but it's not intuitive for me, so I do forget. It's that shadowing a variable can sometimes give you an UnboundLocalError!
Python lock files have officially been standardized (python.org)
Show HN: PipZap – Zapping the mess out of the Python dependencies (github.com/kivicode)
PipZap is a command-line tool designed to optimize Python dependency management by pruning redundant dependencies, and easing the transition to the modern formats.
Show HN: A GUI Builder for Python GUIs (pyuibuilder.com)
Self-contained Python scripts with uv (dusktreader.dev)
You can add uv into the shebang line for a Python script to make it a self-contained executable.
Plain – a web framework for building products with Python (plainframework.com)
Plain is a fork of Django, bringing new ideas to established patterns in the Python landscape. Build a new business, an internal tool, or something for yourself.
I Built Faster Reinforcement Learning in C# Solo Than Teams Did with Python (rlmatrix.com)
The question comes relentlessly: “Why build reinforcement learning in C#?” Behind this query lies an unspoken assumption that serious machine learning happens exclusively in Python. This perspective reveals a fundamental disconnect between academic ML researchers with their sprawling Python scripts and those of us solving real industrial problems.
Architecture Patterns with Python (cosmicpython.com)
You may be wondering who we are and why we wrote this book.
Tell HN: I forked and republished a popular, abandoned Python library (ycombinator.com)
The `stringcase` package on PyPI [0] is fairly popular, on the order of 150k daily downloads [1]. However, there has been no sign of activity since June of 2023, and that was only to merge a pull request that breaks tests. The author's own last changes appear to have been a few days after the last PyPI release, in August 2017. A wheel was never distributed, despite being a single-file Python implementation with no dependencies.
Show HN: Xorq – open-source Python-first Pandas-style pipelines (github.com/xorq-labs)
xorq is a deferred computational framework that brings the replicability and performance of declarative pipelines to the Python ML ecosystem.
Setuptools version 78.0.1 breaks install of many packages (github.com/pypa)
When installing the "ansible-vault" package, setuptools raises this exception:
Friends don't let friends write production software in Python (2020) (dustri.org)
Friends don't let friends write production software in Python
PyTorch Internals: Ezyang's Blog (ezyang.com)
This post is a long form essay version of a talk about PyTorch internals, that I gave at the PyTorch NYC meetup on May 14, 2019.
Show HN: FastOpenAPI – automated docs for many Python frameworks (github.com/mr-fatalyst)
FastOpenAPI is a library for generating and integrating OpenAPI schemas using Pydantic v2 and various frameworks (Falcon, Flask, Sanic, Starlette, Tornado).
Introduction to Retrogame Programming with Pyxel (garambrogne.net)
Show HN: Torch Lens Maker – Differentiable Geometric Optics in PyTorch (victorpoughon.github.io)
Welcome to Torch Lens Maker, an open-source Python library for differentiable geometric optics based on PyTorch. Currently a very experimental project, the goal is to be able to design complex real-world optical systems (lenses, mirrors, etc.) using modern computer code and state-of-the art numerical optimization.
Stelvio: Serverless AWS for Python Devs (github.com/michal-stlv)
Stelvio is a Python library that simplifies cloud infrastructure management and deployment.
Notebooks as reusable Python programs (marimo.io)
AI developers, data engineers, data scientists, and researchers do a lot of their work in Python notebooks like Jupyter.
Operationalizing Python – Why Does It Hurt So Much? (leejustin.com)
Specializing Python with E-Graphs (vectorfold.studio)
We've explored progressively more sophisticated techniques for optimizing numerical computations. We started with basic MLIR concepts, moved through memory management and linear algebra, and then neural network implementations. Each layer has added new capabilities for expressing and optimizing computations. Now we're reading to build our first toy compiler for Python expressions.
Show HN: A static scanner for LLM app code (github.com/kereva-dev)
A static analysis tool for scanning Python codebases that use Large Language Models (LLMs) to detect issues that could cause security or performance problems such as hallucination or bias.
Show HN: Localscope–Limit scope of Python functions for reproducible execution (readthedocs.io)
Have you ever hunted bugs caused by accidentally using a global variable in a function in a Jupyter notebook? Have you ever scratched your head because your code broke after restarting the Python kernel? localscope can help by restricting the variables a function can access.
uv downloads overtake Poetry for Wagtail users (wagtail.org)
The data ^ seems pretty clear – uv is now the second most popular package installer for Wagtail users, after pip, taking over from Poetry.
Show HN: Aiopandas – Async .apply() and .map() for Pandas, Faster API/LLMs Calls (github.com/telekinesis-inc)
🚀 Async-Powered Pandas: Lightweight Pandas monkey-patch that adds async support to map, apply, applymap, aggregate, and transform, enabling seamless handling of async functions with controlled parallel execution (max_parallel).
Changing Forecasts for Python Questions on Stack Overflow (win-vector.com)
I recently conducted a small time series workshop session for AI+ training hosted by ODSC. It went really well, and I’d be happy to offer longer interactive workshops going forward (please reach out if your team would like one!).