Bookmarks tagged programming

23 Jan graphics.stanford.edu
Methods for counting bits, etc. Especially interesting is "the best method for counting bits"
#programming #software +
18 Sep 2023 peps.python.org
A PEP containing a tutorial for how to use Python 3.10+ structural pattern matching. Seems to cover the subject pretty thoroughly.