Installing Python3.6 in Ubuntu 16.04 LTS Instance Server

Posted on May 23, 2018 in tutorial

Installing Python 3.6.3 in your freshly installed Ubuntu 16.04 Desktop, Linux Mint Desktop or even in AWS/Azure Ubuntu 16.04 server instance is pain in the a**. This article will teach you how to install Python 3.6.3 from source including the dependencies you need to install inorder to work it correctly.


Continue reading

Be a self taught Python programmer in 2018.

Posted on March 11, 2018 in blog

Internet is a fountain of knowledge. You can teach yourself anything via resources that are available online in the Internet. In this post I'll be sharing some tips, MOOC and resources so that you can teach yourself Python programming language in 2018. This post is solely based on my experince.


Continue reading

Install Python pip package management system in Ubuntu

Posted on January 31, 2017 in tutorial, python, pip

pip is a package management system used to install and manage software packages written in Python.


Continue reading