Pydantic enables parsing and validation of data in Python data classes, enforcing type hints and also providing a lot of features related to mapping data to Python classes. (more…)
Read more »
Retired Microsoft Engineer Davepl writes the same 'Primes' benchmark in Python, C#, and C++ and then compares and explains the differences in the code before... (more…)
Read more »
Typer, build great CLIs. Easy to code. Based on Python type hints. - tiangolo/typer... (more…)
Read more »
I recently had a small visualization that I wanted to do: Given a 3D stack of images, plot them with the ability to interactively flip through the stack. Also, I wanted to have it work on a static site like Github Pages (e.g. this site). (more…)
Read more »
⚛️ A module for solving and visualizing the Schrödinger equation. - GitHub - quantum-visualizations/qmsolve: ⚛️ A module for solving and visualizing the Schrödinger equation. (more…)
Read more »