[Tutor] what is the cores?

2014-05-25 Thread Marino David
Hi all: I am a newpie at python. I read a python toolbox in which there is code line:*import cores as co. *I wantta know what the cores is. When I type "*import cores as co*", error occur as follows: *Traceback (most recent call last):* * File "", line 1, in * *ImportError: No module named cores*

Re: [Tutor] what is the cores?

2014-05-25 Thread Marino David
Thanks Marc. After I have close look at the toolbox, I found that cores.py is in the toolbox. Thanks again. David 2014-05-26 2:21 GMT+08:00 Marc Tompkins : > On Sun, May 25, 2014 at 10:32 AM, Marino David > wrote: > > Hi all: > > I am a newpie at python. > > I read a

[Tutor] How can I let the Python Console display more decimal precision?

2014-06-12 Thread Marino David
Hi All: I am a newbie at the Python. I type "26/12" in Python Console and get result of "2". It is obvious that the corresponding result should be 2... I don't know why the Console only returns the integer part of true result. Anyone can help me out? Thanks David _