Re: [Numpy-discussion] IDE's for numpy development?

2015-04-01 Thread Eraldo Pomponi
Sorry for the OT and top-posting but, It reminds me of "ITex" (https://www.youtube.com/watch?v=eKaI78K_rgA) ... On Wed, Apr 1, 2015 at 6:43 PM, Yuxiang Wang wrote: > That would really be hilarious - and "IFortran" probably! :) > > Shawn > > On Wed, Apr 1, 2015 at 12:07 PM, Benjamin Root wrote:

Re: [Numpy-discussion] 100 Numpy exercices

2014-05-28 Thread Eraldo Pomponi
> > It doesn't use stride_tricks, and seberg doesn't quite like it, but this > made the rounds in StackOverflow a couple of years ago: > > > http://stackoverflow.com/questions/16970982/find-unique-rows-in-numpy-array/16973510#16973510 > > It may not work properly on floats, but I think it is a very

Re: [Numpy-discussion] getting the equivalent complex dtype from a real or int array

2013-10-30 Thread Eraldo Pomponi
> We really ought to have a special page for all of Robert's little gems! > I'm totally in favor or having that page. In my gmail account almost every Robert's answer gets a star!!! Maybe one day I'll try to put them together. Cheers, EP ___ NumPy-Discu

Re: [Numpy-discussion] Array accumulation in numpy

2013-02-19 Thread Eraldo Pomponi
Dear Tony, I would suggest to look at this post already mentioned by Benjamin . maybe it fits with your needs! http://numpy-discussion.10968.n7.nabble.com/Pre-allocate-array-td4870.html Cheers, Eraldo On Tue, Feb 19, 2013 at 4:24 PM, Tony Ladd wrote: > Thanks to all for a very quick resp

Re: [Numpy-discussion] scipy installation problem

2011-12-14 Thread Eraldo Pomponi
Dear Alexe, I'm not sure I understood what you mean by "install" like Ralf. However, I would also suggest, if you are using Eclipse and PyDev, (after installing new modules) to remove the current python interpreter (from Eclipse options) and then re-add it so that the whole pythonpath will be re-s

Re: [Numpy-discussion] numpy.mean problems

2011-12-13 Thread Eraldo Pomponi
s but give up after known > that some very useful capabilities are sold as a professional package. > However, it still useful to many printing and data manipulation and, also, > it can handle extremely large datasets (which is not my case.). > Regards, > Fred > > > Eraldo Po

Re: [Numpy-discussion] numpy.mean problems

2011-12-13 Thread Eraldo Pomponi
Hi Fred, I would suggest you to have a look at pandas (http://pandas.sourceforge.net/) . It was really helpful for me. It seems well suited for the type of data that you are working with. It has nice "brodcasting" capabilities to apply numpy functions to a set column. http://pandas.sourceforge.net