#sysplatform

[ follow ]
Python
fromPythonmorsels
1 week ago

Checking your operating system in Python

Use os.name, sys.platform, or platform.system() to detect the operating system in Python, varying in granularity and user-facing naming.
[ Load more ]