tromnek opened this issue on Mar 11, 2005 ยท 11 posts
tromnek posted Sat, 26 March 2005 at 10:04 AM
Thanks, I was hoping it would. I'm waiting on a physical shipment. I have one more change to the client module registration protocol before I move it out of beta. Python is not bad. The nice thing about it is that you can program 'Top down', 'Proceedural' or 'Object Oriented'. It's also easy to migrate a program from top-down to procedural and procedural to oop. So you can program it however you are comfortable for a particular task. It's real handy for programming little utilities and the 'regular expressions' make text processing really easy.