Between Java and Python, which one is better to learn first and why?

Asked by Last Modified  

Follow 3
Answer

Please enter your answer

Web Developer

Java to be learn first.. Bcz overall all language having bad C and cpp.. So java also base on cpp.. So u understand easely.. Then u can learn python.. But now day python high demanded labgulage in IT industry.. For AI and Data analysis...
Comments

Mysteriously effective (Teaching since birth)

no one is better. Java is never dying and python is the easy solution for any programmer.. see when you write program in python, its fast.. when you write same things in java, they are so timely.. 1 month python code = 6 months java code.. now you can get the idea.. but python uses lots of memories...
read more
no one is better. Java is never dying and python is the easy solution for any programmer.. see when you write program in python, its fast.. when you write same things in java, they are so timely.. 1 month python code = 6 months java code.. now you can get the idea.. but python uses lots of memories and processing power.. but it is nothing when you run those programs on high processing computers of today's age.. but when you need very performance to be the best, java or c languages are only options.. Easy to learn? both java and python are easy.. learn anyone before or after... doesn't matter.. read less
Comments

Come for knowledge go for earning

java and python language are similar in some topics but these are not proper same.i think you first learn java.after that you will learn easily python in short time.
Comments

View 1 more Answers

Related Questions

what is the use of request get parameter map in servlet with example
Map of all input elements of form of Html can be retrieved with getParameterMap() method and it is very rarely used. Map requestParams = request.getParameterMap();
Pushpendra
What is a good foundation course for JAVA?
I will not prefer any programming language or technology instead, You can focus on Concept and Principles. Because when you say your a programmer you should be a programmer rather than saying Java programmer,...
Rajeev J
What are the requirements of learning Java? How long it takes to learn java and what is the fee structure?
Core java is main to learn, if you join my classes it takes one month to become master.
Ruuchi
Where can I get Python online training?
You can get many institutes in google which are providing online training.
Taranum
How to stop session hijacking programmatically ?
HTTP is a stateless protocol. In order to track users, web applications rely on server side sessions. Two basic ways to link clients(usually browsers) to sessions are through URL rewriting and HTTP cookie....
Mnaohar S

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

Java Collection
Collection: The collection provides an architecture like a list where we can store and manipulate the group of items. Through Collections, we can achieve operations such as searching, sorting, insertion,...
V

Vinaykumar D.

0 0
0

Differences Between HashMap vs HashSet In Java.
HashSet HashMap HashSet implements Set interface. HashMap implements Map interface. HashSet stores the data as objects. HashMap stores the data as key-value pairs. HashSet...

Use of Service Locator Pattern
If we want to reuse the java code that should be the best approach w.r.t re-usability, maintanence and saving time to concentrate on our own businbess logic/requirement. In the similar approach many patterns...

Lambda Expressions in Java
A lambda expression, introduced in Java 8 is similar to a block of code resembling an anonymous function that can be passed to constructors or methods for execution as an argument. Examples: a)() ->...

Recommended Articles

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you