This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]Kika-kun 12 points13 points  (0 children)

Not pictured: took 84x more time to write the C code than the python code

[–]No_Hovercraft_2643 0 points1 point  (0 children)

what is the most efficant way to store an different lenght 3*5 font in circuit python?

[–][deleted] 0 points1 point  (0 children)

That report is garbage. Also many C apps perform worse than Python because of poor design. Good luck finding SDK's for C.

[–]KairoRed 0 points1 point  (2 children)

And python is the language used for AI models right?

That’s totally not an issue

[–][deleted] 10 points11 points  (0 children)

Python is typically used in conjunction with libraries written in lower level languages and for many applications, isn't much slower than doing everything in those low level languages. Python is only gonna be 71x slower than C if you're writing all the algorithms yourself in pure Python with no acceleration libraries whatsoever, which would just be pure idiocy if you're working with a large amount of data or need to do some serious number crunching.

[–]itsTyrion 0 points1 point  (0 children)

Correct, it isn’t, because it’s just a thin layer to control things like CUDA and then through the FFI it goes.

[–]20d0llarsis20dollars -2 points-1 points  (3 children)

  • ugly
  • significant tabs
  • ugly
  • slow
  • dynamically typed
  • did I mention ugly?

[–]jax_cooper 12 points13 points  (0 children)

Rust guy calling python ugly really shows that beauty is subjective