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
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