Back end of Meta Threads is built with Python 3.10 with some interesting tweaks
https://twitter.com/llanga/status/1676846870520291329
https://twitter.com/llanga/status/1676846870520291329
X (formerly Twitter)
Łukasz Langa (@llanga) on X
Did you know that the backend of #MetaThreads is built with #Python 3.10?
It's running on Instagram's #Cinder fork that includes a JIT, lazy-loaded modules, pre-compiled static modules, and a bunch of other interesting tweaks against vanilla Python 3.10.…
It's running on Instagram's #Cinder fork that includes a JIT, lazy-loaded modules, pre-compiled static modules, and a bunch of other interesting tweaks against vanilla Python 3.10.…
uv IS the Future of Python Packaging
The video discusses the recent release of UV 0.3.0, a Python packaging tool that aims to streamline the development workflow by integrating features that allow it to serve as a comprehensive solution for managing Python projects. The presenter highlights its speed, ease of use, and potential to replace existing tools, while also addressing current limitations and areas for improvement in...
https://www.youtube.com/watch?v=8UuW8o4bHbw
The video discusses the recent release of UV 0.3.0, a Python packaging tool that aims to streamline the development workflow by integrating features that allow it to serve as a comprehensive solution for managing Python projects. The presenter highlights its speed, ease of use, and potential to replace existing tools, while also addressing current limitations and areas for improvement in...
https://www.youtube.com/watch?v=8UuW8o4bHbw
YouTube
uv IS the Future of Python Packaging! 🐍📦
It's been six months since I asked whether #uv is the future of #Python packaging: https://youtu.be/_FdjW47Au30
With uv 0.3.0, the answer is IN and I'll tell you WHY, and WHAT’s missing to be the PRESENT of Python packaging.
🔗 Links
► Astral’s 0.3.0 announcement:…
With uv 0.3.0, the answer is IN and I'll tell you WHY, and WHAT’s missing to be the PRESENT of Python packaging.
🔗 Links
► Astral’s 0.3.0 announcement:…
My 2025 uv-based Python Project Layout for Production Apps
This video demonstrates how to use uv, a modern Python tool, to transform a simple script into a production-ready application with an optimal project structure. It guides viewers through creating a well-organized FastAPI project, leveraging advanced packaging features like dependency groups, resulting in a scalable and easily shareable codebase.
https://www.youtube.com/watch?v=mFyE9xgeKcA
This video demonstrates how to use uv, a modern Python tool, to transform a simple script into a production-ready application with an optimal project structure. It guides viewers through creating a well-organized FastAPI project, leveraging advanced packaging features like dependency groups, resulting in a scalable and easily shareable codebase.
https://www.youtube.com/watch?v=mFyE9xgeKcA
YouTube
My 2025 uv-based Python Project Layout for Production Apps
In 2025, all you need to take a #Python application from a simple script to production is: uv. But, how do you setup your project directory structure for success? How do take advantage of the latest development in Python packaging tooling like dependency…
uv: Making Python Local Workflows FAST and BORING in 2025
The video demonstrates how to create fast, reliable local Python workflows for production projects using the uv packaging tool, highlighting practical techniques to streamline dependency management, automate tasks, and reduce friction in day-to-day development. It also covers integrating tools like Just, Overmind, and Direnv to further enhance workflow ergonomics and team collaboration.
https://www.youtube.com/watch?v=TiBIjouDGuI
The video demonstrates how to create fast, reliable local Python workflows for production projects using the uv packaging tool, highlighting practical techniques to streamline dependency management, automate tasks, and reduce friction in day-to-day development. It also covers integrating tools like Just, Overmind, and Direnv to further enhance workflow ergonomics and team collaboration.
https://www.youtube.com/watch?v=TiBIjouDGuI
YouTube
uv: Making Local Python Workflows FAST and BORING in 2025
After setting up our #Python #uv projects for success in https://www.youtube.com/watch?v=mFyE9xgeKcA, it's time to finally get some work done! In this video I show you my local workflows for production projects and the tools that help me to keep everything…