Content deleted Content added
m →Software written in Python: fix link |
m →Educational uses of Python: as of |
||
Line 6:
== Educational uses of Python ==
As of [[As of 2005|2005]], Python is getting more popular
Python uses far 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. Beginning students often have initial trouble with memorizing where curly braces and semi-colons go. With Python students can skip directly to the fun part of writing code that does something. Similarly, with Java, and C++, variables types must be declared before being used. That is not needed in Python which again allows students to quickly get to the interesting part of getting their program to do something.
|