A tool to automatically convert old string literal formatting to f-strings - GitHub - ikamensh/flynt: A tool to automatically convert old string literal formatting to f-strings... (more…)
Read more »
In my previous blog post, I wrote about Intel’s JTAG UART, an important
component of my set of debugging tools, and how to integrate it in your own Verilog code, outside of Intel’s
Platform Designer. (more…)
Read more »
Python’s pickle
module is a very convenient way to serialize and de-serialize objects. It needs
no schema, and can handle arbitrary Python objects. But it has problems. This
post briefly explains the problems. (more…)
Read more »
As a developer, every day we interact with remote APIs and web servers. Almost all services we consum... (more…)
Read more »
python-fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. (more…)
Read more »