Django 6.0 released
Django 6.0 introduces major new features: built-in support for template partials (for cleaner, reusable templates), a native background-task framework, a built-in Content Security Policy (CSP) system, and a more modern, Unicode-friendly email API. This release marks the end of mainstream support for Django 5.2; developers are encouraged to upgrade to 6.0 to benefit from the new features ...
https://www.djangoproject.com/weblog/2025/dec/03/django-60-released/
Django 6.0 introduces major new features: built-in support for template partials (for cleaner, reusable templates), a native background-task framework, a built-in Content Security Policy (CSP) system, and a more modern, Unicode-friendly email API. This release marks the end of mainstream support for Django 5.2; developers are encouraged to upgrade to 6.0 to benefit from the new features ...
https://www.djangoproject.com/weblog/2025/dec/03/django-60-released/
Django Project
Django 6.0 released
Posted by Natalia Bidart on Dec. 3, 2025
Can Google's ADK Replace LangChain and MCP?
Christina Lin (Google) demos Agent Development Kit (ADK), open-source Python framework for agentic pipelines: assemble LLMs + tools (via MCP servers/function calling) + prompts for complex workflows like version control or Friday night bookings, with grounding for cited real-time data to cut hallucinations/token costs.
https://www.youtube.com/watch?v=nMnQ63YkftE
Christina Lin (Google) demos Agent Development Kit (ADK), open-source Python framework for agentic pipelines: assemble LLMs + tools (via MCP servers/function calling) + prompts for complex workflows like version control or Friday night bookings, with grounding for cited real-time data to cut hallucinations/token costs.
https://www.youtube.com/watch?v=nMnQ63YkftE
YouTube
Can Google's ADK Replace LangChain and MCP? (with Christina Lin)
How do you build systems with AI? Not code-generating assistants, but production systems that use LLMs as part of their processing pipeline. When should you chain multiple agent calls together versus just making one LLM request? And how do you debug, test…
python-injection
Fast and easy dependency injection framework.
https://github.com/100nm/python-injection
Fast and easy dependency injection framework.
https://github.com/100nm/python-injection
GitHub
GitHub - 100nm/python-injection: Fast and easy dependency injection framework.
Fast and easy dependency injection framework. Contribute to 100nm/python-injection development by creating an account on GitHub.
Stop Hardcoding Everything: Use Dependency Injection
The video explains Dependency Injection (DI) in Python with a practical data pipeline example, showing how DI improves code flexibility, testability, and separation of concerns by injecting dependencies like loaders, transformers, and exporters rather than hardcoding them. It covers manual DI with functions and classes, abstraction with protocols, building a simple DI container, and DI u...
https://www.youtube.com/watch?v=Xhzn1eAxoXk
The video explains Dependency Injection (DI) in Python with a practical data pipeline example, showing how DI improves code flexibility, testability, and separation of concerns by injecting dependencies like loaders, transformers, and exporters rather than hardcoding them. It covers manual DI with functions and classes, abstraction with protocols, building a simple DI container, and DI u...
https://www.youtube.com/watch?v=Xhzn1eAxoXk
YouTube
Stop Hardcoding Everything: Use Dependency Injection
→ Check out Thesys here: https://www.thesys.dev/?utm_source=youtube&utm_medium=creators&utm_campaign=arjan
In this video, I explore how Dependency Injection can make your Python code cleaner, more testable, and easier to extend, using a real-world data pipeline…
In this video, I explore how Dependency Injection can make your Python code cleaner, more testable, and easier to extend, using a real-world data pipeline…
Context Data Platform for Self-learning Agents
One Place for Agents to Store, Observe, and Learn. Designed to simplify context engineering, improve agent reliability and task success rates.
https://github.com/memodb-io/Acontext
One Place for Agents to Store, Observe, and Learn. Designed to simplify context engineering, improve agent reliability and task success rates.
https://github.com/memodb-io/Acontext
GitHub
GitHub - memodb-io/Acontext: Context Data Platform for Agents. Join the community❤️: https://discord.acontext.io
Context Data Platform for Agents. Join the community❤️: https://discord.acontext.io - memodb-io/Acontext
PyTogether: Collaborative lightweight real-time Python IDE for teachers/learners
https://github.com/SJRiz/pytogether
https://github.com/SJRiz/pytogether
GitHub
GitHub - SJRiz/pytogether: 📄🐍 Google Docs for Python. A fully browser-based collaborative IDE with real-time editing, live drawing…
📄🐍 Google Docs for Python. A fully browser-based collaborative IDE with real-time editing, live drawing, and voice chat. - SJRiz/pytogether