Re: [Tutor] Python and rpy

2006-12-21 Thread Kent Johnson
Geoframer wrote: > R is a statistical language and Rpy is the python interface for it. > However somehow I'm failing to see a step in the python code with which I > address the R language. > > in R I can do : > > a=diag(10) #produces an identity matrix of > size 10

[Tutor] Project Review (Was: Tutor Digest, Vol 34, Issue 42)

2006-12-21 Thread Christopher Arndt
Carlos schrieb: > And if by chance you are familiar with genetic algorithms, well that > would be perfect, because you can take a look at how I took a genetic > algorithm python module and applied to my project. I'm afraid that I don't have the domain specific knowledge to be of much help here and

Re: [Tutor] Tutor Digest, Vol 34, Issue 42

2006-12-21 Thread Carlos
Chis, In the past I have received very valuable info from other list users, that has helped me to solve problems that I had. Just yesterday Kent helped me with something very specific. I'm asking for a project review because my code is working now, it is not complete but it is working. What

Re: [Tutor] Project Review

2006-12-21 Thread Christopher Arndt
Jonathon Sisson schrieb: > Christopher Arndt wrote: >> P.S. This is basically just rephrasing what has been already said by others >> and >> better: http://www.catb.org/~esr/faqs/smart-questions.html > > Seriously, that is an excellent guide. Eric S. Raymond writes some high > quality stuff. A

Re: [Tutor] Project Review

2006-12-21 Thread Jonathon Sisson
Christopher Arndt wrote: > P.S. This is basically just rephrasing what has been already said by others > and > better: http://www.catb.org/~esr/faqs/smart-questions.html Seriously, that is an excellent guide. Eric S. Raymond writes some high quality stuff. Anyone new to posting on this list (

Re: [Tutor] Project Review

2006-12-21 Thread Christopher Arndt
Carlos schrieb: > I don't know if this is a good thing to ask in this mailing list, or if > it is possible for someone to take a look and spot my errors, but I > really can't think of a better way. It might be a better idea to ask for solutions or hints for a specific problem or comments on a sp

Re: [Tutor] Project Review

2006-12-21 Thread Carlos
Kent, Yes it is a little longer than that, let me see how can I make it more compact and will get back to the list with a URL. Thanks!!! Carlos Kent Johnson wrote: > Carlos wrote: >> Hello, >> >> I have been working in a script for my master thesis project (M Arch) >> and since this is the fir

[Tutor] Python and rpy

2006-12-21 Thread Geoframer
Okay this might not be the best place to post my question, but on the rpy-list i'm getting no response and i'm really stuck with this problem. Perhaps anyone on here has run into the same problem... I'm thinking my newbieness to python probably is one of the reasons why i fail to see what i'm doin

Re: [Tutor] Project Review

2006-12-21 Thread Kent Johnson
Carlos wrote: > Hello, > > I have been working in a script for my master thesis project (M Arch) > and since this is the first project that I do in this way, I would like > to know if someone here would be interested in taking a look at what I > have done so far. My impression is that since I h

[Tutor] Project Review

2006-12-21 Thread Carlos
Hello, I have been working in a script for my master thesis project (M Arch) and since this is the first project that I do in this way, I would like to know if someone here would be interested in taking a look at what I have done so far. My impression is that since I have been learning on my o

Re: [Tutor] python coding using regular expression

2006-12-21 Thread Kent Johnson
sg wrote: > hi > i am new to python. i want help in regular expression.. anyone explain > or guide me for following problem.. > > the content of txt file is splitted using the pipe | symbol and sorted . > then the field in the first row is compared with field in the second row and > the s

Re: [Tutor] python coding using regular expression

2006-12-21 Thread Luke Paireepinart
sg wrote: > hi > i am new to python. i want help in regular expression.. anyone explain > or guide me for following problem.. > > the content of txt file is splitted using the pipe | symbol and sorted . > then the field in the first row is compared with field in the second row and > the se

[Tutor] python coding using regular expression

2006-12-21 Thread sg
hi i am new to python. i want help in regular expression.. anyone explain or guide me for following problem.. the content of txt file is splitted using the pipe | symbol and sorted . then the field in the first row is compared with field in the second row and the second row field is comp