Basic Counting in Python
Ben Cook • Posted 2021-05-14 • Last updated 2021-10-15I love fancy machine learning algorithms as much as anyone. But sometimes, you just need to count things. And Python’s built-in data structures make this really easy. Let’s say we have a list of strings: With a list like this, you might care about a few different counts. What’s the … Read more