Automating Word with Python

, Categories: Python / Tech .

Sometimes you have to create loads of M$ Word documents, with only small changes in all of them. Given that we’re in the software business, it makes sense to automate this. As Python is a fantastic scripting language, we’lll use it in this article just to do that. The magic that makes this all happen is the Python Win32 Extensions module from Mark Hammond. This allows you to access COM (aka OLE, ActiveX or whatever the Microsoft marketing machine calls is these days) objects.

Read more →

Compiling PL/SQL within Vim

, Categories: Oracle / Python / Vim / Tech .

Vim is a great Vi clone, which also works on Windows. It supports using external programs to compile the code you are writing. The following will show how to use this to compile PL/SQL code. Cygwin is also used. The command ‘:make’ in Vim will call an external program on your current document. This external program is setup using the makeprg variable in Vim. Here we will set this to be a shell script, which will be run using Cygwin’s bash shell.

Read more →

Galapagos

, Categories: Travel .

Some pictures of a trip to the Galapagos islands and Guayaquil.

The tortoise breeding grounds in the Charles Darwin research foundation

The tortoise breeding grounds in the Charles Darwin research foundation

Read more →

Oaxaca

, Categories: Travel .

Some pictures of a trip to Oaxaca.

The convent of Santo Domingo, now a museum

The convent of Santo Domingo, now a museum

Read more →

Mayan riviera

, Categories: Travel .

Some pictures of a trip to the Mayan Riviera

A few days on the beach in Playa Del Carmen

A few days on the beach in Playa Del Carmen

Read more →
Previous page Next page