PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
FastHTML – Modern web applications in pure Python

https://fastht.ml/
🔥3
Beyond Hypermodern: Python is easy now

This is an article about setting up a modern Python project. It discusses using tools like Rye, Ruff, and Pyright for formatting, linting, and type checking.

https://rdrn.me/postmodern-python/
LeanDojo

Theorem Proving in Lean using Language Models.

https://leandojo.org/
agent-zero

Agent Zero is an AI framework designed for creating general-purpose assistants capable of handling a wide range of tasks through a highly customizable and extensible system. It emphasizes dynamic learning, multi-agent cooperation, and the use of computer tools to accomplish tasks, all while being open-source and adaptable to user needs.

https://github.com/frdel/agent-zero
Tracing the evolution of a Python function with git log

The article explains how to use the git log -L command to trace the evolution of a specific function in a Python file, providing a more focused view of code changes over time. It demonstrates the process using an example from the Authlib package, highlighting the importance of setting up .gitattributes for Python files and showcasing how this method can help in debugging and understandin...

https://nerderati.com/tracing-the-evolution-of-a-python-function-with-git-log/
Building A Generative AI Platform

The article outlines the common components and architecture of a generative AI platform, discussing how to enhance context input, implement guardrails, add model routing and gateways, optimize with caching, and incorporate complex logic and write actions. It provides a comprehensive guide for building and scaling AI applications, emphasizing the importance of observability and orchestrat...

https://huyenchip.com//2024/07/25/genai-platform.html