wandersonp Posted April 22, 2015 Share Posted April 22, 2015 (edited) Hey guys, Im digging at python outside the normal hom model from houdini, which modules u guys use daily Im studying around these, glob, subprocess, sys, Qtcore, shutil, which one I need to add to my study list. Thanks Wanderson Edited April 22, 2015 by wandersonp Quote Link to comment Share on other sites More sharing options...
michael Posted April 22, 2015 Share Posted April 22, 2015 ElementTree fnmatch 1 Quote Link to comment Share on other sites More sharing options...
jrockstad Posted April 22, 2015 Share Posted April 22, 2015 (edited) Yes, fnmatch is very useful. Also os.path (and os for that matter), filecmp... pretty much anything under the "File and Directory Access" portion of the standard library will be among your most generally used modules. Edited April 22, 2015 by jrockstad 1 Quote Link to comment Share on other sites More sharing options...
Stalkerx777 Posted April 23, 2015 Share Posted April 23, 2015 itertools for sure! 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.