home::python

My Python scripts

This is a small page containing few Python 1 programmes I wrote hoping that they could be usefull for someone else.

rsync.py

rsync.py is a rsync Python clone that should work on the Windows platform.

grep.py

In the quest of having a grep utility on the windows platform I wrote grep.py which work on windows but should work the same on Mac or Unix.

Calc

Calc.py is a small RPN calculator that work in console mode.

Tag

Tag.py is a small programme that replace "laste update: a_date" by "laste update: date_of_last_modification". It do not change the last modification date of the file as one of the last modification was this date substitution. I use this script to process the source of the html pages of this site keeping the last line uptodate.

Coin Python Binding

The Coin Python Binding is Python extension module that bind Python and the Osi part of the Coin library. This should help people solve Lp/Mip problem using Python scripts.

last update: 17/09/2004 10:35:44

[1]Python is a object oriented script language usefull to write batch or console mode applications as well as quickly developped GUI applications.