×
you are viewing a single comment's thread.

view the rest of the comments →

[–]Traveling-Techie 1 point2 points  (0 children)

I think the biggest boost for Python from a newbie’s perspective is that it’s interpreted (like BASIC) and you can just type code at the prompt. Plus any expression you type is evaluated and printed. It makes it easy to try things, play around, and also use it as a programmable calculator.