Python/platform: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{| class="wikitable
== Values on macOS + python3 (homebrew) ==
! || Linux || macOS || Windows
* platform.system() Darwin
|-
* platform.macheine() x86_64
| platform.system() || || Darwin ||
* platform.processor() i386
|-
* platform.python_implementation() CPython
| platform.machine() || || ||
|-
| platform.processor() || || ||
|-
| platform.python_implementation() || || ||
|}

Revision as of 07:55, 27 December 2019

Values on macOS + python3 (homebrew)

  • platform.system() Darwin
  • platform.macheine() x86_64
  • platform.processor() i386
  • platform.python_implementation() CPython