http://tecadmin.net/install-python-2-7-on-centos-rhel/
yum install gcc
cd /usr/src
wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
tar xzf Python-2.7.9.tgz
cd Python-2.7.9
./configure
make altinstall
python2.7 -V
http://tecadmin.net/install-python-2-7-on-centos-rhel/
yum install gcc
cd /usr/src
wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
tar xzf Python-2.7.9.tgz
cd Python-2.7.9
./configure
make altinstall
python2.7 -V
Django Dynamic Scraper (DDS) is an app for Django build on top of the scraping framework Scrapy. While preserving many of the features of Scrapy it lets you dynamically create and manage spiders via the Django admin interface.