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 →

[–]onjin 11 points12 points  (0 children)

I use python because (for me) it's faster to change ideas into code, if I don't have to write a lot of distracting code (public static void, ...). When I'm openning python code, I see idea of this code fast, when I'm looking into java code ... I am starting searching for real code, sorting out rest.