Name:
Anonymous
2007-12-07 13:18
should I use unix or python built in functions while operating with files?
Name:
Anonymous
2007-12-07 14:55
Python. That way you have much more abstraction, portability, compatibility, etc. And it's more Pythonic :) .