Django Security Releases Issued: 4.2.7, 4.1.13, and 3.2.23
https://www.djangoproject.com/weblog/2023/nov/01/security-releases/
https://www.djangoproject.com/weblog/2023/nov/01/security-releases/
Django Project
Django security releases issued: 4.2.7, 4.1.13, and 3.2.23
Posted by Mariusz Felisiak on Nov. 1, 2023
Ideas: Syntactic Sugar to Encourage Use of Named Arguments
https://discuss.python.org/t/syntactic-sugar-to-encourage-use-of-named-arguments/36217
https://discuss.python.org/t/syntactic-sugar-to-encourage-use-of-named-arguments/36217
Discussions on Python.org
Syntactic sugar to encourage use of named arguments
Issue Named arguments confer many benefits by promoting explicit is better than implicit, thus increasing readability and minimising the risk of inadvertent transposition. However, the syntax can become needlessly repetitive and verbose. Consider the following…
Customize the Django Admin to Differentiate Environments
https://406.ch/writing/customize-the-django-admin-to-differentiate-environments/
https://406.ch/writing/customize-the-django-admin-to-differentiate-environments/
Vectorizing Wide PyTorch Expressions?
https://probablymarcus.com/blocks/2023/10/19/vectorizing-wide-pytorch-expressions.html
https://probablymarcus.com/blocks/2023/10/19/vectorizing-wide-pytorch-expressions.html
Marcus Lewis
What happens when you vectorize wide PyTorch expressions?
{n} Times Faster Than C …with Python
https://eddieantonio.ca/blog/2023/07/12/faster-than-c-with-python/
https://eddieantonio.ca/blog/2023/07/12/faster-than-c-with-python/
eddieantonio/blog
{n} times faster than C …with Python
I was reading Owen Shepherd’s post “{n} times faster than C”, which explores how to hand-tune x86-64 assembly to make a certain problem faster (see below). Originally, this inspired me to write a short introduction to using Rust’s portable SIMD to manually…
What Every Developer Should Know About GPU Computing
https://codeconfessions.substack.com/p/gpu-computing
https://codeconfessions.substack.com/p/gpu-computing
Codingconfessions
What Every Developer Should Know About GPU Computing
A primer on GPU architecture and computing
whisper: Robust Speech Recognition via Large-Scale Weak Supervision
https://github.com/openai/whisper
https://github.com/openai/whisper
GitHub
GitHub - openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision
Robust Speech Recognition via Large-Scale Weak Supervision - openai/whisper
Integrating Playwright with BDD Behave-Part I
https://medium.com/@amansharma0610/integrating-playwright-with-bdd-behave-part-i-49c2f94ed820
https://medium.com/@amansharma0610/integrating-playwright-with-bdd-behave-part-i-49c2f94ed820
Medium
Integrating Playwright with BDD Behave-Part I
Abstract:
Crafting Type Hierarchies: The Strategic Choice Between Object Oriented Programming and Multiple…
https://atantos.medium.com/crafting-type-hierarchies-the-strategic-choice-between-object-oriented-programming-and-multiple-3742a3d88db9
https://atantos.medium.com/crafting-type-hierarchies-the-strategic-choice-between-object-oriented-programming-and-multiple-3742a3d88db9
Medium
Crafting Type Hierarchies: The Strategic Choice Between Object Oriented Programming and Multiple Dispatch #Python #Julia
Attempting to encode hierarchical knowledge in an optimal way offers a prime example to highlight the distinct approaches of two…