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:
- plattform independent
- interpreter based
- fast
- good community
- good documentation
- has support for objects
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.
No comments:
Post a Comment