xarray (formerly xray) is an open source project and Python package
that aims to bring the labeled data power of pandas to the physical sciences,
by providing N-dimensional variants of the core pandas data structures.
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 »
Detect leaked asyncio tasks, threads, and event loop blocking with stack trace in Python. Inspired by goleak. - deepankarm/pyleak... (more…)
Read more »
Stack Overflow recently released a cool new tool called Trends. This tool allows you to compare Stack Overflow question tags over the… (more…)
Read more »
In version 3.8, Python supports System V style shared memory. This support allows creation of memory segments that can be shared between… (more…)
Read more »