DEV Community

[Comment from a deleted post]
Collapse
 
arrushc profile image
Arrush • Edited

Hi DynamicSquid,

First of all, thank you for your time and interest in my first blog. Regarding your question, it is not hard to switch to statically typed languages like Java, but generally, the learning curve is a bit steep initially because you are trying to familiarise yourself with the environment provided by the language you will be using. As such, when switching to Java, I was unfamiliar with areas that Python did not have i.e. bytecode.

If you are generally strict with types, then switching languages will also not be hard. Python also allows you to explicitly state the types which is what I do so my IDE will stop complaining.

Thanks and I hope my response will help you!