Python
Python
Why Python?
• Python has a syntax very similar to the English language.
• Python allows developers to write programs in fewer lines.
• Python runs on an interpreter system, means that code can be executed as
soon as it’s written.
• Python can be treated in a procedural way, an object-oriented way as well as
in functional way.
Python Syntax
NumPy