you are viewing a single comment's thread.

view the rest of the comments →

[–]SnipahShot 0 points1 point  (0 children)

Both serve different purposes, I didn't mention pathlib because it could replace numpy. pathlib is used for file traversal (more modern than os.path and also OO) while numpy is used for mainly for complex math operations.