Python Hub (@pythonhub) 's Twitter Profile
Python Hub

@pythonhub

News & links about Python programming.
Support: patreon.com/pythonhub
Suggest a Link: pythonhub.dev/submit/

ID: 574827627

linkhttps://pythonhub.dev calendar_today08-05-2012 19:54:45

75,75K Tweet

143,143K Followers

3 Following

Python Hub (@pythonhub) 's Twitter Profile Photo

earth2studio Open-source deep-learning framework for exploring, building and deploying AI weather/climate workflows. github.com/NVIDIA/earth2s…

Python Hub (@pythonhub) 's Twitter Profile Photo

4 Pyrefly Type Narrowing Patterns that make Type Checking more Intuitive Learn about 4 ways Pyrefly narrows types, reducing the need to explicitly cast in your code. pyrefly.org/blog/type-narr…

Python Hub (@pythonhub) 's Twitter Profile Photo

redress redress is a failure-policy library for Python services. It treats retries, circuit breakers, and stop conditions as coordinated responses to classified failure, rather than independent wrappers. github.com/aponysus/redre…

Python Hub (@pythonhub) 's Twitter Profile Photo

Learn Matplotlib in 30 Minutes In this video, you'll learn how to use the Matplotlib library in Python. If you're interested at all in data science, AI, machine learning, or scientific computing, then Matplotlib is a must learn. youtube.com/watch?v=7Lc2Ax…

Python Hub (@pythonhub) 's Twitter Profile Photo

kimi-cli Kimi Code CLI is an AI agent that runs in the terminal, helping you complete software development tasks and terminal operations. It can read and edit code, execute shell commands, search and fetch web pages, and autonomously plan and adjust actions during execution.

Python Hub (@pythonhub) 's Twitter Profile Photo

RAG for Legacy Systems: 7,432 Pages to 3s Answers Production RAG for legacy systems: model-agnostic reranking validated across four LLM families. Real metrics, no vendor lock-in, 7,432 pages to 3s queries. clouatre.ca/posts/rag-lega…

Python Hub (@pythonhub) 's Twitter Profile Photo

Engineering VP Josh Clemm on how we use knowledge graphs, MCP, and DSPy in Dash Dropbox’s VP of Engineering explains how the company built Dropbox Dash, an AI-driven cross-app search and knowledge system that uses indexing, knowledge graphs, and contextual reasoning to unify

Python Hub (@pythonhub) 's Twitter Profile Photo

bzfs bzfs is a reliable near real-time, parallel replication and backup command-line tool for ZFS. github.com/whoschek/bzfs

Python Hub (@pythonhub) 's Twitter Profile Photo

Polymcp Polymcp provides a simple and efficient way to interact with MCP servers using custom agents. github.com/poly-mcp/Polym…

Python Hub (@pythonhub) 's Twitter Profile Photo

This Design Pattern Scares Me To Death Scattered business rules and duplicated conditionals slowly rot a codebase by drifting out of sync and creating subtle bugs. The video shows how refactoring with the Specification Pattern makes rules composable, testable, and even

Python Hub (@pythonhub) 's Twitter Profile Photo

DynamoDB crash course: part 1 – philosophy This is part one of a series covering core DynamoDB concepts and patterns, all the way up to single-table design; the goal is to get you to understand idiomatic usage and trade-offs in under an hour. Today, we're looking at what