GAME BOOST FOR FREE
As of 2007, Python is becoming more popular for teaching computer programming. Its strengths for teaching include its syntactic simplicity, flexible typing, and interactive interpreter.
Python uses fewer symbols than languages like Java and C. For example blocks inside loops and IF statements are indicated by indentation rather than curly braces ({}), and the end of a line does not have to have a semicolon. Some beginning students often have trouble initially with memorizing where curly braces and semi-colons go. With Python, students can skip memorization of formal syntax and move on to more practical applications. Similarly, with Java and C++, variables types must be declared before being used. That is not needed in Python which allows students to develop programs much more quickly.
Download Now
0 comments:
Post a Comment