python
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.
From the Zed Blog: Less wrestling with settings.json == more coding.
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…
A Python library for extracting structured information from unstructured text using LLMs with precise source grounding and interactive visualization. - google/langextract
Pain-free Python dependencies in clusters with uv + Ray! Learn how to build lightning-fast, consistent environments for distributed applications.
Auto activating a python virtualenv. GitHub Gist: instantly share code, notes, and snippets.
An extremely fast Python linter and code formatter, written in Rust.
A guide to using uv to run Python scripts, including support for inline dependency metadata, reproducible scripts, and more.
The official repository for tariff. Contribute to hxu296/tariff development by creating an account on GitHub.
Scripton is a powerful yet easy to use Python IDE. It includes rich visualization and AI features.
miguelgrinberg.com
A tale of taming unruly documents to create the ultimate GPT-based chatbot
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.
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…
For those who code