Python is Harder than Java….



This content originally appeared on DEV Community and was authored by AliyuAlbako

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.


This content originally appeared on DEV Community and was authored by AliyuAlbako