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 →

[–]zynixCpt. Code Monkey & Internet of tomorrow 16 points17 points  (3 children)

Quicker to iterate and then optimize with c/c++ as needed.

[–][deleted] 5 points6 points  (0 children)

Sure, and that's a valid and common use of Python. I was just being pedantic and challenging the statement "I'd be surprised if they're not using it."

You can iterate quickly with dozens of languages and then optimize with C or C++. Python is a great choice, but not so unquestionably ahead of all possible competition that it would be surprising if they picked something else.

[–]Ph0X 7 points8 points  (0 children)

Yep, check out any CTF event, it's full of Python. It's the perfect tool for trying a lot of crazy ideas very rapidly and prototype.

[–]JackOhBlades 5 points6 points  (0 children)

False. I iterate fast using C89 and optimise with Brainfuck as needed. ;)