this post was submitted on 26 Feb 2024
20 points (95.5% liked)

Python

5396 readers
1 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
 

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?

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 13 points 1 year ago

It's fine, I'm not in a hurry.

[–] [email protected] 11 points 1 year ago (2 children)

If i needed speed i wouldnt be programming in python.

[–] [email protected] 8 points 1 year ago

also, if I needed speed I wouldn't be printing stuff every 100k instructions

[–] [email protected] 2 points 1 year ago

If I needed speed, I'd be programming in Python but then profiling the performance and re-writing the inner loops and such to call C or BLAS.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago)

so 200 to 800 microseconds on a modern cpu? Fast enough.

[–] [email protected] 3 points 1 year ago

While the processor I'm working on right now supports 14MIPS...

[–] [email protected] 1 points 1 year ago

Is it just me... or is there a lot of python hate lately?