+ 1
Is PYTHON easier than C?
So What are your views?
8 odpowiedzi
+ 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 ;)
+ 5
of course , python is more easier than c# .....
+ 3
as my view c is easy as we can compile and even though we can understand it much more clearly by watch
+ 3
what do u think Abhishek Verma
+ 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.
0
Python Has input and output which are simple in use.
0
are you answering yourself ??!
0
ya..I also think that..