Saturday 2 June 2007

Python Soul

I find it very interesting how different programming languages have different styles. My Google Summer of Code project, the Bug Triage and Forward Tool, is my first Python software; and working on it on the last few days, I've got the feeling that the way I've been using to structure the code doesn't fit very well with the way python packages/namespace works. I already wished to separate the project in three independent codebases, so I'll go ahead and do that. These codebases will be:
  • python-btsutils: python module to interact with the Debian BTS / Debbugs servers
  • python-bugzilla: python module to interact with Bugzilla
  • bug-triage: The tool itself.
BTW, I'm just loving python :)

No comments: