A brief introduction on Python: Python is a high-level and versatile programming language. It is fun loving language and uses easy lines of code. It is created by Guido van Rossum and first released in 1991, Python is now programmer's choice. While writing this post python 3.6.1 is the current version of the language. Today, I am going to show you how to install and configure python on Ubuntu machine. I am installing python 3.6.1 on Ubuntu 17.04 with an Internet connection. Installing Python3.6.1: Here, I am going to show you how to install python3.6.1 from terminal (command-line). To open terminal, type " terminal " on the top left search box or press ALT+CTRL+T simultaneously on your keyboard to open it. Ubuntu 17.04 ships with both Python3 and Python2 pre-installed. To make sure that our versions are up-to-date, run update and upgrade using apt-get . Once the process is complete, we can check the version of python on your machine. Typ...