Python programs on different Operating Systems -
if write python script using python standard libraries, using python 2.6 work on operating systems long python 2.6 installed?
depends. there few parts of python standard libraries available on platforms. these parts noted in python documentation.
you need careful of how handle things file paths - using os.path.join()
, such make sure paths formatted in right way.
Comments
Post a Comment