I'd like to congratulate with Deluge developers for the excellent work they did and are doing!
That's the best linux torrent client that i ever used.
I'd like to ask them a couple of questions:
- when did deluge development start?
- what do you think of python? it increased your productivity?
- deluge is getting bigger and more complex: do you think that python is ok also for bigger projects developed by a team?
Congratulations!
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: Congratulations!
consdel wrote:I'd like to congratulate with Deluge developers for the excellent work they did and are doing!
That's the best linux torrent client that i ever used.
thanks, glad you like it

consdel wrote:- when did deluge development start?
first version was released september 25, 2006
there are a few things in python that i find to be pretty irritating, but overall it's a great language for quick developmentconsdel wrote: - what do you think of python? it increased your productivity?
yeah, i think so. you just have to be sure that you split things up properly and dont have massive classes, etc.consdel wrote: - deluge is getting bigger and more complex: do you think that python is ok also for bigger projects developed by a team?
Re: Congratulations!
thanks to youmarkybob wrote:thanks, glad you like it

which things?markybob wrote:there are a few things in python that i find to be pretty irritating, but overall it's a great language for quick development