Quantcast
Viewing all articles
Browse latest Browse all 23058

Doug Hellmann: os — Portable access to operating system specific features — PyMOTW 3

The os module provides a wrapper for platform specific modules such as posix , nt , and mac . The API for functions available on all platforms should be the same, so using the os module offers some measure of portability. Read more… This post is part of the Python Module of the Week series … Continue reading os — Portable access to operating system specific features — PyMOTW 3Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 23058

Trending Articles