How to Compare Two Strings in Python (in 8 Easy Ways)
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!
Nov 28, 202112 min read101K

Search for a command to run...
Articles tagged with #python-beginner
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 strip / remove spaces, newline, tabs, special characters, line ending, and more!
