khaoz wrote:
I have been trying for months to learn code at code academy Python), but just cannot seem to grasp it. I think it is an issue of not understanding when to put something in quotation marks or in parenthesis. Whatever it is, I just cant figure it out. Its making me feel like I have the IQ of a street lamp, but seriously, it cant be THAT hard.
what am I doing wrong? Anyone can help me understand this better?
It's seldom anything to do with IQ, it's a particular way of thinking. You have to get the idea of things standing in for other things. You have to be able to think in modules. You have to be absolutely exact, there's no room for any kind of fuzziness at all. To progress you have to be able to construct and maintain large abstract structures in your head. You also have to think about your code in terms of philosophy.
I've met some pretty clever people who never managed it, despite spending 3 years in CS. There are all kinds of brains, and that's good.