#3 Features and Derivation of Python

Python Derivation

Python was derived and built in such a way that it has included most of the Programming language features.

1) Procedural Oriented Programming ex C Language
        Functions
2) Object Oriented Programming ex C++, Java
         Security
         Reusability
        Flexibility
3) Scripting Language ex Shell Scripting
        Dynamic Datatypes
4) Modular Programming ex Modula-3
        89,300  different module


English Version:



Python Features:

  1. Powerful standard library:- It provides most of the Built-In library to do it’s Job.
  2. Wide varieties of Modules: 89300
  3. Support interactive mode: means it is a command line shell which gives immediate feedback for each statement, while running previously statement in active memory.
  4.  Supports all Major Databases.
  5. Support Dynamic Datatypes.
  6. Support Object Oriented Programming
  7. Extendable
  8. Simple and Easy

Previous
Next Post »