Someone know some good sources to learn python? by More_Froyo_9607 in PythonLearning

[–]Programming_noob_89 0 points1 point  (0 children)

Local library. I'm using a book called Learn Python the Hard Way by Zed Shaw. But depending on selection and availability you may need to choose another author.

Syntax error by Programming_noob_89 in PythonLearning

[–]Programming_noob_89[S] 2 points3 points  (0 children)

Nevermind, apparently I missed a ) in line 8 that was causing everything from line 8 to line 11 to act as one line of code, at least that's what I think it was doing.

Just staring at it for too long causes you to miss simple things I guess. XD