fa
Feedback
PythonHub

PythonHub

رفتن به کانال در Telegram

News & links about Python programming. https://pythonhub.dev/

نمایش بیشتر
2 522
مشترکین
اطلاعاتی وجود ندارد24 ساعت
+47 روز
+3330 روز
آرشیو پست ها
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

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

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/

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/

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

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/

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

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/

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/

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

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

laramies / theHarvester E-mails, subdomains and names Harvester - OSINT https://github.com/laramies/theHarvester

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/

OctaneDB – Fast, Open-Source Vector Database for Python https://github.com/RijinRaju/octanedb

From Zero to GPU A Guide to Building and Scaling Production-Ready CUDA Kernels https://huggingface.co/blog/kernel-builder

Build a Coding Agent from Scratch: The Complete Python Tutorial The tutorial walks through building a baby version of the Claude Code AI coding agent from scratch in Python, covering creating a reasoning brain, instructions, tools, and memory with a ReAct loop for interactive coding tasks. It also progresses to adding safe code execution, sandboxing, and context management to handle large codebases, enabling the agent to write, test, debug, and itera... https://www.siddharthbharath.com/build-a-coding-agent-python-tutorial/

Python: The Documentary [video] https://www.youtube.com/watch?v=GfH4QL4VqJ0

terminal-bench A benchmark for LLMs on complicated tasks in the terminal. https://github.com/laude-institute/terminal-bench

VibeVoice A Frontier Long Conversational Text-to-Speech Model. https://github.com/microsoft/VibeVoice

oraios / serena A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & Agno integration) https://github.com/oraios/serena