Guide to Fuzzy Matching with Python
This post is going to delve into the textdistance package in Python, which provides a large collection of algorithms to do fuzzy matching.
Source: Guide to Fuzzy Matching with Python, a guide by Andrew Treadway.
This post is going to delve into the textdistance package in Python, which provides a large collection of algorithms to do fuzzy matching.
Source: Guide to Fuzzy Matching with Python, a guide by Andrew Treadway.
Why do people talk about type classes when they mean algebraic structures? The reason is, type classes are used to implement algebraic structures. They’re a language feature, rather than a mathematical concept.
Source: Type Classes: Things I wish someone had explained about functional programming, part 3 in a series written by James Sinclair.
I've lately been tasked with migrating a classic .Net business web API to .NET Core. One of the goals of this migration was to host the API inside a Linux system using Docker containers. It was quite a long and enjoyable journey. Now that it's all done, I thought I'd share some interesting Docker bits I learned along the way.
Source: Lesser known Docker tips for advanced users, an article by Anas Mazioudi.