The Polars vs pandas difference nobody is talking about
A closer look at non-elementary group-by aggregations.
https://labs.quansight.org/blog/dataframe-group-by
A closer look at non-elementary group-by aggregations.
https://labs.quansight.org/blog/dataframe-group-by
labs.quansight.org
The Polars vs pandas difference nobody is talking about
A closer look at non-elementary group-by aggregations
Muon
Muon optimizer for neural networks: >30% extra sample efficiency, <3% wallclock overhead.
https://github.com/KellerJordan/Muon
Muon optimizer for neural networks: >30% extra sample efficiency, <3% wallclock overhead.
https://github.com/KellerJordan/Muon
GitHub
GitHub - KellerJordan/Muon: Muon: An optimizer for hidden layers in neural networks
Muon: An optimizer for hidden layers in neural networks - KellerJordan/Muon
Thoughts on Django’s Core
Django's longevity is attributed to its stable core, time-based releases, and API stability policy. While there's enthusiasm for expanding Django's features, the author argues that the core should remain focused and prioritize stability. Instead, the community should embrace third-party packages as a way to innovate and extend Django's capabilities without compromising its core.
https://buttondown.com/carlton/archive/thoughts-on-djangos-core
Django's longevity is attributed to its stable core, time-based releases, and API stability policy. While there's enthusiasm for expanding Django's features, the author argues that the core should remain focused and prioritize stability. Instead, the community should embrace third-party packages as a way to innovate and extend Django's capabilities without compromising its core.
https://buttondown.com/carlton/archive/thoughts-on-djangos-core
Buttondown
Thoughts on Django’s Core
To tie-in with the upcoming elections for Django's Steering Council, I wanted to think again about Django's Core, let's call it Batteries Included Revisited....
BeamerQt
PyQt-based application to create Beamer-LaTeX Presentations.
https://github.com/acroper/BeamerQt
PyQt-based application to create Beamer-LaTeX Presentations.
https://github.com/acroper/BeamerQt
GitHub
GitHub - acroper/BeamerQt: PyQt-based application to create Beamer-LaTeX Presentations
PyQt-based application to create Beamer-LaTeX Presentations - acroper/BeamerQt
Flash Attention derived and coded from first principles with Triton (Python)
This video provides an in-depth, step-by-step explanation of Flash Attention, covering its derivation, implementation, and underlying concepts. The presenter explains CUDA, Triton, and autograd from scratch, then derives and codes both the forward and backward passes of Flash Attention.
https://www.youtube.com/watch?v=zy8ChVd_oTM
This video provides an in-depth, step-by-step explanation of Flash Attention, covering its derivation, implementation, and underlying concepts. The presenter explains CUDA, Triton, and autograd from scratch, then derives and codes both the forward and backward passes of Flash Attention.
https://www.youtube.com/watch?v=zy8ChVd_oTM
YouTube
Flash Attention derived and coded from first principles with Triton (Python)
In this video, I'll be deriving and coding Flash Attention from scratch.
I'll be deriving every operation we do in Flash Attention using only pen and "paper". Moreover, I'll explain CUDA and Triton from zero, so no prior knowledge of CUDA is required. To…
I'll be deriving every operation we do in Flash Attention using only pen and "paper". Moreover, I'll explain CUDA and Triton from zero, so no prior knowledge of CUDA is required. To…
chonkie
The no-nonsense RAG chunking library that's lightweight, lightning-fast, and ready to CHONK your texts.
https://github.com/bhavnicksm/chonkie
The no-nonsense RAG chunking library that's lightweight, lightning-fast, and ready to CHONK your texts.
https://github.com/bhavnicksm/chonkie
NanoDjango - single-file Django apps | uv integration
NanoDjango is a cool package that lets you build small scripts using all the power of Django, and also supports django-ninja for APIs. We'll dive into NanoDjango in this video, and will use uv and inline script metadata for dependency management.
https://www.youtube.com/watch?v=0-iuJgfQMOw
NanoDjango is a cool package that lets you build small scripts using all the power of Django, and also supports django-ninja for APIs. We'll dive into NanoDjango in this video, and will use uv and inline script metadata for dependency management.
https://www.youtube.com/watch?v=0-iuJgfQMOw
YouTube
NanoDjango - single-file Django apps | uv integration
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:
https://ko-fi.com/bugbytes
⭐Top resource to learn Python - https://datacamp.pxf.io/kOjKkV ⭐
NanoDjango is a cool package that lets you build small…
To support the channel and encourage new videos, please consider buying me a coffee here:
https://ko-fi.com/bugbytes
⭐Top resource to learn Python - https://datacamp.pxf.io/kOjKkV ⭐
NanoDjango is a cool package that lets you build small…
Cosmos-Tokenizer
A suite of image and video neural tokenizers.
https://github.com/NVIDIA/Cosmos-Tokenizer
A suite of image and video neural tokenizers.
https://github.com/NVIDIA/Cosmos-Tokenizer
GitHub
GitHub - NVIDIA/Cosmos-Tokenizer: A suite of image and video neural tokenizers
A suite of image and video neural tokenizers. Contribute to NVIDIA/Cosmos-Tokenizer development by creating an account on GitHub.
The Practical Guide to Scaling Django
Most Django scaling guides focus on theoretical maximums. But real scaling isn’t about handling hypothetical millions of users - it’s about systematically eliminating bottlenecks as you grow. Here’s how to do it right, based on patterns that work in production.
https://slimsaas.com/blog/django-scaling-performance
Most Django scaling guides focus on theoretical maximums. But real scaling isn’t about handling hypothetical millions of users - it’s about systematically eliminating bottlenecks as you grow. Here’s how to do it right, based on patterns that work in production.
https://slimsaas.com/blog/django-scaling-performance
SlimSaaS
The Practical Guide to Scaling Django
Stripe Payments, Social Authentication & 2FA, Email Integrations, Tailwind/DaisyUI Theming, Astro Marketing Site, Automatic SSL, Containerized With Docker, and much more...
Python, C++ inspired language that transpiles to C and can be embedded within C
https://github.com/AnilBK/C-Preprocessor-Language
https://github.com/AnilBK/C-Preprocessor-Language
GitHub
GitHub - AnilBK/ANIL: ANIL(A Nice Intermediate Language) Python & C++ inspired programming language that transpiles to C and can…
ANIL(A Nice Intermediate Language) Python & C++ inspired programming language that transpiles to C and can be embedded within C source files. - AnilBK/ANIL
Python dependency management is a dumpster fire
This article is all about fire safety techniques and tools. It's about how you should think about dependency management, which tools you should consider for different scenarios, and what trade offs you'll have to make. Finally, it exposes the complexity and lingering problems in the ecosystem.
https://nielscautaerts.xyz/python-dependency-management-is-a-dumpster-fire.html
This article is all about fire safety techniques and tools. It's about how you should think about dependency management, which tools you should consider for different scenarios, and what trade offs you'll have to make. Finally, it exposes the complexity and lingering problems in the ecosystem.
https://nielscautaerts.xyz/python-dependency-management-is-a-dumpster-fire.html
Understanding Multimodal LLMs
An introduction to the main techniques and latest models.
https://substack.com/@rasbt/p-151078631
An introduction to the main techniques and latest models.
https://substack.com/@rasbt/p-151078631
Substack
Understanding Multimodal LLMs
An introduction to the main techniques and latest models
Tutorial: How to rate limit Python async API requests
With an example that performs 100 simultaneous requests to the Etherscan API
https://elnaril.hashnode.dev/how-to-rate-limit-python-async-requests-to-etherscan-and-other-apis
With an example that performs 100 simultaneous requests to the Etherscan API
https://elnaril.hashnode.dev/how-to-rate-limit-python-async-requests-to-etherscan-and-other-apis
Proposal for a Django project template
The author's take on what could be a project template for Django advanced usage, with modern tooling (for Python and UI dependencies, as well as configuration/environment management), but not too opinionated.
https://david.guillot.me/en/posts/tech/proposal-for-a-django-project-template/
The author's take on what could be a project template for Django advanced usage, with modern tooling (for Python and UI dependencies, as well as configuration/environment management), but not too opinionated.
https://david.guillot.me/en/posts/tech/proposal-for-a-django-project-template/
David Guillot
Proposal for a Django project template
My take on what could be a project template for Django advanced usage, with modern tooling (for Python and UI dependencies, as well as configuration/environment management), but not too opinionated.