Tag: compare two text files

A short compare two text files tutorial. However, very informative on the basics needs for someone learning the topic, and tricks for someone more experienced.

Python

A Quick Way to Compare Files

by:

Have you heard about filecmp and how to use it for a quick way to compare files in Python? Sometimes when writing a unit test in …