13.5K followers
Machine Learning Engineer - Technical Writer-ish - Interested in Software Testing, Best Practices, Scalability, and Python.
Check if two lists are equal, which elements match, get the difference between two lists, compare lists of dictionaries, list of strings and more! · A...
A guide on how to check if two strings are equal, or similar. Learn how to find the difference between two strings. Make complex comparisons and more! ·...
Learn how to fix this new Pylint rule that raises: 'formatting a regular string which could be a f-string (consider-using-f-string)' error · Some weeks I...
A mega tutorial with dozens of examples on how to use the pathlib module in Python 3 · When I started learning Python, there was one thing I always had...
Learn how to ignore autouse fixtures for one test or more tests · pytest is a very robust framework that comes with lots of features. One such feature...
Learn how to strip / remove spaces, newline, tabs, special characters, line ending, and more! · I'm not gonna lie. There are multiple ways you can trim a...