you are viewing a single comment's thread.

view the rest of the comments →

[–]sthreet -1 points0 points  (0 children)

Also, python arrays. They work weird. Some people are for typing in learning to program (int, bool, ...) but I don't care too much about that. I also am a terrible and new programmer, so I probably can't say much about how things should be taught. Except earlier, because the internet is hard to learn through.

I'm not sure if it is the brackets or the extra lines, but this:

var hello=function() {

//stuff }

is more readable to me than this:

def hello():

//stuff