JayDee comments on What are you working on? July 2013 - Less Wrong Discussion
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (100)
I've decided to teach myself python, following MIT's online intro CS course. I'm on lesson 2, and so far, I've mainly reinforced my pre-existing impression that I'm not a particularly intuitive coder (my day job has nothing to with programming; it just seemed like it couldn't hurt to develop another skill).
I realize I'm probably misusing the thread asking this, but if someone can explain the first syntax error in the following snippet, I'd be most appreciative. I assume it has something to do with the way I'm nesting the conditionals, but I've played around with it quite a bit without success (If there's more than one syntax error, just correct the first one, since that's what has me stuck. I'd rather try to puzzle out further glitches on my own first).....
As an aside -- there is apparently no relationship between aptitude for learning natural languages (I speak four with varying degrees of fluency) and learning synthetic languages, as the above mess presumably shows.
First syntax error I got was the capital W in While, should be all lowercase.