Python Forum
More recent package/library for difflib?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
More recent package/library for difflib?
#1
Hello. I was going to install the difflib package, so I went to get more information about it from PyPi.org. However, it no longer exists, apparently. Is there a more updated or recent package similar to difflib that you have used and would recommend?

For background...I am trying to compare two blocks of text (very large narratives) for common text strings/sentences. I am using the "set/intersection" method, but was looking for another approach as well and difflib was recommended.

Thanks.
Reply
#2
the difflib module is part of the standard python library
https://docs.python.org/3.7/library/difflib.html

https://pymotw.com/3/difflib/
Recommended Tutorials:
Reply
#3
(Jul-11-2019, 10:01 PM)metulburr Wrote: the difflib module is part of the standard python library
https://docs.python.org/3.7/library/difflib.html

https://pymotw.com/3/difflib/


Thank you - I understand now. Much appreciated!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Merge JSON files prioritizing the updated values from most recent file nebulae 0 2,520 Apr-17-2019, 10:15 AM
Last Post: nebulae

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020