Python Vs Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python Vs Java

Which is easy to lear for a complete beginner?

14th Aug 2018, 5:38 AM
Charan
6 Answers
+ 11
All languages have their own specific syntax. A beginner will face difficulties anyway. Just pick any.
14th Aug 2018, 6:38 AM
Igor Makarsky
Igor Makarsky - avatar
+ 4
I think python is simple for you if you are beginner.it has very simple syntax and easy to learn.
14th Aug 2018, 10:42 AM
Maninder $ingh
Maninder $ingh - avatar
+ 2
Java is unique in its own way and for an advanced programmer, no problem to use. The first Java version 1.0 was released in 1995. By 2004, Java 5.0 was released; this version saw the insertion of generics into the Java language, providing Java with more efficient code and type safety. To date, the latest version of Java is SE 8, and it made its debut in 2014. Currently, it is widely used as the key programming platform on smartphones and tablets. Additionally, Java programming language forms a large part of the basis for Android’s operating systems. Java syntax is primarily a derivative from C++ and combines universal, organized and object oriented programming that offers automatic memory management. Using Java byte-code is advantageous to porting since it has similarities to machine code. Other benefits to Java include: •Static typing •Curly braces used for noting the start and end of functions •Programs are larger •Does not compile native bytecode •Can be run on any operating system that can run the Java Virtual Machine •Cannot change data types of variables •Object-oriented programming is mandatory Python Python was first released in 1989. As a high-level programming language, it makes a strong case for readable code. In addition to supporting object-oriented programming, it also supports imperative and functional programming. This multi-paradigm language is also structure supportive. It offers ‘meta-programming’ and ‘logic programming,’ as well as ‘magic methods.’ Other features include: •Duck typing (Strongly typed) •Uses whitespace to convey the beginning and end of blocks of code. •Programs are small and therefore run much faster •You need less code to create a program •This program is slow in execution •Compiles native bytecode •You can assign a string to a variable that once held an integer •Easier to read and understand relative to Java •Is not supported across a wide variety of platforms •Object-oriented programming is optional  Read More.https://crbtech.in
14th Aug 2018, 11:21 AM
kiran sahu
kiran sahu - avatar
+ 2
Nice ans kiran sahu
14th Aug 2018, 5:56 PM
Satyendra Singh
Satyendra Singh - avatar
+ 1
Both are awesome programming languages. For learning and production. If you can't decide ... throw a coin.
21st Aug 2018, 4:49 AM
Nabukodonozor31
Nabukodonozor31 - avatar
0
kiran sahu little outdated, Java 8 isn't the latest, Java 10 is. With 11 being released next month :)
14th Aug 2018, 7:41 PM
Dan Walker
Dan Walker - avatar