I don't know if i'm sending the email to the right address but here it
goes!. Would Python be a suitable language for first time learners like me?
--
Eric G
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://m
On 09/09/16 17:21, Eric Gardner wrote:
> I don't know if i'm sending the email to the right address but here it
> goes!. Would Python be a suitable language for first time learners like me?
Yes, this is the right address, welcome.
And yes, Python is an excellent language with which to learn
progr
> I don't know if i'm sending the email to the right address but here it goes!.
> Would Python be a suitable language for first time learners like me?
I suppose it depends on each one but from my experience I try with C and then
Java without finding the feeling for it ...
Then I learn python o
Hi everyone,
I was getting this error which read ' 'IndexedVar' object is not callable '
for a variable type.
The variable is defined as a class variable and has dimensions m.C(i,j) in
z and t axis.
The program isnt able to take in any of the equations that I am giving it
to because of this erro
On 09/09/16 19:50, Pooja Bhalode wrote:
> I was getting this error which read ' 'IndexedVar' object is not callable '
> for a variable type.
Python error messages are very informative, but only if we can see them.
Please post the entire error message not just a summary.
> The variable is defined
On 2016-09-09 11:50, Pooja Bhalode wrote:
Hi everyone,
I was getting this error which read ' 'IndexedVar' object is not
callable '
for a variable type.
You haven't provided much information but it seems to me you are calling
IndexedVar as though it were a function but it probably isn't a
f
Hi Pooja, and welcome!
On Fri, Sep 09, 2016 at 02:50:57PM -0400, Pooja Bhalode wrote:
> Hi everyone,
>
> I was getting this error which read ' 'IndexedVar' object is not callable '
> for a variable type.
>
> The variable is defined as a class variable and has dimensions m.C(i,j) in
> z and t ax
On 2016-09-09 18:13, Steven D'Aprano wrote:
Please read this article first for
how you can improve the chances of getting good answers to your
questions:
http://sscce.org/
In addition to the link Seven provides above, I've also found the
following to be worth perusing:
http://www.catb.org/es