Reasons for Choosing Python
Language Name:
Python
- Originally designed for education
- Simple syntax (no semicolons or curly braces)
-
Forced Indentation
- Students learn a programming style that is easy to read
- Can be used to write scripts as well as large projects
- Python is a multi-paradigm language (scripting, object-oriented, and functional)
- Comes with a simple development environment (which includes an interpreter)
- Tons of documentation and tutorials on-line
- It's open-source and it's free
(1 vote)
Groups:

