News

This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!
Using os.path.join not only ensures that there are slashes where you need them, ... The glob module in Python handles that for you, letting you say something like: import glob glob.glob('*.py') The ...