71 private links
Nice little utility for Python programming. Helps to introspect on the spot.
Ever wondered how attributes work in Python under the hood? Here is how.
An interesting Python construct to make iterators based on a simple function.
Obviously very opinionated. Still probably a nice list to pick from when making your own project specific coding guidelines.
This is a useful construct in Python which is often forgotten.
That's what happens where references are half hidden in a language. You think each closure get a different copy but in fact they all refer to the same object.
Interesting dive into how join() and generator behave in CPython.
Definitely a nice Python trick. Fairly elegant, I'll try to remember it.
Another good example of how to speed up some Python code with nice gains.
This definitely shows PyPy as a successful runtime.
Looks like a fun spreadsheet tool where you can use Python in any cell.
Looks like an interesting tool for infrastructure automation. It's all Python based which is an interesting departure from yaml files in that space. Could be a nice alternative to Ansible. I might take it out for a spin.
Another example of enforcing conventions using automated checks. This time using Python and Django tricks.
Interesting API for running subprocesses and interact with files.
As usual measure and don't just assume when you want to optimize something. This is an interesting case in Python using Numba.
Interesting library if you got to do a lots of heavy analysis work with strings.
Some reasons why Python and C behave differently on this matter. It's a source of mistakes.
Interesting to see WebGPU bindings for Python.
Looks like a nice tool for quick data exploration straight from the command line.
Interesting little web framework to run on MicroPython. Clearly could make some IoT project more accessible.