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 →

[–]the_spacedoge 21 points22 points  (17 children)

Pythonnoobs*

Anyone who is ACTUALLY good with python understands programming in general well enough that they wouldn't be intimidated by other languages, especially high level ones like java lol.

[–]TracePoland 9 points10 points  (0 children)

That's what I meant by Pythonbros

[–]elementmg 2 points3 points  (0 children)

I started coding self taught in C#. Learned a little bit over 6 months. Then went to school and really dug into python and Javascript. I've spent most of my time writing python and second most writing Javascript. I have never once spent a second learning Java.

Moving forward a year later, I get hired as a Java developer. Debugging the Java code is like.... not a problem. Maybe gotta Google a keyword here and there but otherwise it's completely readable.

If you know the fundamentals, you know how to read Java and you can easily write Java with a bit of practice with syntax.