Data Storage Research!! Fun times! - kstrack-grose/Git-Project GitHub Wiki
We need to import os. Why? Not sure, but it's a module (we think!) and it lets you do all sorts of fun manipulations to files and directories. I.e., we use it in our source code to create the storage infrastructure.
Here's great information about how to use the os module to create a file/directory infrastructure in python (http://www.tutorialspoint.com/python/os_file_methods.htm)
We're planning out the process (with preliminary code) in our files in the Storage subdirectory. Check it out
SUPER IMPORTANT:http://www.pythonforbeginners.com/os/python-the-shutil-module
AND THIS: http://pymotw.com/2/shutil/