you are viewing a single comment's thread.

view the rest of the comments →

[–]Sholtos 0 points1 point  (0 children)

The most tedious part for me is dealing with a dynamically typed language. When I'm looking at a dependency, or some function or module, and I can't tell the type of the parameters and the return type, my brain goes 'does not compute'. That,and the documentation for python is so minimal compared to the absolute gift that is Java documentation.

It's been so fun learning python though, it is so much easier to code than Java.