+ 5
Can anyone help me?
I know python very well,but when I start learning java it is too complex,i have no idea how should learn Java,can anyone help me to learn Java ,give me some suggestion.thanks in advance.
3 odpowiedzi
+ 2
java will become very easy once you learn it's basics.Try making python programs in java.You can use IDE in strating like Netbeans.If you can learn python then you can easily learn java.Try vedio lactures from udemy you can find some free course there
+ 5
Here are some advises:
• Forget how Python works (Or don't compare them, they're too different)
• Learn C++ or another "normal" language at the same time, so you'll get used with the typos and conventions that are barely the same for the other language (except Ruby, Kotlin, Swift and Python)
+ 1
For me it was the other way round, which is I still struggle sometimes with python classes.
To answer your question: i found much more online resources for Java than python. One if the reasons I started with Java. I always recommend https://www.w3resource.com/java-tutorial/ as you will also find many coding exercises which you can also use as examples to understand how things work.
Just keep at it. I personally find oop in Java a bit more comprehensive.