I'm not sure I'd recommend Python for a beginner. It's a great language, but its syntax and way of grouping statements is different from nearly every other language out there (except Visual Basic perhaps). For example, Java, C++, and PHP are similar enough that anyone who understands one can quickly learn any of the others. I'd recommend that a beginner learn a language like this so that the skills learned can readily be more generally applied.
|