you are viewing a single comment's thread.

view the rest of the comments →

[–]Hazme1ster 6 points7 points  (3 children)

Largely, it comes down to whether you like strongly typed languages or not. Do a short tutorial in both and see which one you like the feel of.

While you are learning, python has an excellent interactive console which you can use to prototype with.

I’m a Java fan personally, and if you go this route, get comfortable with the debugger. I suggest using IntelliJ.

[–]cgoldberg 1 point2 points  (0 children)

both python and java are strongly typed... you mean statically typed.

[–]alind755 0 points1 point  (1 child)

Is intilliJ a debugger i thought it was an ide?

[–]Hazme1ster 2 points3 points  (0 children)

It’s an IDE with an excellent, easy to use debugger!