Hi guys i started the Python programming some day ago, I started my programming path with java, (i needed to learn it cause my university required it) but now i would like to learn Python programming...so here is my first question in this forum...
Does exist some tutorials or documentations about the main differences between Java and Python?
this website has a great tutorial and is a very good reference, however, it isn't targeted at people who come from other programming languages, so it may be better to use the above solution.
When learning to program in a new language it is usually best to forget trying to compare it to other languages.
When learning Java, do things the Java way.
When learning Python, do things the Python way.
Every language has strengths and weaknesses, and a particular way of thinking about the program. It will just cause problems to try to fit one language's way of thinking on to another.
I see...let's try in another way, the best way to learn a programming language is to proceed by example...can you write a function for me?
"write the code of a function Python that extracts from a matrix an array formed by the elements of the matrix's first line passed by argoment to the function"