Tagged Questions

29
votes
4answers
6k views

How to find out the number of CPUs in python

I want to know the number of CPUs on the local machine in Python. The result should be user/real as output by time(1) when called with an optimally scaling userspace-only program.
0
votes
3answers
316 views

How to get the system info with Python?

I need to get the info under what environment the software is running. Does python have a library for this purpose? I want to know the following info. OS name/version Name of the CPU, clock speed ...