30 odpowiedzi
+ 10
Python is not tough, it depends on the learner
+ 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 😋
+ 8
Coming from a C background, I found it a bit hard to unlearn the C like syntax.
+ 8
🇧🇩 Ayan W41k3r
I think you forget to write 4 in
name.length==4
+ 7
Yes they are correct.
Python is easy to learn as I started with it. Try it out. 😊
+ 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.
+ 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... ;-)
+ 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.
+ 3
In comparison to others Python is a lot easy, but know what everything is easy if you are interested.
+ 2
In comparison... yes.
+ 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)
+ 1
Thanks
+ 1
it's like a "maggi pakana"
+ 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 .
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 :)
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 .
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
0
1 hour per day for a month should get you from absolute beginner to writing own programs to solve problems.
0
Depends, but from me... Hell ya