31
Counting CPU Instructions in Python
(blog.mattstuchlik.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Ahh...that makes sense. I bet you're right.
People use Python a lot as a Matlab, Excel/VBA, or R alternative. That was my use for many years. Some of these are compute focused problems and if the dataset is large enough and the computations complex enough then speed can be an issue.
As far as loading packages and printing. Who cares. These are not computationally intensive and are typically IO bound.