Kreuzberg v3.11: the ultimate Python text extraction library
https://www.reddit.com/r/Python/comments/1mmcufh/kreuzberg_v311_the_ultimate_python_text/
https://www.reddit.com/r/Python/comments/1mmcufh/kreuzberg_v311_the_ultimate_python_text/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
django-modelsearch
Index Django Models with Elasticsearch or OpenSearch and query them with the ORM.
https://github.com/kaedroho/django-modelsearch
Index Django Models with Elasticsearch or OpenSearch and query them with the ORM.
https://github.com/kaedroho/django-modelsearch
GitHub
GitHub - kaedroho/django-modelsearch: Index Django Models with Elasticsearch or OpenSearch and query them with the ORM
Index Django Models with Elasticsearch or OpenSearch and query them with the ORM - kaedroho/django-modelsearch
How JIT builds of CPython actually work
You don't have to be a compiler engineer to understand how your code runs in a JIT build of CPython.
https://savannah.dev/posts/how-your-code-runs-in-a-jit-build
You don't have to be a compiler engineer to understand how your code runs in a JIT build of CPython.
https://savannah.dev/posts/how-your-code-runs-in-a-jit-build
savannah.dev
How JIT builds of CPython actually work
You don't have to be a compiler engineer to understand how your code runs in a JIT build of CPython
π₯1
Deploy a Python Flask App to Render with Docker
This post walks readers through building and containerizing a Flask app using Docker, Celery, and RabbitMQ, then shows how to deploy it seamlessly to Render while avoiding common pitfalls. He provides hands-on guidance for setting up local development, Docker Compose, and deployment configuration using render.yaml and CloudAMQP for background task wiring.
https://blog.appsignal.com/2025/08/06/deploy-a-python-flask-app-to-render-with-docker.html
This post walks readers through building and containerizing a Flask app using Docker, Celery, and RabbitMQ, then shows how to deploy it seamlessly to Render while avoiding common pitfalls. He provides hands-on guidance for setting up local development, Docker Compose, and deployment configuration using render.yaml and CloudAMQP for background task wiring.
https://blog.appsignal.com/2025/08/06/deploy-a-python-flask-app-to-render-with-docker.html
Appsignal
Deploy a Python Flask App to Render with Docker | AppSignal Blog
Let's build and optimize a Flask app for deployment to Render using Docker.
LangDiff
LangDiff is a Python library that solves the hard problems of streaming structured LLM outputs to frontends.
https://github.com/globalaiplatform/langdiff
LangDiff is a Python library that solves the hard problems of streaming structured LLM outputs to frontends.
https://github.com/globalaiplatform/langdiff
GitHub
GitHub - globalaiplatform/langdiff: Progressive UI from LLM
Progressive UI from LLM. Contribute to globalaiplatform/langdiff development by creating an account on GitHub.
Boosting SEO with Django Ninja, Pydantic, and JSON-LD
RevSys switched from embedding JSON-LD directly in Django templates to generating it with Django Ninja and Pydantic, resulting in cleaner templates, modular schema logic, and built-in validation for structured data. This refactoring improves SEO maintainability and aligns content withSchema.orgstandards for richer search results.
https://www.revsys.com/tidbits/boosting-seo-with-django-ninja-pydantic-and-json-ld
RevSys switched from embedding JSON-LD directly in Django templates to generating it with Django Ninja and Pydantic, resulting in cleaner templates, modular schema logic, and built-in validation for structured data. This refactoring improves SEO maintainability and aligns content withSchema.orgstandards for richer search results.
https://www.revsys.com/tidbits/boosting-seo-with-django-ninja-pydantic-and-json-ld
REVSYS
Boosting SEO with Django Ninja, Pydantic, and JSON-LD
At REVSYS, our first attempt at adding JSON-LD to our sites relied on embedding the data in the Django template. For the most part, this has worked fine, and we've had good results from an SEO perspective. But in terms of maintainability, it has not beenβ¦
PySentry - Rust-powered Python security tool
A fast, reliable security vulnerability scanner for Python projects, written in Rust.
https://github.com/nyudenkov/pysentry
A fast, reliable security vulnerability scanner for Python projects, written in Rust.
https://github.com/nyudenkov/pysentry
GitHub
GitHub - nyudenkov/pysentry: π Scan your Python dependencies for known security vulnerabilities with Rust-powered scanner
π Scan your Python dependencies for known security vulnerabilities with Rust-powered scanner - nyudenkov/pysentry