Is PYTHON easier than C? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is PYTHON easier than C?

So What are your views?

23rd Feb 2017, 7:11 AM
Abhishek verma
Abhishek verma - avatar
8 Answers
+ 7
It's a bit different concept, but I would say yes, Python's syntax is easier to comprehend and you can do simple assignments with a much shorter code. It has a price, though. You do not compile your code into a standalone app in Python. In order to run it, you'll always need an interpreter. The choice is yours ;)
23rd Feb 2017, 7:31 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
of course , python is more easier than c# .....
2nd Apr 2017, 6:36 AM
AKASH O
AKASH O - avatar
+ 3
as my view c is easy as we can compile and even though we can understand it much more clearly by watch
23rd Feb 2017, 1:33 PM
jalisa abdulgani dalvi
+ 3
what do u think Abhishek Verma
2nd Apr 2017, 4:16 AM
jalisa abdulgani dalvi
+ 1
Arguably, Yes. Python is easier than C. The reason for that is both language present programming concept differently. For example while topic in C like pointers prove to be difficult to master for many programmers, they are not present in Python. Furthermore, Python is a dynamical typed language where C is statically typed. This means, in C programs it is common for beginners (even experienced programmers) to often make error relating to the type of variables, their conversion. Additionally, when learning Python, you need not to worry about memory allocation which can be daunting sometimes in C.
23rd Feb 2017, 8:20 AM
Eyram Apetcho
Eyram Apetcho - avatar
0
Python Has input and output which are simple in use.
23rd Feb 2017, 7:11 AM
Abhishek verma
Abhishek verma - avatar
0
are you answering yourself ??!
23rd Feb 2017, 7:29 AM
Ahmed Sayed
Ahmed Sayed - avatar
0
ya..I also think that..
23rd Feb 2017, 7:34 AM
Abhishek verma
Abhishek verma - avatar