Hacker News new | ask | show | jobs
by qsort 197 days ago
Do you frequently use Python for competitive programming puzzles? I've done it a bit in the past, and everyone always used C++.
1 comments

Always. Probably you can't get in top 100 with python[1]. But I like dicts with tuple keys, bigints, all the list things.

[1] My best is around 1300 place in HackerCup.

I have to wonder how much better you'd do if they made pypy an option.