In this section I have brief describe the difference between the python and other
programming language. This comparison is based on language issue; practically the
choice of language is depend on other real fact e.g. Cost, training, availability,
even emotional attachment.
Programming language classified in three ways,
Low level: This type of language is directly access the memory and hardware,
the language come Under this category are Assembly, C, C++. These are requiring
more detail orientation.
Manage: This category include Java, C# they featured that you scarifies for
your need like memory management, organization, because they are not directly access
the hardware and memory the problem of platform dependency is resolve. But these
tools high configure machine because while your application running these tool also
load.
Interpreted: This include Python, JavaScript, Html 5 with large library as
your need and it provides Powerful feature tools such as web browser and string
manipulation libraries. It require very less organization and organization skills.