PythonHub
Ir al canal en Telegram
News & links about Python programming. https://pythonhub.dev/
Mostrar más2 630
Suscriptores
-224 horas
+237 días
+6030 días
Archivo de publicaciones
2 630
Tricks from OpenAI gpt-oss YOU ?? can use with transformers
The post details major upgrades that allow models like OpenAI’s GPT-OSS to run, fine-tune, and scale efficiently, including zero-build kernels, 4-bit MXFP4 quantization, tensor and expert parallelism, dynamic layerwise caching, and continuous batching. These improvements cut memory usage, boost speed, and enable larger models to run on affordable hardware, making cutting-edge techniques ...
https://huggingface.co/blog/faster-transformers
2 630
riffq
A toolkit for building PostgreSQL wire-compatible databases in Python, powered by Rust for performance and concurrency.
https://github.com/ybrs/riffq
2 630
PyCon Australia 2025
PyCon Australia 2025 talks videos are available now.
https://www.youtube.com/playlist?list=PLs4CJRBY5F1LRkAAUwbqHNGPBlxDkrz-3
2 630
Alibaba-NLP / DeepResearch
Tongyi Deep Research, the Leading Open-source Deep Research Agent
https://github.com/Alibaba-NLP/DeepResearch
2 630
T-Strings: What will you do?
https://www.reddit.com/r/Python/comments/1nkq8pt/tstrings_what_will_you_do/
2 630
ROMA
A meta-agent framework to build high-performance multi-agent systems.
https://github.com/sentient-agi/ROMA
2 630
Defeating Nondeterminism in LLM Inference
LLM inference is often nondeterministic even with temperature set to zero, primarily due to batch-size-dependent kernel behaviors that change results based on server load rather than randomness or floating-point issues. The solution is to use batch-invariant kernels, ensuring reproducible outputs even in high-concurrency environments, which is now possible but may come with some efficien...
https://thinkingmachines.ai/blog/defeating-nondeterminism-in-llm-inference
2 630
Python Tutorial: Build an AI-assisted Reddit Scraping Pipeline
The video provides an in-depth, hands-on tutorial for building a resilient, AI-assisted Reddit scraping pipeline in Python, covering everything from Jupyter prototyping and LangChain agents to a Django-based background worker architecture. It teaches viewers to automate web scraping, integrate Google’s Gemini LLM for query refinement, and store structured results in PostgreSQL, suitable ...
https://www.youtube.com/watch?v=XI-iP-qk_Vk
2 630
Semlib
Build data processing and data analysis pipelines that leverage the power of LLMs.
https://github.com/anishathalye/semlib
2 630
Context Engineering - Short-Term Memory Management with Sessions from OpenAI Agents SDK
The guide demonstrates how to use the OpenAI Agents SDK’s Session object to manage short-term memory in AI agents, enabling context trimming and compression for efficient, coherent, and cost-effective multi-turn conversations. Effective session memory ensures agents maintain relevant history across turns while reducing noise, latency, and error risk in longer interactions.
https://cookbook.openai.com/examples/agents_sdk/session_memory
2 630
Nallely – A Python signals/MIDI processing system inspired by Smalltalk
https://dr-schlange.github.io/nallely-midi/
2 630
AuthTuna
The Modern Async Security Framework for FastAPI.
https://github.com/shashstormer/authtuna
2 630
ApeRAG
Production-ready GraphRAG with multi-modal indexing, AI agents, MCP support, and scalable K8s deployment
https://github.com/apecloud/ApeRAG
2 630
Tiny LLM - LLM Serving in a Week
A course of learning LLM inference serving on Apple Silicon for systems engineers: build a tiny vLLM + Qwen.
https://skyzh.github.io/tiny-llm/
2 630
JiraTUI
A Textual User Interface for interacting with Atlassian Jira from your shell.
https://github.com/whyisdifficult/jiratui
2 630
Just for fun: animating a mosaic of 90s GIFs
The post describes an experiment in animating a mosaic of vintage 90s GIFs collected from the GeoCities archive, using HTML Canvas for random, lively playback. It celebrates the playful aesthetics of early web graphics and highlights the technical and nostalgic joy of reintroducing these classic GIFs into a modern browser setting.
https://alexplescan.com/posts/2025/09/15/gifs/
2 630
Sphinx Docs Instantly in Your Browser (MyST Markdown + reStructuredText)
Edit and preview reStructuredText or MyST Markdown instantly in a Sphinx running in a browser. Runs entirely in Python using WebAssembly, so it’s private, fast, and ideal for learning markup.
https://snippets.documatt.com
2 630
Mini-o3
Scaling Up Reasoning Patterns and Interaction Turns for Visual Search.
https://mini-o3.github.io/
2 630
List of 87 Programming Ideas for Beginners (with Python implementations)
https://www.reddit.com/r/Python/comments/1nitzoz/list_of_87_programming_ideas_for_beginners_with/
