+ 2
Which is easier to learn first Python or Java
Please answer my brothers
5 Respuestas
+ 2
+ 2
Python is not very complicated for code writing language like java,and is easy to write and to understand for biggener
+ 1
Java, as such, is easier to learn. Its been around for a while, so lots of help and support available on the internet. Once you learn the basic syntax and know how to write programs, you will be comfortable writing small programs.
But here is the thing. What can you build by using only Java (here we are talking about Java SE, or “Core Java” as many people call it)?
Mostly console applications. Some jar files, and other similar stuff.
Java has a wide usage in developing web applications. For that, you need to be familiar with Java EE (Advanced Java as many call it).
Even after learning Java EE, you cant jump on developing web applications. It would be a lot of time-consuming without learning any good framework.
You need to be familiar with a lot of modern libraries out there, learn the frameworks like Spring or Dropwizard.
So, as you can see, learning a new language is not that difficult. Its the ecosystem built around it. Mastering a framework might more time then mastering the language itself.
You can see the best way to learn java here:- http://crbtech.in/Java-Training/best-way-go-learning-java/
0
easy to learn is python. but when you want to understand the oops concepts completely, it is better to choose java first.