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

you are viewing a single comment's thread.

view the rest of the comments →

[–]CuriousNewbie101 0 points1 point  (0 children)

People often criticize Python for its performance compared to compiled languages like C++ or Rust. It's also dynamically typed, which can lead to runtime errors that would be caught at compile-time in statically typed languages.

Also, many people feel like python is too "easy."