What are the benefits of using Python?
Python is a general-purpose programming language that has simple, easy-to-learn syntax
which emphasizes readability and therefore reduces the cost of program maintenance.
Moreover, the language is capable of scripting, completely open-source and supports third-
party packages encouraging modularity and code-reuse.
Its high-level data structures, combined with dynamic typing and dynamic binding, attract a
huge community of developers for Rapid Application Development and deployment.