On Fri, Aug 13, 2010 at 5:11 PM, Joshua Holbrook
wrote:
>> Cause honestly, If I could dump everything in one file and be able to
>> use it everywhere.
>
> ...I could.
>
> Sorry.
The main thing I was missing in matlab are namespaces, everything the
equivalent of
form numpy import *
form pylab impo
> Cause honestly, If I could dump everything in one file and be able to
> use it everywhere.
...I could.
Sorry.
--Josh
On Fri, Aug 13, 2010 at 1:09 PM, Joshua Holbrook
wrote:
> Yeah, I don't really like it either. Is there a good way to put
> multiple global functions in a file without matlab
Yeah, I don't really like it either. Is there a good way to put
multiple global functions in a file without matlab getting upset?
Cause honestly, If I could dump everything in one file and be able to
use it everywhere.
--Josh
On Fri, Aug 13, 2010 at 12:59 PM, John Hunter wrote:
> On Fri, Aug 13,
On Fri, Aug 13, 2010 at 3:41 PM, Benjamin Root wrote:
> @Josh: Awesome name. Very fitting...
>
> Another thing that I really love about matplotlib that drove me nuts in
> Matlab was being unable to use multiple colormaps in the same figure.
Funny -- this was one of the *first* things I thought a
@Josh: Awesome name. Very fitting...
Another thing that I really love about matplotlib that drove me nuts in
Matlab was being unable to use multiple colormaps in the same figure.
And don't get me started with the map plotting tools and pcolor!
Ben Root
On Fri, Aug 13, 2010 at 3:27 PM, Joshua H
Ugh! I miss all that stuff anytime I have to use matlab. Working with
strings sucks especially hard.
In fact, I've tried reimplementing half of the tools I wish I had. If
anyone cares:
http://github.com/jesusabdullah/methlabs
I'd love feedback. Perhaps ironically, I haven't used it much, due
> > After several years now of writing Python and now having written my first
> > on-the-job 15 operational MATLAB LOC, all of which are string, cell
> array,
> > and file processing, I'm ready to say: "MATLAB: what a PITA!" :-(
>
> Ahh, cell arrays, they bring back memories. Makes you pine for a
On Fri, Aug 13, 2010 at 12:59 PM, John Hunter wrote:
> On Fri, Aug 13, 2010 at 11:47 AM, David Goldsmith
> wrote:
>> 2010/7/30 Stéfan van der Walt
>>>
>>> Hi David
>>>
>>> Best of luck with your new position! I hope they don't make you program
>>> too much MATLAB!
>>
>> After several years now o
On Fri, Aug 13, 2010 at 11:47 AM, David Goldsmith
wrote:
> 2010/7/30 Stéfan van der Walt
>>
>> Hi David
>>
>> Best of luck with your new position! I hope they don't make you program
>> too much MATLAB!
>
> After several years now of writing Python and now having written my first
> on-the-job 15 o
2010/7/30 Stéfan van der Walt
> Hi David
>
> Best of luck with your new position! I hope they don't make you program too
> much MATLAB!
>
After several years now of writing Python and now having written my first
on-the-job 15 operational MATLAB LOC, all of which are string, cell array,
and file p
On Fri, Aug 13, 2010 at 11:28 PM, Kurt Smith wrote:
> On Thu, Aug 12, 2010 at 8:51 PM, David wrote:
>> Hi Kurt,
>>
>> On 08/13/2010 03:40 AM, Kurt Smith wrote:
>>> Hi,
>>>
>>> I'm very interested in Bento and think it will be a killer project.
>>>
>>> My question: do you anticipate supporting For
On Thu, Aug 12, 2010 at 8:51 PM, David wrote:
> Hi Kurt,
>
> On 08/13/2010 03:40 AM, Kurt Smith wrote:
>> Hi,
>>
>> I'm very interested in Bento and think it will be a killer project.
>>
>> My question: do you anticipate supporting Fortran 90 within Bento, or
>> will that be delegated to an extern
On Thu, Aug 12, 2010 at 8:26 PM, Lutz Maibaum wrote:
> According to the docstring, ndarray.copy should accept a keyword argument
> "order". This doesn't seem to work for me:
>
np.array([[1,2],[3,4]]).copy(order='C')
> Traceback (most recent call last):
> File "", line 1, in
> TypeError: co
13 matches
Mail list logo