How we started our async python migration
Have you ever wanted to try an Async Python migration, but were unsure where to start? Read this post to find out!
https://blog.duolingo.com/async-python-migration/
Have you ever wanted to try an Async Python migration, but were unsure where to start? Read this post to find out!
https://blog.duolingo.com/async-python-migration/
Duolingo Blog
How we started our async python migration
Have you ever wanted to try an Async Python migration, but were unsure where to start? Read this post to find out!
nova-act
Amazon Nova Act is a research preview of a new AI model for developers to build agents that take actions in web browsers.
https://github.com/aws/nova-act
Amazon Nova Act is a research preview of a new AI model for developers to build agents that take actions in web browsers.
https://github.com/aws/nova-act
GitHub
GitHub - aws/nova-act: Amazon Nova Act is a research preview of a new AI model for developers to build agents that take actions…
Amazon Nova Act is a research preview of a new AI model for developers to build agents that take actions in web browsers - aws/nova-act
Deploy Django 5.2 from Scratch. Complete Guide
This video provides a tutorial on deploying a Django project to Railway using modern deployment practices and covers setting up Python environments, Git, and configuring Django for production. It demonstrates how to use Railway's platform services to host and deploy Django applications with proper configurations, using Nixpacks or custom Dockerfiles.
https://www.youtube.com/watch?v=A4Pn2lEdoLQ
This video provides a tutorial on deploying a Django project to Railway using modern deployment practices and covers setting up Python environments, Git, and configuring Django for production. It demonstrates how to use Railway's platform services to host and deploy Django applications with proper configurations, using Nixpacks or custom Dockerfiles.
https://www.youtube.com/watch?v=A4Pn2lEdoLQ
YouTube
Deploy Django 5.2 from Scratch. Complete Guide.
In this course we take a Django project from development to production using modern deployment practices.
To make this happen, we use Railway's platform services to host and deploy our Django applications with proper configuration. Railway will build, host…
To make this happen, we use Railway's platform services to host and deploy our Django applications with proper configuration. Railway will build, host…
PyTorch and Python Free-Threading
This post examines multi-threaded parallel inference on PyTorch models using the new No-GIL, free-threaded version of Python. Using a simple 124M parameter GPT2 model that we train from scratch, we explore the novel new territory unlocked by free-threaded Python: parallel PyTorch model inference, where multiple threads, unimpeded by the Python GIL, attempt to generate text from a transfo...
https://trent.me/articles/pytorch-and-python-free-threading/
This post examines multi-threaded parallel inference on PyTorch models using the new No-GIL, free-threaded version of Python. Using a simple 124M parameter GPT2 model that we train from scratch, we explore the novel new territory unlocked by free-threaded Python: parallel PyTorch model inference, where multiple threads, unimpeded by the Python GIL, attempt to generate text from a transfo...
https://trent.me/articles/pytorch-and-python-free-threading/
Trent Nelson
PyTorch and Python Free-Threading – Trent Nelson
This post examines multi-threaded parallel inference on PyTorch models using the new No-GIL, free-threaded version of Python. Using a simple 124M parameter GPT2 model that we train from scratch, we explore the novel new territory unlocked by free-threaded…
AI Runner
AI Runner is a local-first tool that allows you to run open-source large language models (LLM) and AI image generators (Stable Diffusion) on your own hardware, without the need for a web server or cloud service.
https://github.com/capsize-games/airunner
AI Runner is a local-first tool that allows you to run open-source large language models (LLM) and AI image generators (Stable Diffusion) on your own hardware, without the need for a web server or cloud service.
https://github.com/capsize-games/airunner
GitHub
GitHub - Capsize-Games/airunner: Offline inference engine for art, real-time voice conversations, LLM powered chatbots and automated…
Offline inference engine for art, real-time voice conversations, LLM powered chatbots and automated workflows - Capsize-Games/airunner
FastMCP
The fast, Pythonic way to build Model Context Protocol servers.
https://github.com/jlowin/fastmcp
The fast, Pythonic way to build Model Context Protocol servers.
https://github.com/jlowin/fastmcp
GitHub
GitHub - jlowin/fastmcp: 🚀 The fast, Pythonic way to build MCP servers and clients
🚀 The fast, Pythonic way to build MCP servers and clients - jlowin/fastmcp
agent-file
An open file format for serializing stateful agents with persistent memory and behavior. Share, checkpoint, and version control agents across compatible frameworks.
https://github.com/letta-ai/agent-file
An open file format for serializing stateful agents with persistent memory and behavior. Share, checkpoint, and version control agents across compatible frameworks.
https://github.com/letta-ai/agent-file
GitHub
GitHub - letta-ai/agent-file: Agent File (.af): An open file format for serializing stateful AI agents with persistent memory and…
Agent File (.af): An open file format for serializing stateful AI agents with persistent memory and behavior. Share, checkpoint, and version control agents across compatible frameworks. - letta-ai/...
microsoft / RD-Agent
Research and development (R&D) is crucial for the enhancement of industrial productivity, especially in the AI era, where the core aspects of R&D are mainly focused on data and models. We are committed to automating these high-value generic R&D processes through our open source R&D automation tool RD-Agent, which lets AI drive data-driven AI.
https://github.com/microsoft/RD-Agent
Research and development (R&D) is crucial for the enhancement of industrial productivity, especially in the AI era, where the core aspects of R&D are mainly focused on data and models. We are committed to automating these high-value generic R&D processes through our open source R&D automation tool RD-Agent, which lets AI drive data-driven AI.
https://github.com/microsoft/RD-Agent
GitHub
GitHub - microsoft/RD-Agent: Research and development (R&D) is crucial for the enhancement of industrial productivity, especially…
Research and development (R&D) is crucial for the enhancement of industrial productivity, especially in the AI era, where the core aspects of R&D are mainly focused on data and mode...
Programming a Robotic Hand to Crawl
This video demonstrates using a robotic hand to perform gestures like rock, paper, and scissors, programmed with the help of language models, highlighting the model's ability to understand and execute these gestures even if they aren't explicitly defined in the hand's code. The creator explores how language models can abstract and translate general knowledge into specific robotic actions...
https://www.youtube.com/watch?v=57cPmzwCqd4
This video demonstrates using a robotic hand to perform gestures like rock, paper, and scissors, programmed with the help of language models, highlighting the model's ability to understand and execute these gestures even if they aren't explicitly defined in the hand's code. The creator explores how language models can abstract and translate general knowledge into specific robotic actions...
https://www.youtube.com/watch?v=57cPmzwCqd4
YouTube
Vibe Coding a Robotic Hand to Crawl (Inspire RH56DFQ)
Continuing with our work with the Inspire RH56DFQ robotic hands, this time trying some more gestures and then seeing if we can get a language model to program the hand to crawl.
Previous video: https://www.youtube.com/watch?v=MeHWIXLV3Zo
The github package…
Previous video: https://www.youtube.com/watch?v=MeHWIXLV3Zo
The github package…
Training and Finetuning Reranker Models with Sentence Transformers v4
This post explains how to train and fine-tune reranker models using Sentence Transformers v4, detailing components like datasets, loss functions, and evaluators. It demonstrates that fine tuning models on specific domains outperforms general-purpose models, providing practical examples for improving relevance in information retrieval.
https://huggingface.co/blog/train-reranker
This post explains how to train and fine-tune reranker models using Sentence Transformers v4, detailing components like datasets, loss functions, and evaluators. It demonstrates that fine tuning models on specific domains outperforms general-purpose models, providing practical examples for improving relevance in information retrieval.
https://huggingface.co/blog/train-reranker
I Really HATE Brittle Python Functions
This video explains principles for writing less brittle Python code by avoiding type constraints, using value constraints inside functions, and carefully considering optional values. It also advocates for raising errors instead of returning None when a function expects to find an object by ID but cannot.
https://www.youtube.com/watch?v=g-Cytq7YDCc
This video explains principles for writing less brittle Python code by avoiding type constraints, using value constraints inside functions, and carefully considering optional values. It also advocates for raising errors instead of returning None when a function expects to find an object by ID but cannot.
https://www.youtube.com/watch?v=g-Cytq7YDCc
YouTube
How To Design Robust Python Functions
➡️ Try Lokalise today: https://bit.ly/arjancodes.
In this video, I’m going to show you the main principles I use to write code that’s less likely to fail, with of course plenty of Python examples. Watch to find out how to avoid writing brittle functions…
In this video, I’m going to show you the main principles I use to write code that’s less likely to fail, with of course plenty of Python examples. Watch to find out how to avoid writing brittle functions…
Getting Started with Streamlit
Build your first Streamlit app and explore some basic features.
https://www.pythonguis.com/tutorials/getting-started-with-streamlit/
Build your first Streamlit app and explore some basic features.
https://www.pythonguis.com/tutorials/getting-started-with-streamlit/
Python GUIs
Streamlit - Create your first app with Streamlit
Start building Streamlit data science apps with Python. Create simple web UIs for your data science tools. Streamlit is an open-source Python library that makes it easy to create and share custom web apps for machine learning and data science.
Breaking news: Guido van Rossum back as Python's Benevolent Dictator for Life (BDFL)!
https://www.reddit.com/r/Python/comments/1jowzs2/breaking_news_guido_van_rossum_back_as_pythons/
https://www.reddit.com/r/Python/comments/1jowzs2/breaking_news_guido_van_rossum_back_as_pythons/
Reddit
From the Python community on Reddit: Breaking news: Guido van Rossum back as Python's Benevolent Dictator for Life (BDFL)!
Explore this post and more from the Python community
clypi
Your all-in-one for beautiful, lightweight, prod-ready CLIs.
https://github.com/danimelchor/clypi
Your all-in-one for beautiful, lightweight, prod-ready CLIs.
https://github.com/danimelchor/clypi
GitHub
GitHub - danimelchor/clypi: Your all-in-one for beautiful, prod-ready CLIs
Your all-in-one for beautiful, prod-ready CLIs. Contribute to danimelchor/clypi development by creating an account on GitHub.