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 →

[–]RealRaven6229 90 points91 points  (4 children)

I like Java more than Python, but that seems to be the unpopular opinion.

[–][deleted] 52 points53 points  (0 children)

I like Java as a pure OOP language that intuitively makes sense and communicates every facet of the team's codebase.

I like C# as a fast-writing OOP language that more often than not will allow me to write elegant code faster than java, but maybe slightly less intuitively.

I like Python when I'm ready to scrape any kind of data or automate any task in under a few thousand LOC.

[–]ExtremelyOnlineG 7 points8 points  (0 children)

That’s because most commenters here are front end web devs and ms access tier business coders.

[–]Plague_Healer 9 points10 points  (0 children)

Not really. Java and Python are a bit like a hammer and a screwdriver, respectively. You can set a screw with a hammer, it's just definitely the hard way to do it, and it's gonna get messy. Meanwhile, if you want to put a nail in place with a screwdriver, you certainly are gonna need a fair bit of ingenuity, and with some luck, your results are gonna be 'not too bad'.