Updated by Administrator | Oct 1, 2012 | Python
Are you a Python programmer? What is your coding rate out of 10? Want to know how to rate your Python program? Then, here is an interesting topic about how to rate Python program! Pylint is a tool which rates the Python program. Pylint analyses the Python source code,... Updated by Administrator | Oct 1, 2012 | How To Install
Here 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 called as Python version manager similar to that of RVM-Ruby version manager but Pythonbrew is... Updated by Administrator | Oct 1, 2012 | How To Install
Virtualenv: Virtual Python Environment builder Here I am explaining how to install virtualenv in Ubuntu. Virtualenv can be installed in two different ways Using Aptitude EasyInstall Aptitude: Copy and paste the following command in the Terminal. Type the password for...