Solving Boolean satisfiability and integer programming with Python packaging
https://mmaaz.ca/writings/pipip.html
https://mmaaz.ca/writings/pipip.html
Muhammad Maaz
Solving Boolean satisfiability and integer programming with Python packaging
moka-py
A high performance caching library for Python written in Rust.
https://github.com/deliro/moka-py
A high performance caching library for Python written in Rust.
https://github.com/deliro/moka-py
GitHub
GitHub - deliro/moka-py: A high performance caching library for Python written in Rust
A high performance caching library for Python written in Rust - deliro/moka-py
Better, Faster Python Projects: A Deep Dive into uv
A comprehensive guide on why and how to start using uv—the package manager (and much more) that's taken the Python world by storm.
https://www.saaspegasus.com/guides/uv-deep-dive/
A comprehensive guide on why and how to start using uv—the package manager (and much more) that's taken the Python world by storm.
https://www.saaspegasus.com/guides/uv-deep-dive/
SaaS Pegasus
uv: An In-Depth Guide to Python's Fast and Ambitious New Package Manager
A comprehensive guide on why and how to start using uv—the package manager (and much more) that's taken the Python world by storm.
langflow-ai / langflow
Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
https://github.com/langflow-ai/langflow
Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
https://github.com/langflow-ai/langflow
GitHub
GitHub - langflow-ai/langflow: Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
Langflow is a powerful tool for building and deploying AI-powered agents and workflows. - langflow-ai/langflow
HunyuanVideo
A Systematic Framework For Large Video Generation Model Training.
https://github.com/Tencent/HunyuanVideo
A Systematic Framework For Large Video Generation Model Training.
https://github.com/Tencent/HunyuanVideo
GitHub
GitHub - Tencent-Hunyuan/HunyuanVideo: HunyuanVideo: A Systematic Framework For Large Video Generation Model
HunyuanVideo: A Systematic Framework For Large Video Generation Model - Tencent-Hunyuan/HunyuanVideo
Building a Chat Backend for Wikipedia Articles in Django
Learn how to build a scalable chat backend using Django, Wikipedia data, OpenAI embeddings, and FAISS. This step-by-step guide covers data ingestion, embedding generation, and building a conversational interface for intelligent querying.
https://lincolnloop.com/insights/building-a-chat-backend-for-wikipedia-articles-in-django
Learn how to build a scalable chat backend using Django, Wikipedia data, OpenAI embeddings, and FAISS. This step-by-step guide covers data ingestion, embedding generation, and building a conversational interface for intelligent querying.
https://lincolnloop.com/insights/building-a-chat-backend-for-wikipedia-articles-in-django
Lincoln Loop
Building a Chat Backend for Wikipedia Articles in Django
| Lincoln Loop
| Lincoln Loop
Learn how to build a scalable chat backend using Django, Wikipedia data, OpenAI embeddings, and FAISS. This step-by-step guide covers data ingestion, embedding generation, and building a conversational interface for intelligent querying.
I trained myself to run farther using the Strava API and an IOT dog food bowl full of M&Ms
David Mayer shares how he used an IoT dog food dispenser filled with M&Ms and connected to the Strava API to reward himself for running. This experiment in classical conditioning helped him form a lasting running habit, culminating in completing a half marathon without relying on the dispenser anymore.
https://www.mayer.cool/writings/pavlovs-half-marathon/
David Mayer shares how he used an IoT dog food dispenser filled with M&Ms and connected to the Strava API to reward himself for running. This experiment in classical conditioning helped him form a lasting running habit, culminating in completing a half marathon without relying on the dispenser anymore.
https://www.mayer.cool/writings/pavlovs-half-marathon/
www.mayer.cool
I trained myself to run farther using the Strava API and an IOT dog food bowl full of M&Ms
PyCon Australia 2024 Videos
PyCon Australia 2024 talks videos are available now.
https://www.youtube.com/playlist?list=PLs4CJRBY5F1Jn7fWZyMgogpPsu1vAZKB2
PyCon Australia 2024 talks videos are available now.
https://www.youtube.com/playlist?list=PLs4CJRBY5F1Jn7fWZyMgogpPsu1vAZKB2
YouTube
PyCon Australia 2024
Share your videos with friends, family, and the world
PydanticAI
PydanticAI is a Python Agent Framework designed to make it less painful to build production grade applications with Generative AI.
https://github.com/pydantic/pydantic-ai
PydanticAI is a Python Agent Framework designed to make it less painful to build production grade applications with Generative AI.
https://github.com/pydantic/pydantic-ai
GitHub
GitHub - pydantic/pydantic-ai: Agent Framework / shim to use Pydantic with LLMs
Agent Framework / shim to use Pydantic with LLMs. Contribute to pydantic/pydantic-ai development by creating an account on GitHub.
Creating a Web App using only Python with Taipy
This tutorial teaches you how to create a web application with interactive charts and multiple pages using Python and the Taipy library. Taipy allows you to build these features without needing extensive web development experience.
https://www.youtube.com/watch?v=4F-266YnTkM
This tutorial teaches you how to create a web application with interactive charts and multiple pages using Python and the Taipy library. Taipy allows you to build these features without needing extensive web development experience.
https://www.youtube.com/watch?v=4F-266YnTkM
YouTube
Creating a Web App using only Python with Taipy
In this tutorial, we create a Sales Dashboard web application using only Python. We use Taipy, an open-source Python library, to create interactive visual elements, charts, and multiple pages.
GitHub link: https://github.com/AlexandreSajus/taipy-course
…
GitHub link: https://github.com/AlexandreSajus/taipy-course
…
ai-hedge-fund
An AI-powered hedge fund that uses multiple agents to make trading decisions. The system employs several specialized agents working together.
https://github.com/virattt/ai-hedge-fund
An AI-powered hedge fund that uses multiple agents to make trading decisions. The system employs several specialized agents working together.
https://github.com/virattt/ai-hedge-fund
GitHub
GitHub - virattt/ai-hedge-fund: An AI Hedge Fund Team
An AI Hedge Fund Team. Contribute to virattt/ai-hedge-fund development by creating an account on GitHub.
Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21 are now available
https://pythoninsider.blogspot.com/2024/12/python-3131-3128-31111-31016-and-3921.html
https://pythoninsider.blogspot.com/2024/12/python-3131-3128-31111-31016-and-3921.html
Blogspot
Python Insider: Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21 are now available
Build a Stable Diffusion VAE From Scratch using Pytorch
Learn how to Build a Stable Diffusion VAE From Scratch using Pytorch. VAE stands for Variational Autoencoder. It's a type of Autoencoder and a neural network that trains using an unsupervised technique. They are widely used in Image generation models mainly on latent diffusion-based and GANs-based image generation models.
https://www.youtube.com/watch?v=kG9l41Dtuyo
Learn how to Build a Stable Diffusion VAE From Scratch using Pytorch. VAE stands for Variational Autoencoder. It's a type of Autoencoder and a neural network that trains using an unsupervised technique. They are widely used in Image generation models mainly on latent diffusion-based and GANs-based image generation models.
https://www.youtube.com/watch?v=kG9l41Dtuyo
YouTube
Build a Stable Diffusion VAE From Scratch using Pytorch
Learn how to Build a Stable Diffusion VAE From Scratch using Pytorch. VAE stands for Variational Autoencoder. It's a type of Autoencoder and a neural network that trains using an unsupervised technique. They are widely used in Image generation models mainly…