es
Feedback
PythonHub

PythonHub

Ir al canal en Telegram

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

Mostrar más
2 529
Suscriptores
-224 horas
+37 días
+3330 días
Archivo de publicaciones
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/

React + Django Ninja: Full-Stack Auth (in 15 Mins) We'll create a full-stack application using React.js frontend and a Django REST API, using the awesome Django Ninja (Much nicer than Django REST framework), including user authentication. https://www.youtube.com/watch?v=8_yp3UqdKjk

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

LeanDojo Theorem Proving in Lean using Language Models. https://leandojo.org/

DataChain Process and curate unstructured data using local ML models and LLM calls. https://github.com/iterative/datachain

lipku / metahuman-stream Real time interactive streaming digital human https://github.com/lipku/metahuman-stream

Python Hub Weekly Digest for 2024-08-04 https://pythonhub.dev/digest/2024-08-04/

DinkyDash A family dashboard for kids. https://github.com/caspii/dinkydash

Implementing Instant Search with Flask and HTMX Step-by-step guide to making an interactive search bar with Flask and HTMX. https://differ.blog/p/implementing-instant-search-with-flask-and-htmx-2d3a5e

llama-agentic-system Agentic components of the Llama Stack APIs. https://github.com/meta-llama/llama-agentic-system

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/

FastHTML – Modern web applications in pure Python https://fastht.ml/

modelsmith Python library that allows you to get structured responses in the form of Pydantic models and Python types from Anthropic, Google Vertex AI and OpenAI models https://github.com/christo-olivier/modelsmith

Tea-tasting, a Python package for the statistical analysis of A/B tests https://e10v.me/tea-tasting-analysis-of-experiments/

A Clone of Deluxe Paint II Written in Python https://github.com/mriale/PyDPainter

spipm / Depix Recovers passwords from pixelized screenshots https://github.com/spipm/Depix

Module itertools overview This article briefly describes the iterators available in the Python module itertools and how to use them. https://mathspp.com/blog/module-itertools-overview

apple / ml-4m 4M: Massively Multimodal Masked Modeling https://github.com/apple/ml-4m

hololinked Pythonic data acquisition which is HTTP compatible and beginner friendly https://github.com/VigneshVSV/hololinked