How to generate alphabets from mobile number using Python
Python Program Using the mobile keypad layout: 1 => 1, 2 => ABC, 3 => DEF, 4 => GHI, 5 => JKL,6 => MNO, 7 => PQRS, 8 => TUV, 9 => WXYZ, 0...
Read More
Python Program Using the mobile keypad layout: 1 => 1, 2 => ABC, 3 => DEF, 4 => GHI, 5 => JKL,6 => MNO, 7 => PQRS, 8 => TUV, 9 => WXYZ, 0...
Read MoreHere is an interesting post on how to install / manage different versions of Python in a single linux / ubuntu machine! Pythonbrew is a magical tool. Which can also be...
Read MoreVirtualenv: Virtual Python Environment builder Here I am explaining how to install virtualenv in Ubuntu. Virtualenv can be installed in two different ways Using...
Read MoreWays to install packages on Ubuntu: There are three way to install a software in Ubuntu Terminal Synaptic Package Manager Ubuntu Software Center Following are the guide...
Read More