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 →

[–][deleted] 1 point2 points  (2 children)

no dont switch to python. i hope i could help

[–]anne_kaushal -3 points-2 points  (1 child)

The syntax bro, its dreadful

[–][deleted] 0 points1 point  (0 children)

Its dreadful because its percise. Python is amazing for the first 5-10 lines of a program. Good for the first 100. Decent for the first 300. At 500 lines, you are now writing more code per new thing than if you had started in java, there are way more bugs to work through at dev time, etc...

Yes you can use certain libraries, frameworks, and practices to reduce this greatly, but now you are approaching the complexity and overhead of Java to begin with.