2

Why is Python still frowned upon in Competitive Programming? Like yes it's allowed, but why do we have such a huge stigma against it?

Comments
  • 0
    Python only uses one thread at a time (see GIL, global interpreter lock). If you want something fast and can't use numpy for it consider something else than python
Add Comment