wie man die Anzahl von Kernen in Python bekommt

import multiprocessing

multiprocessing.cpu_count() # or os.cpu_count()
experimental