The Best Ways to Compare Two Lists in 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!

Search for a command to run...
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 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

A mega tutorial with dozens of examples on how to use the pathlib module in Python 3

Learn how to ignore autouse fixtures for one test or more tests

Learn how to strip / remove spaces, newline, tabs, special characters, line ending, and more!

An in-depth guide on how to use isdigit(), isdecimal() and isnumeric() by understanding the difference between them

On the 31st of Aug 2020, I published my first ever blog post. It’s been a wild journey, full of ups and downs, but a very rewarding one. In this post, I will detail everything I’ve learned, show some numbers and plans for the next year to come. The M...

How I modified python’s source code and compiled it to accept “else-less” if expressions
