When you first learn to code, it’s common to learn arrays as the “main data structure.”... (more…)
Read more »
This post describes a Sudoku solver in Python. Even the most challenging Sudoku puzzles can be quickly and efficiently solved with depth first search and con... (more…)
Read more »
A library to generate LaTeX expression from Python code. - GitHub - google/latexify_py: A library to generate LaTeX expression from Python code. (more…)
Read more »
Earlier this year, an experimental “just-in-time” compiler was merged into CPython’s
main development branch. While recent CPython releases have included other
substantial internal changes, this addition represents a particularly
significant departure fro... (more…)
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 »