Why Pyton is suitable for the beginner?
07:22
1. Python has very simple, consistent and a large library so
that beginner can be assigned programming projects very early in the course
that do something.
2. Permits beginner to concentrate on important programming
skills for examples problem decomposition and data type design.
3. It can be quickly introduced to basic concepts such as loops and
procedures.
4. Python’s interactive interpreter enables students to test
language features while they’re programming. They can keep a window with the
interpreter running while they enter their program’s source in another window.
0 comments