DEV Community

AliyuAlbako
AliyuAlbako

Posted on

Python is Harder than Java....

This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer.

Explainer

When I started programing, there is this notion going round that "Java is harder than Python". Python is my first language, after hitting some millstones in python, I started java.
From the onset I found java so difficult to comprehend but going deeper, I found java so accommodating, crystal clear and self-explained.
In many occasions I will have to go back to Java to understand many concepts that I couldn't understand in python, especially oops and its sub-concepts.
Python is vague and Java is Verbose.

Top comments (2)

Collapse
 
stephgrino profile image
Stephane Pellegrino

You're right, because Python is designed for fast writing code. (Some syntax/concept shortcuts have been made)