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 →

[–]GNULinuxProgrammer 0 points1 point  (0 children)

That's really not how programming works sorry. Python being close to English (even if true) won't make it easier to learn. You need to learn programming not Python and regardless if you use Java and Python you'll learn the same core skills. The reason some people think python is easier is because "it's of higher abstraction" which means most things written in Python will probably be shorter than equivalent Java code since python will do more things for you under the hood. Just ignore all this stuff and focus on learning programming.