PythonHub – Telegram
PythonHub
2.45K subscribers
2.35K photos
49.6K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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
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
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
kubesdk — async-first, fully typed Python SDK for Kubernetes

Open-source Python SDK with fully typed models, async client, and multi-cluster support for Kubernetes automation.

https://github.com/puzl-cloud/kubesdk
We Got Claude to Fine-Tune an Open Source LLM

We gave Claude the ability to fine-tune language models using a new tool called Hugging Face Skills. Not just write training noscripts, but to actually submit jobs to cloud GPUs, monitor progress, and push finished models to the Hugging Face Hub. This tutorial shows you how it works and how to use it yourself.

https://huggingface.co/blog/hf-skills-training
Learn NLP Research: 7 Papers Implemented

This video traces the evolution of neural machine translation from RNNs and LSTMs to attention mechanisms, Transformers, and multilingual models like GNMT. It includes PyTorch implementations of 7 landmark papers, mathematical explanations, and tools like Transformer Playground for hands-on learning.

https://www.youtube.com/watch?v=kRv2ElPNAdY