Is Python really easy or easier than other programming languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

22nd Jul 2019, 3:22 AM
Garby X
Garby X - avatar
11 Answers
+ 12
Try it out 😂 then we'll talk...
22nd Jul 2019, 6:14 AM
Humayra🇧🇩
Humayra🇧🇩 - avatar
+ 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.
22nd Jul 2019, 3:28 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 4
compared to other languages, yes. But...it is still hard, dont be fooled
22nd Jul 2019, 7:36 AM
Logomonic Learning
Logomonic Learning - avatar
+ 3
Its libraries also make tasks easier to do than other languages.
22nd Jul 2019, 7:48 AM
Sonic
Sonic - avatar
+ 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
22nd Jul 2019, 12:39 PM
Simon Yu
+ 3
I think batch is a lot easier
22nd Jul 2019, 1:10 PM
Dimas Ardanansyah
+ 1
Yes it's easier..... But there is a drawback of explicitly and implicitly. It's a better way to be fool. 😜
22nd Jul 2019, 11:38 AM
Somanshu Vishnoi
Somanshu Vishnoi - avatar
+ 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.
22nd Jul 2019, 11:54 AM
Bilbo Baggins
Bilbo Baggins - avatar
+ 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!
22nd Jul 2019, 2:40 PM
Logomonic Learning
Logomonic Learning - avatar
+ 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
23rd Jul 2019, 4:24 AM
Mihir Dasani
+ 1
Syntax is simple but it is not all... Frameworks, modules etc.
24th Jul 2019, 10:10 PM
Az Rael
Az Rael - avatar