0

Hello guys. Please is python better to learn than Java?

Can it make better programs than Java? I'm a novice to programming. What kind of language is it? Can it create programs on it's own without the help of other languages?

22nd Jun 2020, 6:24 AM
Viktor August
Viktor August - avatar
3 Answers
+ 2
The biggest difference between the two languages is that Java is a statically typed and Python is a dynamically typed. Python is strongly but dynamically typed. ... The only condition on the type of object a name refers to is that it supports the operations required for the particular object instances in the program. Source: https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.activestate.com/blog/python-vs-java-duck-typing-parsing-whitespace-and-other-cool-differences/&ved=2ahUKEwi2__So55TqAhXLDWMBHZkpByYQFjABegQIDBAH&usg=AOvVaw1mn684t0fqwY_-UL75uNUg
22nd Jun 2020, 6:37 AM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 2
Python is more productive language thanJava. Python is an interpreted language with elegant syntax and makes it a very good option for scripting and rapid application development in many areas. ... Python code is much shorter, even though some Java “class shell” is not listed. S0urce: https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.geeksforgeeks.org/is-it-snakepython-or-coffeejava-wholl-win/&ved=2ahUKEwi2__So55TqAhXLDWMBHZkpByYQFjAEegQIDRAJ&usg=AOvVaw203s612B7OJwrirtutQCZa
22nd Jun 2020, 6:38 AM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
things that i learn mostly is use python if you want the cods to done faster and easier. it got pip, simpler shorter syntax and multiparadigm, mostly i find it easier to work with than java in comparison java is like a boot camp (a bit harsh but for the better), its strict in rules, OOP only, strongly type. mind you none of this is a bad thing, its really good to structure your codes in some ways, and java kind of forcing that. i'm no longer actively using both language, i personally choose python for smaller and simpler script over java. and java when work on bigger and easily get messy project.
22nd Jun 2020, 6:40 AM
Taste
Taste - avatar