+ 1
If a person is a beginner to programming then which of the language should he choose to study first?
#beginner
4 Antworten
+ 2
Python is very easy language to learn. It has an english like syntax which is very easy to remember. But starting with C will be better to understand how to write logic for every type of problem .
for example:
To convert an integer into a string we have to write a complete logic in C where as Only one line in python using Str() builtin function.
Many programming Languages including python has built using C language.
C is very powerful language. So start with C first and Python next.
+ 8
Python or c
+ 2
Probably python, it is an easy language to learn and use
+ 2
or c, since there are a lot of programming language with c-like syntax