β² 31 βΌ Counting CPU Instructions in Python (blog.mattstuchlik.com) submitted 2 years ago by rimu@piefed.social to c/python@programming.dev 19 comments fedilink hide all child comments Did you know it takes about 17,000 CPU instructions to print("Hello") in Python? And that it takes ~2 billion of them to import a module?
[β] Big_Boss_77@lemmynsfw.com 5 points 2 years ago (3 children) Is it just me... or is there a lot of python hate lately? permalink fedilink source hideshow 6 child comments replies: [β] neo@lemmy.hacktheplanet.be 2 points 2 years ago (1 child) Nah, my personal hate of indented blocks has been there since the late 90s /s 8-) permalink fedilink source parent hideshow 2 child comments replies: [β] furrowsofar@beehaw.org 3 points 2 years ago Yes, I hate indentation as structure but I hate tracking brackets even more. permalink fedilink source parent [β] furrowsofar@beehaw.org 1 point 2 years ago* (1 child) Same for me. I have used Python for most things since the late 1990s. Love Python. Have always hated the poor performance... but in my case mostly it was good enough. When it was not good enough, I wrote C code. Python is good for problems where time to code is the limiting factor. It sucks for compute bound problems where time to execute is the limiting factor. Most problems in my world are time to code limited but some are not. Python compute performance has always sucked. permalink fedilink source parent hideshow 2 child comments replies: [β] Big_Boss_77@lemmynsfw.com 2 points 2 years ago I get that... I'm not a developer, I'm a network engineer but I use a lot of python in my day to day operations. I always took python to be the "code for non-coders" which made it infinitely more approachable than some of the other languages. I'm not running the F1 grand prix over here, I'm driving to get groceries, so what if it's not the fastest thing out there. Close enough is good enough for me. And in my experience that's what people are using python for, daily driving. permalink fedilink source parent [β] dozymoe@mastodon.social 0 points 2 years ago (1 child) AI crowd using python probably @Big_Boss_77 @rimu permalink fedilink source parent hideshow 2 child comments replies: [β] Big_Boss_77@lemmynsfw.com 1 point 2 years ago (1 child) Ahh...that makes sense. I bet you're right. permalink fedilink source parent hideshow 2 child comments replies: [β] furrowsofar@beehaw.org 1 point 2 years ago* (last edited 2 years ago) 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. permalink fedilink source parent
[β] neo@lemmy.hacktheplanet.be 2 points 2 years ago (1 child) Nah, my personal hate of indented blocks has been there since the late 90s /s 8-) permalink fedilink source parent hideshow 2 child comments replies: [β] furrowsofar@beehaw.org 3 points 2 years ago Yes, I hate indentation as structure but I hate tracking brackets even more. permalink fedilink source parent
[β] furrowsofar@beehaw.org 3 points 2 years ago Yes, I hate indentation as structure but I hate tracking brackets even more. permalink fedilink source parent
[β] furrowsofar@beehaw.org 1 point 2 years ago* (1 child) Same for me. I have used Python for most things since the late 1990s. Love Python. Have always hated the poor performance... but in my case mostly it was good enough. When it was not good enough, I wrote C code. Python is good for problems where time to code is the limiting factor. It sucks for compute bound problems where time to execute is the limiting factor. Most problems in my world are time to code limited but some are not. Python compute performance has always sucked. permalink fedilink source parent hideshow 2 child comments replies: [β] Big_Boss_77@lemmynsfw.com 2 points 2 years ago I get that... I'm not a developer, I'm a network engineer but I use a lot of python in my day to day operations. I always took python to be the "code for non-coders" which made it infinitely more approachable than some of the other languages. I'm not running the F1 grand prix over here, I'm driving to get groceries, so what if it's not the fastest thing out there. Close enough is good enough for me. And in my experience that's what people are using python for, daily driving. permalink fedilink source parent
[β] Big_Boss_77@lemmynsfw.com 2 points 2 years ago I get that... I'm not a developer, I'm a network engineer but I use a lot of python in my day to day operations. I always took python to be the "code for non-coders" which made it infinitely more approachable than some of the other languages. I'm not running the F1 grand prix over here, I'm driving to get groceries, so what if it's not the fastest thing out there. Close enough is good enough for me. And in my experience that's what people are using python for, daily driving. permalink fedilink source parent
[β] dozymoe@mastodon.social 0 points 2 years ago (1 child) AI crowd using python probably @Big_Boss_77 @rimu permalink fedilink source parent hideshow 2 child comments replies: [β] Big_Boss_77@lemmynsfw.com 1 point 2 years ago (1 child) Ahh...that makes sense. I bet you're right. permalink fedilink source parent hideshow 2 child comments replies: [β] furrowsofar@beehaw.org 1 point 2 years ago* (last edited 2 years ago) 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. permalink fedilink source parent
[β] Big_Boss_77@lemmynsfw.com 1 point 2 years ago (1 child) Ahh...that makes sense. I bet you're right. permalink fedilink source parent hideshow 2 child comments replies: [β] furrowsofar@beehaw.org 1 point 2 years ago* (last edited 2 years ago) 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. permalink fedilink source parent
[β] furrowsofar@beehaw.org 1 point 2 years ago* (last edited 2 years ago) 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. permalink fedilink source parent