PythonHub
Ir al canal en Telegram
News & links about Python programming. https://pythonhub.dev/
Mostrar más2 526
Suscriptores
+324 horas
+17 días
+2930 días
Archivo de publicaciones
2 525
Function calling using LLMs
While LLMs excel at generating cogent text based on their training data, they may also need to interact with external systems. Function calling allows them to construct such calls. The LLM does not execute these calls directly, instead it creates a data structure that describes the call, passing that to a separate program for execution and further processing. The LLM's prompt includes de...
https://martinfowler.com/articles/function-call-LLM.html
2 525
dataframely
A declarative, native data frame validation library
https://github.com/Quantco/dataframely
2 525
strif
A tiny, useful Python lib of string, file, and object utilities.
https://github.com/jlevy/strif
2 525
RealtimeVoiceChat
Have a natural, spoken conversation with AI!
https://github.com/KoljaB/RealtimeVoiceChat
2 525
Making PyPI's test suite 81% faster
See how we slashed PyPI’s test suite runtime from 163 to 30 seconds.
https://blog.trailofbits.com/2025/05/01/making-pypis-test-suite-81-faster
2 525
Python type hints: mixin classes
The article explains how to properly add Python type hints to mixin classes, addressing common challenges with attributes that mixins assume exist in their base classes. It shows solutions using subclassing or protocols to satisfy type checkers like Mypy without compromising runtime behavior or type safety.
https://adamj.eu/tech/2025/05/01/python-type-hints-mixin-classes/
2 525
ACI
An open source platform that connects your AI agents to 600+ tool integrations with multi-tenant auth, granular permissions, and access through direct function calling or a unified MCP server.
https://github.com/aipotheosis-labs/aci
2 525
Enhancing the Python ecosystem with type checking and free threading
Meta describes its efforts to enhance the Python ecosystem by advancing type checking and introducing free-threading capabilities, aiming to improve code reliability and performance at scale. The post highlights the technical challenges, solutions, and community collaboration involved in making Python more robust and concurrent for large-scale applications.
https://engineering.fb.com/2025/05/05/developer-tools/enhancing-the-python-ecosystem-with-type-checking-and-free-threading
2 525
djobs.dev
Asyncio Demystified: Rebuilding it From Scratch One Yield at a Time
https://djobs.dev
2 525
LlamaFirewall
The framework to detect and mitigate AI centric security risks.
https://meta-llama.github.io/PurpleLlama/LlamaFirewall/
2 525
blast
A high-performance serving engine for web browsing AI.
https://github.com/stanford-mast/blast
2 525
Using Python to Automate 3D Workflows with OpenUSD
The post explains how Python’s scripting capabilities can automate and streamline 3D workflows using OpenUSD, making tasks like data transformation, validation, and scene creation more accessible and efficient. It highlights NVIDIA’s tools, SDKs, and learning resources that empower developers to build, validate, and optimize complex 3D scenes with Python in the OpenUSD ecosystem.
https://developer.nvidia.com/blog/using-python-to-automate-3d-workflows-with-openusd/
2 525
SQL-tString
SQL-tString allows for f-string like construction of sql queries.
https://github.com/pgjones/sql-tstring
2 525
Ty: A fast Python type checker and language server, written in Rust
https://github.com/astral-sh/ty
2 525
GoogleCloudPlatform / agent-starter-pack
A collection of production-ready Generative AI Agent templates built for Google Cloud. It accelerates development by providing a holistic, production-ready solution, addressing common challenges (Deployment & Operations, Evaluation, Customization, Observability) in building and deploying GenAI agents.
https://github.com/GoogleCloudPlatform/agent-starter-pack
2 525
Using JWTs in Python Flask REST Framework
This post provides a comprehensive guide to implementing JWT-based authentication in a Flask API. It covers setting up the Flask environment, creating a to-do list API, managing user sessions with token refresh, and adding role-based permissions.
https://blog.appsignal.com/2025/04/30/using-jwts-in-python-flask-rest-framework.html
2 525
CocoIndex - Open-source real-time data framework for AI
Open-source real-time data framework for AI, supporting incremental processing and custom logic. SDK in Python.
https://github.com/cocoindex-io/cocoindex
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
