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 »
Recently, I analyzed Python 3 support for packages listed in PyPI to judge the risk of completely dropping Python 2 in 2017. In this…...
Read more »
Whenever I publish something about my Python Docker workflows, I invariably get challenged about whether it makes sense to use virtual environments in Docker containers. As always, it’s a trade-off, and I err on the side of standards and predictability. (more…)
Read more »
I Used Python to Compute the Deflection and Axial Forces of a Truss Bridge: I wrote a python program that calculates a truss bridge's axial stresses and deflection by implementing the virtual work principle.
To compute the deflection of a truss structure... (more…)
Read more »
PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum computer the same way as a neural network. - PennyLaneAI/pennylane... (more…)
Read more »