+ 6
Is Python really easy or easier than other programming languages?
To be a good programmer you must practise everyday. However , Python seems easier to read due to the language syntax and simplicity - compared to other prog languages. By itself, it's not an easy as some folks make it out to be but only possible to acknowledge this once you dive deep into the more advanced stages of its coding. The moment I started going into tkinter (Python GUI) that was when I saw the difference. I'm actually excited to finally experience some "real challenge" now. It's quite interesting really.
11 Answers
+ 12
Try it out 😂 then we'll talk...
+ 4
If you want to talk about in terms of understanding the syntax yes.
Python code is readable and in fact seems close to actual English.
+ 4
compared to other languages, yes. But...it is still hard, dont be fooled
+ 3
Its libraries also make tasks easier to do than other languages.
+ 3
personally feel learning python is a good starting point to learn a programming language ( if u r new to CS), cos the logic is just like English. but python can get v difficult once u write for real projects. hope it helps
+ 3
I think batch is a lot easier
+ 1
Yes it's easier..... But there is a drawback of explicitly and implicitly. It's a better way to be fool. 😜
+ 1
IMHO Python is not easier than other languages. It can be difficult to read (especially the oneliners, full programs written in just one line). It can confuse the programmer, since the same thing may be implemented in many alternative ways.
BUT... you can find on Internet all possible problems already solved, ready to be used, graphical or mathematical or whatever, since a huge community of enthusiasts is working on it for free.
And you can extend it with every kind of additional modules, just typing "pip install"; obviously on every platform, Android included, in a transparent way.
+ 1
Dimas Dzaky Ardanansyah Batch is where any serious programmer should start. why should one learn xyz programming language if you cant even control your machine? in saying that though, batch is a bit harder and more limiting. e.g. it doesnt even have inbuilt arrays, and so they must be built from scratch. it is also a bit long winded as variables are referenced with %myvar% or !myvar!
+ 1
Python is easy to learn if you are starting to learn programming that it is better to learn python after that you can learn c,c++ etc
+ 1
Syntax is simple but it is not all... Frameworks, modules etc.