get nbr cores python code example Example: how to get number of cores in python import multiprocessing multiprocessing.cpu_count() # or os.cpu_count()