我有一个字典列表。字典列表=[{'name' : 'bob', 'weight': 50}, {'name' : 'ramesh', 'weight': 60}]
[{'name' : 'bob', 'weight': 50}, {'name' : 'ramesh', 'weight': 60}]
我想同时处理两个字典
我应该为这个多处理池或进程使用什么?
python multithreading process multiprocessing python-2.7
multiprocessing ×1
multithreading ×1
process ×1
python ×1
python-2.7 ×1