Comment on Zed Shaw is Writing A Book Teaching Beginner PythonComments−grandalf16yThis is pretty darn good. I would probably do it a bit differently but I think he's off to a very good start.I think an example like:print "hi there", "how are you"with a brief explanation of the argument structure of print would be helpful.This makes me want to write a tutorial.
Comments
This is pretty darn good. I would probably do it a bit differently but I think he's off to a very good start.
I think an example like:
print "hi there", "how are you"
with a brief explanation of the argument structure of print would be helpful.
This makes me want to write a tutorial.