PythonHub
Kanalga Telegramāda oātish
News & links about Python programming. https://pythonhub.dev/
Ko'proq ko'rsatish2 630
Obunachilar
-224 soatlar
+237 kun
+6030 kun
Postlar arxiv
2 629
LEANN
RAG on Everything with LEANN. Enjoy 97% storage savings while running a fast, accurate, and 100% private RAG application on your personal device.
https://github.com/yichuan-w/LEANN
2 629
DiffMem
Git Based Memory Storage for Conversational AI Agent.
https://github.com/Growth-Kinetics/DiffMem
2 629
How to Write Great Unit Tests in Python
The video teaches how to write effective and maintainable unit tests in Python, focusing on practical techniques such as mocking, monkey patching, fixtures, and parametrization with pytest. It uses a realistic WeatherService example to demonstrate these concepts, emphasizing best practices for robust testing and improving code quality in production systems.
https://www.youtube.com/watch?v=EIV_ixKGPmc
2 629
From GPT-2 to gpt-oss: Analyzing the Architectural Advances
The article analyzes the architectural advances from GPT-2 to OpenAIās new open-weight gpt-oss models, highlighting innovations like Mixture-of-Experts, grouped query attention, and sliding-window layers for efficiency and scaling. He compares these changes with models like Qwen3 and notes how gpt-oss is optimized for reasoning, tool use, and agentic workflows, while remaining memory-eff...
https://magazine.sebastianraschka.com/p/from-gpt-2-to-gpt-oss-analyzing-the
2 629
AI Agents for Beginners
11 Lessons to Get Started Building AI Agents.
https://github.com/microsoft/ai-agents-for-beginners
2 629
lemonade
Lemonade helps users run local LLMs with the highest performance by configuring state-of-the-art inference engines for their NPUs and GPUs.
https://github.com/lemonade-sdk/lemonade
2 629
How to Build an Advanced AI Agent with Search (LangGraph, Python, Bright Data & More)
The video demonstrates building a multi-step, scalable AI research agent in Python using LangGraph. The agent can pull live search data from sources like Google, Bing, and Reddit, aggregate and analyze the information, and provide comprehensive answers, showcasing advanced Python coding, complex architecture, and effective use of APIs like Bright Data and OpenAI GPT. The tutorial covers ...
https://www.youtube.com/watch?v=cUC-hyjpNxk
2 629
Weaponizing image scaling against production AI systems
Attackers can hide malicious prompts in images that become visible only after being downscaledātricking AI systems like Gemini CLI and Vertex AI Studio into executing hidden instructions. Trail of Bits demonstrates these āimage scalingā exploits and introduces Anamorpher, an open-source tool to craft and test such attacks, while also proposing defenses.
https://blog.trailofbits.com/2025/08/21/weaponizing-image-scaling-against-production-ai-systems/
2 629
How to migrate from pip-tools to uv
A guide to migrating from pip-tools to uv in Python projects, focusing on preserving pinned versions.
https://www.caktusgroup.com/blog/2025/08/25/migrate-pip-tools-to-uv/
2 629
Python has had async for 10 years ā why isn't it more popular?
https://tonybaloney.github.io/posts/why-isnt-python-async-more-popular.html
2 629
Pro-Tip ā Sometimes LFU > LRU
This article discusses how AI/web crawlers create excessive sessions that push legitimate user sessions out of cache, degrading user experience on sites like e-commerce platforms. It suggests configuring Redis with an LFU (Least Frequently Used) eviction policy, rather than the common LRU (Least Recently Used), to preferentially keep frequently used sessions (like those of real users) wh...
https://www.revsys.com/tidbits/sometimes-lfu-lru/
2 629
MCPMark
MCP Servers are shaping the future of software. MCPMark is a comprehensive, stress-testing benchmark and a collection of diverse, verifiable tasks designed to evaluate model capabilities in real-world MCP use.
https://github.com/eval-sys/mcpmark
2 629
Preventing Domain Resurrection Attacks
PyPI has implemented new security measures to prevent domain resurrection attacks, where expired domains are re-registered by attackers to hijack accounts via password resets. Since June 2025, PyPI has unverified over 1,800 email addresses tied to expiring domains, blocking these addresses from being used for account recovery and enhancing account security.
https://blog.pypi.org/posts/2025-08-18-preventing-domain-resurrections/
2 629
We Needed Better Cloud Storage for Python so We Built Obstore
Obstore is a fast, lightweight Python library for working with object storageābacked by Rust and built for clarity, speed, and interoperability. Itās already being used across cloud-native geospatial tools and supports common workflows out of the box.
https://developmentseed.org/blog/2025-08-01-obstore/
2 629
monkeSearch
Fully local, temporally aware natural language file search on your pc! even without a GPU. find relevant files using natural language in less than 1 second.
https://github.com/monkesearch/monkeSearch
2 629
AsyncIO - Complete Guide to Asynchronous Programming with Animations
The video teaches how to write asynchronous code in Python using AsyncIO with async/await syntax. It covers core concepts like coroutines, tasks, and the event loop, shows how to convert synchronous code to async, and demonstrates performance benefits using real-world examples and animations.
https://www.youtube.com/watch?v=oAkLSJNr5zY
2 629
laramies / theHarvester
E-mails, subdomains and names Harvester - OSINT
https://github.com/laramies/theHarvester
2 629
A Python CLI for Verifying Assembly
This post describes Python CLI tool for verifying assembly programs using symbolic execution with Ghidra pcode semantics. It highlights novel features like embedding formal specifications directly into assembly through macros, handling invariants via control flow graph cuts, and providing detailed verification and countermodel feedback to ensure correctness of assembly code.
https://www.philipzucker.com/asm_verify3/
2 629
OctaneDB ā Fast, Open-Source Vector Database for Python
https://github.com/RijinRaju/octanedb
