21
loading...
This website collects cookies to deliver better user experience
1. Web Applications
2. Data Science
3. Mobile Applications
4. Big Data
5. Artificial Intelligence
6. Automation
7. Testing
Python is a high level interpreted language
java
have to wait for the compiler to compile the whole file of your code before it can execute. interpreter
to compile the source code line by line
into machine code
. Machine code is the language the computer understands.java
, Nah! Python is way cooler with even nice syntax.java
public static void main(String[] args){
System.out.println("Hello Friend")
/**Am sorry i do not know your name */
}
Python
python
print("Hello Friend")
Windows, Linux or even MacOS
See you next time, Bye Friend!!!