Statically Typed Functional Programming with Python 3.12One person's adventutes in functional programmming in Python.#python#functional-programming#blog#tutorial#programming·wickstrom.tech·May 25, 2024Statically Typed Functional Programming with Python 3.12
Elisp in replacement stringSomething I've never really paid attention to, and it's actually quite a powerful feature: when doing search/repalce in Emacs you can replace with Elisp code (as in, Elisp code can provide the replacement).#emacs#lisp#elisp#emacs-lisp#blog#tutorial·susam.net·Jan 12, 2024Elisp in replacement string
Annotating args and kwargs in PythonUseful blog post that goes over the best ways to type *args and **kwargs in Python.#python#typing#tutorial#tips#blog#programming·rednafi.com·Jan 10, 2024Annotating args and kwargs in Python
Basic introduction to PydanticNice little introduction to what Pydantic offers. #programming#python#blog#tutorial·bugbytes.io·Feb 28, 2023Basic introduction to Pydantic