Installer Scrapy
apt-get install python python-twisted python-libxml2 python-pyopenssl python-simplejson
wget http://scrapy.org/releases/0.10.3/Scrapy-0.10.3.tar.gz
tar xvzf Scrapy-0.10.3.tar.gz
cd Scrapy-0.10.3
python setup.py install
blog
apt-get install python python-twisted python-libxml2 python-pyopenssl python-simplejson
wget http://scrapy.org/releases/0.10.3/Scrapy-0.10.3.tar.gz
tar xvzf Scrapy-0.10.3.tar.gz
cd Scrapy-0.10.3
python setup.py install
Pré-requis:
Google Tech Talks February 21, 2007
ABSTRACT
The Python language, while object-oriented, is fundamentally different from both C++ and Java. The dynamic and introspective nature of Python allow for language mechanics unlike that of static languages. This talk aims to enlighten programmers new to Python about these fundamentals, the language mechanics that flow from them and how to effectively put those to use. Among the topics covered are duck-typing, interfaces, descriptors, decorators, metaclasses, reference-counting and the cyclic-garbage collector, the divide between C/C++ data and Python objects and the CPython implementation in general. This talk is part of the Advanced Topics in Programming Languages series. The goal of this series is to encourage all of the people at Google who know and love programming languages to share their knowledge. If you would like information on upcoming talks, or to schedule a talk of your own, contact information is available on the wiki page.
Voici un bon point de départ pour débuter avec Python.
Traduit de l’anglais (Dive into Python) et datant de 2006 voici la version online traduite fr :
Plongez au coeur de Python
Follow Me!