I m begginer is the python harder than java and html

0 votes
Apr 15, 2020 in Python by Shuddh Desi
• 120 points
459 views

1 answer to this question.

0 votes

Hey, @Shuddh,

 Its upon your interests that what you like to work with if you like Java then work on it and if you like python work on it. I recommend python for beginners​. Python is easier to learn and is a good language to start learning computer science concepts like algorithms and data structures.

Why you should take python:

  1. If you are a very beginner and don’t know about programming much.
  2. If you just want to develop some games, PC software quickly, then python would be your first choice and not JAVA.
  3. If you don’t want to get into the complicated procedure of learning the whole structure, having big syntax, making big and complicated programming scripts, then choose python as it has a very clean and very well defined structure that's easy to learn, make and convert it into an executable.
  4. Python uses an interpreter which has its own pros and cons like an interpreter is a little bit slower, and very heavy in size, whereas it makes the developing procedure very much error-free and reduces the testing time.
  5. You want to quickly create your programs/scripts.

And if you want to explore a bit more, here you go https://www.edureka.co/blog/java-vs-python/

I hope this will help you.

answered Apr 15, 2020 by Gitika
• 65,910 points

I would also recommend PythonForBeginners.com as a place to start. Specifically, the Python tutorial.

Related Questions In Python

0 votes
1 answer

i am normalizing the data set iris in python and get the error ::TypeError: 'numpy.float64' object is not callable

TRY THIS   #Nomalisation for i in names:     print(i)   ...READ MORE

answered Aug 20, 2019 in Python by Noel Deepak Palle
5,525 views
0 votes
1 answer

How can I find out the index of an element from row and column in Python?

You probably want to use np.ravel_multi_index: [code] import numpy ...READ MORE

answered Apr 16, 2018 in Python by charlie_brown
• 7,720 points
2,039 views
0 votes
1 answer

What is the difference between Python and IPython?

There are few differences between Python and ...READ MORE

answered Jul 26, 2018 in Python by Priyaj
• 58,090 points
3,728 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,471 views
0 votes
5 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP