DEV Community

Cover image for Java vs Python a Simple Comparison Part-1
Indian Programmer
Indian Programmer

Posted on

Java vs Python a Simple Comparison Part-1

INTRODUCTION

Java and Python are the most famous programming languages in the world. Python is famous for its easy syntax as well as libraries while
Java is famous for its object oriented syntax as well as multi-platform usage. So today I am going to write about a comparison between Java and Python.

Note: THESE ARE MY OPINION ONLY

About Java

Java is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It was originally developed by James Gosling at Sun Microsystems and the name was Oak and was first released in 1991.
Later it was renamed to Java and released in 1995.

About Python

Python is an interpreted, and general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation.
It was developed by Guido van Rossum and first appeared in 1991.

To Be Continued....................................

Top comments (0)