On Dec 17, 3:52 pm, Rominsky wrote:
>
> I do have some understanding of the pythonic methodology of
> programming, though by far I still don't consider myself an expert.
> The problem at hand is that I am coming from a matlab world and trying
> to drag my coworkers with me. I have gotten a lot o
Steven D'Aprano wrote:
> On Wed, 17 Dec 2008 11:52:17 -0800, Rominsky wrote:
>
>> I do have some understanding of the pythonic methodology of programming,
>> though by far I still don't consider myself an expert. The problem at
>> hand is that I am coming from a matlab world and trying to drag my
Quoth Rominsky :
> vars seems to give an identical response as locals and globals, at
> least in my test name space. All three are new commands for me. I
Without arguments vars() returns the same thing as locals().
> like the idea of adopting either vars or locals instead of dir as it
> sets up
On Wed, 17 Dec 2008 11:52:17 -0800, Rominsky wrote:
> I do have some understanding of the pythonic methodology of programming,
> though by far I still don't consider myself an expert. The problem at
> hand is that I am coming from a matlab world and trying to drag my
> coworkers with me. I have g
On Dec 17, 1:21 pm, Jean-Paul Calderone wrote:
> On Wed, 17 Dec 2008 11:52:17 -0800 (PST), Rominsky
> wrote:
> >On Dec 17, 10:59 am, Christian Heimes wrote:
> >> Rominsky schrieb:
>
> >> > I am trying to use dir to generate a list of methods, variables, etc.
> >> > I would like to be able to go
On Wed, Dec 17, 2008 at 1:52 PM, Rominsky wrote:
> On Dec 17, 10:59 am, Christian Heimes wrote:
> > Rominsky schrieb:
> >
> > > I am trying to use dir to generate a list of methods, variables, etc.
> > > I would like to be able to go through the list and seperate the
> > > objects by type using
On Wed, 17 Dec 2008 11:52:17 -0800 (PST), Rominsky
wrote:
On Dec 17, 10:59 am, Christian Heimes wrote:
Rominsky schrieb:
> I am trying to use dir to generate a list of methods, variables, etc.
> I would like to be able to go through the list and seperate the
> objects by type using the type(
On Dec 17, 10:59 am, Christian Heimes wrote:
> Rominsky schrieb:
>
> > I am trying to use dir to generate a list of methods, variables, etc.
> > I would like to be able to go through the list and seperate the
> > objects by type using the type() command, but the dir command returns
> > a list of s
Rominsky schrieb:
> I am trying to use dir to generate a list of methods, variables, etc.
> I would like to be able to go through the list and seperate the
> objects by type using the type() command, but the dir command returns
> a list of strings. When I ask for the type of an element, the answer
--- On Wed, 12/17/08, Rominsky wrote:
From: Rominsky
Subject: getting object instead of string from dir()
To: python-list@python.org
Date: Wednesday, December 17, 2008, 12:16 PM
I am trying to use dir to generate a list of methods, variables, etc.
I would like to be able to go through the
On Dec 17, 5:16 pm, Rominsky wrote:
> I am trying to use dir to generate a list of methods, variables, etc.
> I would like to be able to go through the list and seperate the
> objects by type using the type() command, but the dir command returns
> a list of strings. When I ask for the type of an
I am trying to use dir to generate a list of methods, variables, etc.
I would like to be able to go through the list and seperate the
objects by type using the type() command, but the dir command returns
a list of strings. When I ask for the type of an element, the answer
is always string. How do
12 matches
Mail list logo