Top Comments
Video Responses
All Comments (634)
-
@PandaLoLzZ Yes, python is a good starter's programming language to learn. And Pandas make me lol too.
-
@T10utd for the most part no, they may be from the same company but they have diffrent keywords, you may want to learn the python 3 equivalint, and then translate
-
hey just a quick question is this a good place for completely new begginers to start?
-
Well hello there wow fella! :D Im pretty sure if wow player make tutorial it will own so lets get to work! Thanks man! :) If you need a boost call me ;) ( joke ) :D
-
@finmarx Oh so its a tradition, ok cool, thanks
-
@AussieRaver1996 "Hello World" is always the first programme any programmer learns...hence why the tradition is continued...
-
Why in every programming tutorial, the first test thing is "Hello World"?
-
@T10utd Yes. The changes in Python 3 are relatively small (at least, for starter :P). The only thing where you need to change is the print statement. Instead of typing print "Text goes here", you need to use braces like this: print("Text goes here")
-
I am now having python 3.2.2, but i cannot use command print. Example: print "Hello" but it said it 's a invalid syntax.



He is using python 2. In college we are using python 3. Can i still use this tutorial to learn how to use this program?
T10utd 3 months ago 18
If you get this: "SyntaxError: invalid syntax"
That is because the new version of Python is out and if you are using the the new version of python your code has to do the following...
print ("What ever you want to print")
Notice in the new version of python you have to put the brackets
abdullahbcheema 1 month ago 10