| |
|
|
|
|
DISCLAIMER
As the GPL disclaimer states, this software is provided in the hope that it will be useful, but without any guarantee, etc.
While I am a professional software developer, these Python programs, scripts and modules are all hobby projects of mine. That is, they cannot expected to be perfect, and most likely won't be.
Usually, I tend to investigate new ideas, rather than focusing on one or two programs and trying to make them really perfect. It is therefore possible that over time I will build up a collection of unfinished programs, or programs that could use some definite improvements. Sooner or later I'll get to it. If you are using a certain program a lot, or want to do so but it's not quite what you want yet, then you have the following options:
- Hack the code so it does what you want, making a new version. (If you do so, a copy of the new code would be greatly appreciated. Or at least a notification of what you did. Maybe I think it's a good idea and can use it for the "official" version.)
- Contribute a patch or extension module. (Also greatly appreciated. Certain programs especially encourage writing extension modules.)
- Try to make me work on the program. This might work if I am in a good mood <0.7 wink> and have some extra time on my hands. I'd like a somewhat detailed description of desired new functionality, or a bug that you found.
And: even though I have been programming in Python since 1996, I am still learning new things, and there are still lots of modules (to name something) that I hardly know, simply because I haven't had the opportunity to look at them, or simply wasn't interested. If you know a better, cleaner, or faster, way of doing something, and it's clear that the program in casu would be improved by it, let me know.
|