Re: Python advocacy in scientific computation

2006-03-05 Thread Evan Monroig
> First there are a few things I don't like: Hi, I will respond to things that others haven't responded yet > 2. How good is matplotlib/pylab? I tried to install it but only get > error messages so I haven't tested it. But plotting capabilities is > really major issue. I don't know because I hav

Re: Encryption application/NEED A HACKER TO TRY IT

2006-02-15 Thread Evan Monroig
On Feb.15 18h18, atanas Cosmas Nkelame wrote : > I got an idea to write a python application which ciphers and > enciphers informationation (converting it to a format which only the > person who changed it understands as he is the only one who has the > program to decode the information). Hi,

Re: listing attributes

2006-02-13 Thread Evan Monroig
On Feb.13 18h37, Thomas Girod wrote : > Hi there. > > I'm trying to get a list of attributes from a class. The dir() function > seems to be convenient, but unfortunately it lists to much - i don't > need the methods, neither the built-in variables. If you do something like this you should have a