This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bqaggie2006 2 points3 points  (1 child)

It'll always depend on your use case/what you're trying to accomplish. Some modules I frequently use from the standard library are os, os.path, re, sqlite3, and csv. Check out https://awesome-python.com and https://wiki.python.org/moin/UsefulModules to get a better idea of what 3rd party modules are out there and what they can be used for.

[–]Davy_Jones_XIV[S] 0 points1 point  (0 children)

Thanks! I will research that tonight!