I am picking up python and messing around with it and I always come running back to perl :) At any rate I am curious what the more experienced programmers think of the language and its uses.
Best tool for the best job seems to be the slogan. So my question is what do people use python for that perl doesn't also do just as well? Reg exp are a joke in python and every program I write uses them so I keep coming home. I was thinking about this last night over a beer(the only way to conteplate by the way :) ) and the only thing I could up with was for gui design or prototyping for C. However I learned a lot about code resuse that I never considered before trying python out that I have adopted 100% in my perl programming. If you are not using your own custom modules you are working to hard. I am not asking for info on why perl is better or worse just what situtations have you been in when perl didn't fit the bill and another "scripting" language did. PK