Using the platform module in Python on my Windows laptop, I get the following output
import platform
platform.processor()
'Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
'
If I look at the Windows System Information, however, I am told that my processor is an Intel Core i5-3317U CPU at 1.70Ghz. How can I get Python to return processor information in this format?