volcengine / MineContext
MineContext is your proactive context-aware AI partner(Context-Engineering+ChatGPT Pulse)
https://github.com/volcengine/MineContext
MineContext is your proactive context-aware AI partner(Context-Engineering+ChatGPT Pulse)
https://github.com/volcengine/MineContext
GitHub
GitHub - volcengine/MineContext: MineContext is your proactive context-aware AI partner(Context-Engineering+ChatGPT Pulse)
MineContext is your proactive context-aware AI partner(Context-Engineering+ChatGPT Pulse) - volcengine/MineContext
Zensical
A modern static site generator by the creators of Material for MkDocs.
https://github.com/zensical/zensical
A modern static site generator by the creators of Material for MkDocs.
https://github.com/zensical/zensical
GitHub
GitHub - zensical/zensical: A modern static site generator by the creators of Material for MkDocs
A modern static site generator by the creators of Material for MkDocs - zensical/zensical
Chandra
OCR model that handles complex tables, forms, handwriting with full layout.
https://github.com/datalab-to/chandra
OCR model that handles complex tables, forms, handwriting with full layout.
https://github.com/datalab-to/chandra
GitHub
GitHub - datalab-to/chandra: OCR model that handles complex tables, forms, handwriting with full layout.
OCR model that handles complex tables, forms, handwriting with full layout. - datalab-to/chandra
Approved: PEP 798: Unpacking in Comprehensions & PEP 810: Explicit lazy imports
https://www.reddit.com/r/Python/comments/1ongpc9/approved_pep_798_unpacking_in_comprehensions_pep/
https://www.reddit.com/r/Python/comments/1ongpc9/approved_pep_798_unpacking_in_comprehensions_pep/
Reddit
From the Python community on Reddit: Approved: PEP 798: Unpacking in Comprehensions & PEP 810: Explicit lazy imports
Explore this post and more from the Python community
django-keel
A versatile, production-ready Django project template for any use case Build SaaS applications, API backends, web apps, or internal tools with one template.
https://github.com/CuriousLearner/django-keel
A versatile, production-ready Django project template for any use case Build SaaS applications, API backends, web apps, or internal tools with one template.
https://github.com/CuriousLearner/django-keel
GitHub
GitHub - CuriousLearner/django-keel: A versatile, production-ready Django project template for any use case Build SaaS applications…
A versatile, production-ready Django project template for any use case Build SaaS applications, API backends, web apps, or internal tools with one template. - CuriousLearner/django-keel
How to get better at writing good Python code (structure, readability, thinking like a dev)
https://www.reddit.com/r/learnpython/comments/1omtk0o/how_to_get_better_at_writing_good_python_code/
https://www.reddit.com/r/learnpython/comments/1omtk0o/how_to_get_better_at_writing_good_python_code/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community
An Annual Release Cycle for Django
A proposal for moving Django to an annual release cycle.
https://buttondown.com/carlton/archive/an-annual-release-cycle-for-django/
A proposal for moving Django to an annual release cycle.
https://buttondown.com/carlton/archive/an-annual-release-cycle-for-django/
Buttondown
An Annual Release Cycle for Django
A proposal for moving Django to an annual release cycle.
myfy
An opinionated Python framework offering modular architecture, type-safe dependency injection, and FastAPI-style routing to build scalable apps with minimal setup.
https://github.com/psincraian/myfy
An opinionated Python framework offering modular architecture, type-safe dependency injection, and FastAPI-style routing to build scalable apps with minimal setup.
https://github.com/psincraian/myfy
GitHub
GitHub - psincraian/myfy
Contribute to psincraian/myfy development by creating an account on GitHub.
Ultra-strict Python template v2 (uv + ruff + basedpyright)
https://www.reddit.com/r/Python/comments/1oz4x0f/ultrastrict_python_template_v2_uv_ruff/
https://www.reddit.com/r/Python/comments/1oz4x0f/ultrastrict_python_template_v2_uv_ruff/
Reddit
From the Python community on Reddit: Ultra-strict Python template v2 (uv + ruff + basedpyright)
Explore this post and more from the Python community
any-llm
Communicate with an LLM provider using a single interface.
https://github.com/mozilla-ai/any-llm
Communicate with an LLM provider using a single interface.
https://github.com/mozilla-ai/any-llm
GitHub
GitHub - mozilla-ai/any-llm: Communicate with an LLM provider using a single interface
Communicate with an LLM provider using a single interface - mozilla-ai/any-llm
fastapi-voyager
Visualize your FastAPI endpoints, and explore them interactively.
https://github.com/allmonday/fastapi-voyager
Visualize your FastAPI endpoints, and explore them interactively.
https://github.com/allmonday/fastapi-voyager
GitHub
GitHub - allmonday/fastapi-voyager: "see" your data
"see" your data. Contribute to allmonday/fastapi-voyager development by creating an account on GitHub.
The “Dependency Cutout” Workflow Pattern, Part I
The "Dependency Cutout" workflow pattern provides a structured way to temporarily rely on a patched version of an open source dependency without permanently forking it. It involves forking the dependency, applying urgent fixes for your application, using this modified version in production, and then upstreaming the fix and unwinding back to the official release once your patch has been m...
https://blog.glyph.im/2025/11/dependency-cutout-workflow-pattern.html
The "Dependency Cutout" workflow pattern provides a structured way to temporarily rely on a patched version of an open source dependency without permanently forking it. It involves forking the dependency, applying urgent fixes for your application, using this modified version in production, and then upstreaming the fix and unwinding back to the official release once your patch has been m...
https://blog.glyph.im/2025/11/dependency-cutout-workflow-pattern.html
blog.glyph.im
The “Dependency Cutout” Workflow Pattern, Part I
It’s important to be able to fix bugs in your open source dependencies, and not just work around them.
Using Vite with Vue and Django
Learn how we integrate Vue and Django for a bullet proof deployment.
https://wedgworth.dev/using-vite-with-vue-and-django/
Learn how we integrate Vue and Django for a bullet proof deployment.
https://wedgworth.dev/using-vite-with-vue-and-django/
Wedgworth Technology
Using Vite with Vue and Django
Learn how we integrate Vue and Django for a bullet proof deployment.
Z3 API in Python: From Sudoku to N-Queens in Under 20 Lines
https://ericpony.github.io/z3py-tutorial/guide-examples.htm
https://ericpony.github.io/z3py-tutorial/guide-examples.htm
Module compression overview
A high-level overview of how to use the module compression, new in Python 3.14.
https://mathspp.com/blog/module-compression-overview
A high-level overview of how to use the module compression, new in Python 3.14.
https://mathspp.com/blog/module-compression-overview
Mathspp
Module compression overview
A high-level overview of how to use the module compression, new in Python 3.14.
You Should Write An Agent
The post explains that building a simple LLM agent, an app that maintains context, calls the model, and uses tools, is surprisingly easy and educational. It highlights that the real challenge is context engineering, such as managing what information to keep or summarize and how to integrate external tools, and encourages everyone to try building one to understand the technology deeply.
https://fly.io/blog/everyone-write-an-agent/
The post explains that building a simple LLM agent, an app that maintains context, calls the model, and uses tools, is surprisingly easy and educational. It highlights that the real challenge is context engineering, such as managing what information to keep or summarize and how to integrate external tools, and encourages everyone to try building one to understand the technology deeply.
https://fly.io/blog/everyone-write-an-agent/
Fly
You Should Write An Agent
They're like riding a bike: easy, and you don't get it until you try.
Django Admin Deux: Bringing Django's Admin Back to Django
Django Admin Deux is a modern, extensible replacement for Django’s default admin interface, featuring a factory pattern architecture and a robust plugin system. It aims to make customizing and extending the admin UI much easier, bringing new capabilities and flexibility to Django project administration.
https://emma.has-a.blog/articles/django-admin-deux-bringing-admin-back-to-django.html
Django Admin Deux is a modern, extensible replacement for Django’s default admin interface, featuring a factory pattern architecture and a robust plugin system. It aims to make customizing and extending the admin UI much easier, bringing new capabilities and flexibility to Django project administration.
https://emma.has-a.blog/articles/django-admin-deux-bringing-admin-back-to-django.html
Emma has a blog
Django Admin Deux: Bringing Django's Admin Back to Django
Django's built-in admin is powerful, but it's essentially a separate framework within Django. After attempting to modernize django-admin2, I realized we needed a fresh approach: an admin interface that works like the rest of Django, built on generic CBVs…