Python is a powerful and easy to use programming language. It has a large community of developers and given its open source nature, you can find many solutions, scripts, and help all over the web. It is easy to learn and code, and faster than other high-level programming languages...and did I mention it is free because it is open-source
Let's start by running some simple commands at the prompt to do some simple computations.
We can perform addition and substractions like $1 + 1 - 2 = $ {{1 + 1 - 2}}
1 + 1 - 2