# This module provides classes and functions for comparing sequences. # It can be used for example, for comparing files, and can produce difference information in various formats, including HTML and ...
I find it convenient to use a "skeleton liner" that copies and compares text using Python's "difflib". For comparing files, "vimdiff" is useful. However, there are things about "vimdiff" that I find ...