PYHTON FEATURES 


  1. Easy-to-learn:- Pyhton has few keywords simple structure and a clearly defined syntax.
  2. Easy-to-read:-Python code is more clearly defined and visible to the eyes.
  3. Easy-to-maintain:-Python's source code is fairly easy-to-maintain.
  4. A broad standard library is very portable and cross-platform compatible on any operating system.
  5. Interactive mode:-Python has support for an interactive mode which allows interactive testing and debugging of snippets of code
  6. Portable:-Python can run on a wide variety of hardware platforms and has the same interface on all platforms.
  7. Extendable:-You can add low-level modual  the Python interpreter.
  8. Database:-Python provides interfaces to all major commercial database.
  9. GUI Programming:-Python supports GUI application that can be created and ported to many system calls,libraries and windows systems. such as windows MFC, machin tool and the x-windows system of  unix.
  10. Scalable:-Python provides a better structure and support for large programs than shell scripting.

Comments