PythonHub
رفتن به کانال در Telegram
News & links about Python programming. https://pythonhub.dev/
نمایش بیشتر2 630
مشترکین
-224 ساعت
+237 روز
+6030 روز
آرشیو پست ها
2 629
ThinkMesh: A Python lib for parallel thinking in LLMs
https://github.com/martianlantern/ThinkMesh
2 629
Dynamically patch a Python function's source code at runtime
https://ericmjl.github.io/blog/2025/8/23/wicked-python-trickery-dynamically-patch-a-python-functions-source-code-at-runtime/
2 629
I’m 70. Is it worth learning Python?
https://www.reddit.com/r/learnpython/comments/1mzmxom/im_70_is_it_worth_learning_python/
2 629
Adding asyncio.sleep(0) made my data pipeline (150 ms) not spike to (5500 ms)
https://www.reddit.com/r/Python/comments/1mzcxyc/adding_asynciosleep0_made_my_data_pipeline_150_ms/
2 629
Would you recommend Litestar or FastAPI for building large scale api in 2025
https://www.reddit.com/r/Python/comments/1mgkwmn/would_you_recommend_litestar_or_fastapi_for/
2 629
rest-filters: A filter backend for Django REST framework.
A filter backend native to Django REST framework that allows for much more complex filter operations for you APIs.
https://github.com/realsuayip/rest-filters
2 629
Static sites with Python, uv, Caddy, and Docker
https://nkantar.com/blog/2025/08/static-python-uv-caddy-docker/
2 629
PlutoPrint – Generate Beautiful PDFs and PNGs from HTML with Python
https://github.com/plutoprint/plutoprint
2 629
magentic-ui
A research prototype of a human-centered web agent.
https://github.com/microsoft/magentic-ui
2 629
docstrange
Extract and convert data from any document, images, pdfs, word doc, ppt or URL into multiple formats (Markdown, JSON, CSV, HTML) with intelligent content extraction and advanced OCR.
https://github.com/NanoNets/docstrange
2 629
PySentry - Rust-powered Python security tool
A fast, reliable security vulnerability scanner for Python projects, written in Rust.
https://github.com/nyudenkov/pysentry
2 629
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
2 629
LangDiff
LangDiff is a Python library that solves the hard problems of streaming structured LLM outputs to frontends.
https://github.com/globalaiplatform/langdiff
2 629
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
2 629
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
