Miguel Brito
miguendes's blog

miguendes's blog

Follow
Miguel Brito

Miguel Brito

12.8K followers

Machine Learning Engineer - Technical Writer-ish - Interested in Software Testing, Best Practices, Scalability, and Python.

The Best Ways to Compare Two Lists in Python

Dec 12, 202117 min read

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

The Best Ways to Compare Two Lists in Python
How to Compare Two Strings in Python (in 8 Easy Ways)
Pylint: How to fix "c0209: formatting a regular string which could be a f-string (consider-using-f-string)"
Python pathlib Cookbook: 57+ Examples to Master It (2022)
How to Disable Autouse Fixtures in pytest
15 Easy Ways to Trim a String in Python