Is python easy? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Is python easy?

Many people say that python is easy but I have a little doubt about it.

25th May 2019, 3:18 PM
Issa
Issa - avatar
29 Answers
+ 10
Python is not tough, it depends on the learner
27th May 2019, 9:44 AM
🇮🇳Harsh Raj 🇮🇳
🇮🇳Harsh Raj 🇮🇳 - avatar
+ 9
Python is the most easiest language in the world. Python doesn't needs the curly braces, semicolons and so on ... Eg : // JavaScript : let name = 'Ayan'; if( name === 'Ayan' || name.length == 4){ console.log('yes'); }; # Python3 : name = 'Ayan' if name == 'Ayan' or len(name) == 4 : print('yes') Yamin Mansuri 😋
27th May 2019, 5:16 AM
Ayan Fox
Ayan Fox - avatar
+ 8
Coming from a C background, I found it a bit hard to unlearn the C like syntax.
25th May 2019, 11:39 PM
Sonic
Sonic - avatar
+ 8
🇧🇩 Ayan W41k3r I think you forget to write 4 in name.length==4
27th May 2019, 5:25 AM
Yamin Mansuri
Yamin Mansuri - avatar
+ 7
Yes they are correct. Python is easy to learn as I started with it. Try it out. 😊
25th May 2019, 3:47 PM
Jella
Jella - avatar
+ 7
Syntax of python are so easy that a little children can also learn this language. In java if you want to print something you are writing: System.out.println("Hello World"); But in python: print("Hello World") And yes ofcourse python has no semicolon. In python u don't have to write more lines like in other languages. I think that python is the easiest language.
27th May 2019, 5:31 AM
Yamin Mansuri
Yamin Mansuri - avatar
+ 7
THERE IS ONLY ONE VALID ANSWER TO THIS QUESTION AND YOU CAN FIND IT HERE: https://xkcd.com/353/ @Mods: you can close this thread now... ;-)
27th May 2019, 9:33 PM
Thoq!
Thoq! - avatar
+ 6
# And if you're using Python2, then : print 'hey there !' No needs of braces !! You will learn it with so much of fun if you watch Mosh Hamedani's videos on YouTube.
27th May 2019, 5:33 AM
Ayan Fox
Ayan Fox - avatar
25th May 2019, 7:18 PM
Asmit joy
Asmit joy - avatar
+ 3
In comparison to others Python is a lot easy, but know what everything is easy if you are interested.
27th May 2019, 7:31 AM
Abdul S Ansari
Abdul S Ansari - avatar
+ 2
In comparison... yes.
25th May 2019, 3:54 PM
HonFu
HonFu - avatar
+ 2
Hello, I recently had the pleasure to stumble upon this which I think is a good metaphor of the Python learning curve / feeling / experience : https://youtu.be/0D7hFHfLEyk (Auto subs are available if needed) Might seem easy at first sight, might be surprising sometimes too ;o)
26th May 2019, 10:32 PM
Jake Chambers
Jake Chambers - avatar
+ 1
Thanks
25th May 2019, 3:50 PM
Issa
Issa - avatar
+ 1
it's like a "maggi pakana"
29th May 2019, 4:44 PM
Ankush Negi
Ankush Negi - avatar
+ 1
Look , syntax of python is really easy . But it's just one . Python also is open source and many developers are contribiuting on it . There are many useful modules that makes your programming easier . Python is a good lang to teach children because it's easy . And very good lang for pro developers , because it's fast , powerful and it has a big community . Hope u got your answer .
3rd Mar 2021, 10:39 AM
Saeed Hayati
Saeed Hayati - avatar
0
Dabbling in C++, Java and Python for half a decade now I can tell that in Python at least I have SOME idea of what I am doing :)
27th May 2019, 10:15 AM
Robert Boettcher
Robert Boettcher - avatar
0
Yes , it is . In python you get to know the minute or the silliest mistakes notified . It takes time in c language . The language contains simple keycodes compared to other languages .
27th May 2019, 12:56 PM
Srikrishnan
0
The problem is that the person who wrote this code didn't mean to be at least minimally educational. It looks like he/she wanted to get us confused instead. I have tried to comment out all lines on this example (including the user input) and posted it to my codes. Please check it over there and maybe it can be of any help for you: https://code.sololearn.com/cH5V93zctS6k/#py
27th May 2019, 1:12 PM
Pedro Carneiro Jr
Pedro Carneiro Jr - avatar
0
1 hour per day for a month should get you from absolute beginner to writing own programs to solve problems.
27th May 2019, 1:29 PM
Robert Boettcher
Robert Boettcher - avatar
0
Depends, but from me... Hell ya
27th May 2019, 7:36 PM
Qhofi AJ
Qhofi AJ - avatar