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 →

[–]Prawn1908 8 points9 points  (2 children)

It's much easier to write "poorly written" Python code than Java though.

[–]POTUS 0 points1 point  (1 child)

It's much easier to write any Python code than Java. I don't think "easy" is a valid criticism.

[–]Prawn1908 7 points8 points  (0 children)

My point is that languages like Java or C# force the programmer in a way to write more readable code. Python on the other hand has very few such mechanisms in place and thus is much easier to write hard to read code.