DeepInverse
A PyTorch library for solving imaging inverse problems using deep learning.
https://github.com/deepinv/deepinv
A PyTorch library for solving imaging inverse problems using deep learning.
https://github.com/deepinv/deepinv
GitHub
GitHub - deepinv/deepinv: DeepInverse: a PyTorch library for solving imaging inverse problems using deep learning
DeepInverse: a PyTorch library for solving imaging inverse problems using deep learning - deepinv/deepinv
You’re Passing Way Too Many Arguments (and How to Fix It)
The video explains how the Context Object Pattern helps reduce repeated function arguments by grouping related data into a single object, simplifying function signatures and improving maintainability. It also discusses the trade-offs, like increased coupling, and suggests using Python protocols to keep code decoupled and testable, recommending context objects mainly for higher-level func...
https://www.youtube.com/watch?v=UG5jbLReDiM
The video explains how the Context Object Pattern helps reduce repeated function arguments by grouping related data into a single object, simplifying function signatures and improving maintainability. It also discusses the trade-offs, like increased coupling, and suggests using Python protocols to keep code decoupled and testable, recommending context objects mainly for higher-level func...
https://www.youtube.com/watch?v=UG5jbLReDiM
YouTube
You’re Passing Way Too Many Arguments (and How to Fix It)
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Tired of passing five arguments to every function? In this video, I clean up a realistic Python codebase using the Context Object Pattern. You’ll see how to go from messy,…
Tired of passing five arguments to every function? In this video, I clean up a realistic Python codebase using the Context Object Pattern. You’ll see how to go from messy,…
Valori – A Python-native Vector Database I built from scratch
https://news.ycombinator.com/item?id=45864900
https://news.ycombinator.com/item?id=45864900
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.