python
Hey @mingrammer, I'm aware that this PR is a big change but I believe it will help a lot for the maintainability of the project.
Copy Fail (CVE-2026-31431): a 732-byte Linux LPE — straight-line, no race, no per-distro offsets. Same Python script roots Ubuntu, Amazon Linux, RHEL, SUSE since 2017. Page-cache write bypasses on-disk file-integrity tools and crosses container boundaries. Found by Xint Code.
A guide to using uv to run Python scripts, including support for inline dependency metadata, reproducible scripts, and more.
Auto activating a python virtualenv. GitHub Gist: instantly share code, notes, and snippets.
For those who code
A Python library for extracting structured information from unstructured text using LLMs with precise source grounding and interactive visualization. - google/langextract
ty is an extremely fast Python type checker and language server, written in Rust, and designed as an alternative to mypy, Pyright, and Pylance.
Astral has entered into an agreement to join OpenAI as part of the Codex team.
pdoc auto-generates API documentation that follows your project's Python module hierarchy. It requires no configuration, has first-class support for type annotations, cross-links between identifiers, comes with an integrated live-reloading web server, and understands numpydoc or Google-style docstrings.
An extremely fast Python linter and code formatter, written in Rust.
A tale of taming unruly documents to create the ultimate GPT-based chatbot
miguelgrinberg.com
From the Zed Blog: Less wrestling with settings.json == more coding.
A minimal, secure Python interpreter written in Rust for use by AI - pydantic/monty
Rich is a Python library for rich text and beautiful formatting in the terminal. - Textualize/rich
If you’ve ever written any Python at all, the chances are you’ve used iterators without even realising it. Writing your own and using them in your programs can provide significant perfo…
GUI design can be a tedious job, requiring the use of specialist design tools and finding a suitable library that fits your use case. If you’re looking for a lightweight solution, though, you…