Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

please tell me the which programming language is better for beginner?

+29 votes
asked Mar 19 by Deep Dharva (480 points)
please tell me

9 Answers

+8 votes
answered Mar 19 by Aditi (300 points) 1 flag
Hey Deep, I think you should start with C language, give 3-4 months to understand the language, the syntax, logics, etc. After that you can choose the language according to your purpose, if you want to do DSA, then go for C++ or Java, etc. and if you want to go for the fields like Data science, AIML, Cybersecurity then go for Python.
All the best!
commented 4 days ago by Deep Dharva (480 points)
hii please email me deepdharva@gmail .com
+5 votes
answered Mar 19 by Rob (240 points)

I would start with python; "Python is a great language for beginning programming for several reasons. First, the syntax is both sparse and clear. Second, the underlying model of how objects and variables work is very consistent. Third, you can write powerful and interesting programs without a lot of work. However, Python is representative of one kind of language, called a dynamic language. One might think of Python as being fairly informal. Other languages, like C, C++, and Java are more formal."

commented Apr 14 by Deep Dharva (480 points)
ok thank you for your response
0 votes
answered Mar 20 by Ishan Dhake (150 points)
C Programming and Pythom
commented Apr 14 by Deep Dharva (480 points)
TYSM for your response
+3 votes
answered Mar 20 by Keertana (220 points)

I suggest u to go for python first, python is easier than any languages 

i know 4 languages java, c , python and c++.

hence  python is much easier it has simpler structures, and flow 

happy learning!!!

commented Apr 14 by Deep Dharva (480 points)
yes thank you for your response i will value for your feedback
+1 vote
answered Apr 6 by chrisoftwaresweat (160 points)
If u want to start w/ a strict language but short syntax go for C
If u want a not so hard language but long syntax then go for Java
If u want both short syntax and easy then go for Python

In my personal experience, i chose Java and it's fantastic

So, it's completely up to you, as we/they say "Learn to program not just the language".
0 votes
answered Apr 7 by Purushothaman (140 points)
C language is best for beginners to easily learn concepts
0 votes
answered Apr 7 by khuzaima waqar (140 points)
python is better and easier for beginners because it is near to english
+2 votes
answered Apr 26 by Hailemariam (190 points)

1. Python  (Most Recommended)

Why it's great for beginners:

  • Very simple, readable syntax (looks almost like plain English)

  • No need to write complex symbols like {} or ;

  • You can write useful programs in just a few lines

  • Huge community and tons of free learning resources

Example:

python

print("Hello, World!")

Best for: Data science, AI, automation, web development, general learning

commented Apr 26 by Hailemariam (190 points)
It is correct!
+2 votes
answered May 4 by abraham biyargie (190 points)
I think it is C++.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...