Posts Tagged Python

03
May

Exportador de Fotolog

El primer proyecto que me plantié para aprender Python (2006) era un exportador de Fotolog. La idea era exportar toda la info de mi cuenta (posts, comments, photos) para poder cerrarla, ya que no la usaba desde el 2004. Consistía en hacer un scraper, generar un xml y bajar fotos. Nada complicado.
En el primer PyCamp [...]


free blog themes
30
Mar

Building PyV8 for Python 2.5 on Windows

Before starting:

Download and install Visual C++ 2008 Express Edition from here
Download and install Python 2.5 from here
Download boost (v1.42 at the moment of writing this) from here
svn checkout http://pyv8.googlecode.com/svn/trunk/ C:\Projects\pyv8-read-only
svn checkout http://v8.googlecode.com/svn/trunk/ C:\Projects\v8-read-only

Compiling Boost:

Rename Python installation folders other than “C:\Python25″

IE: Rename “C:\Python26″ to “C:\XXXPython26″

C:\Projects\boost_1_42_0\bootstrap
C:\Projects\boost_1_42_0\bjam –toolset=msvc-9.0express –with-python link=static runtime-link=static release
Rename the Python installation folders back

Compiling V8:

Add [...]


free blog themes
31
Aug

Pythoneando por plata

Hace unas semanas cambié de laburo. Me fuí de Southplans luego de muchos años de anecdotas y ..Net. Me despidieron con un montón de alcohol!!!
Ahora me dedico a pythonear por dinero. Cuando me decidí a cambiar de trabajo, miré en la Cartelera de trabajos de PyAr y puse mi ojo sobre una oferta [...]


free blog themes