Arul's Blog

ubuntu

Python: Install Pip and Pipenv

Sun 13 September 2020 By Arulmurugan Rajaraman comments

When you are into development using Python, you should know how to manage packages and virtual environments. Let's learn how to do that in this guide.

Read more →

Ubuntu: Install PostgreSQL and pgAdmin

Sun 09 August 2020 By Arulmurugan Rajaraman comments

Installing PostgreSQL and pgAdmin on Ubuntu can be a trouble at times. Here are the steps to guide you on the installation process.

Read more →

Python: Install Pylibmc on Ubuntu

Sun 24 August 2014 By Arulmurugan Rajaraman comments

This guide explains how to install Pylibmc to get memcached up and running.

Read more →

Ubuntu: Django bash auto-completion

Sun 17 August 2014 By Arulmurugan Rajaraman comments

Autocompletes come handy when you want to execute a lengthy command. Here's how you can add Django bash completion in Ubuntu.

Read more →

Installing LiClipse on Ubuntu

Tue 12 August 2014 By Arulmurugan Rajaraman comments

LiClipse is a lightweight version of the most popular Eclipse IDE customized for Python development. Here is a guide to install it on Ubuntu.

Read more →