(Please don't lob rocks at me. I love Python.)

Book cover: "Articifical Intelligence in BASIC" by Mike James
you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 1 year ago*

Python is the tradeoff between ease of development and performance. If you do things the "normal" way (aka no cython) your programs will oftentimes severely underperform when compared with something written in a relatively lower-level language. Even Java outperforms it.

But, you can shit out a program in no time. Or so I've been told. Python is pretty far from the things I'm interested in programming so I haven't touched it much.

  • source
  • parent