Cross-Platform System Programming
Tuesday April 29, 2008
Python's
os module is responsible for most any system-level call you make from your programs. Without it, Python's portability would be very much hampered. The first step in a new guide on handling file paths in Python looks at how to open a file and read it into memory. 