It's been a while since I don't post, so, I decided to shed some details on what I'm working now (which I think is a really nice -- open sou... (more…)
Read more »
You may already know it, but anyway, the * unary operator in Python (also called
splat operator) expands any iterable (e. g. lists, tuples, sets and
generators) into function positional arguments. For example: (more…)
Read more »
6800 CPUs are getting rare. Let's build one on an FPGA with nMigen, a Python-based Hardware Description Language. nMigen tutorial: https://github.com/RobertB... (more…)
Read more »
Even though the new version is around, people would like to call it “Python 3” which makes it sound like a different language.
Read more »
If you work with JSON regularly (90% of Python developers I suspect) you might appreciate the print_json function just landed in Rich v10.9.0 If you call this function with a string, Rich will decode the string, reformat it, and print it to the console wi... (more…)
Read more »