Wednesday, September 27, 2006

After I worked with java straight for 6 year, i finally could convince myself to learn another programming language. The background was that I had to write so many bash scripts in the last weeks, that I think bash scripting is not the best way.

so I was looking for a language which has following features:

  1. plattform independent
  2. interpreter based
  3. fast
  4. good community
  5. good documentation
  6. has support for objects
so I decided to try python and I love this. It's so much easier to use than bash, more powerfull than bash and can be integrated into java and other way arround.

to try some advanced features with python I decided to use it for a small project. Basically transforming the pubchem database (arround 7 Million xml documents/ 250GB) into a script to import it into a sql database.