Last three days I have been thinking about what is more comfortable for WEB development, Java or Python?
What I think about:
Python: Python is very effectively and flexible, and „that lets you work more quickly“. The python code is more complex than Java, because Java programming language's syntax is like a C/C++ and etc, but Python... is exclusive, like Ruby (I think so, because yesterday I have red an article about Ruby hello world application)
Java: As I already said, Java syntax is like a default. Application wrote with Java is more bigger than Python, for example „Hello world“ application:
In Python:
print "Hello world"
In Java:
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello world");
}
}
Quote
So imagine it, when you're writing a Java program like calculator, your code will be like an elephant, however, if you write a calculator application with Python programming language, your program will be more smaller than program with Java.
This was an example for languages comparison.
So, what is your opition about these two languages? It is very difficult to me to choose right language between two (Java and Python).

New Topic/Question
Reply


MultiQuote






|