On 12/12/2013 4:53 PM, sal i wrote:
This is the entire testing file along with the error at the bottom.
data = load_from_yahoo()
You're _still_ not passing into `load_from_yahoo` either `indexes` or
`stocks` parameters, as I tried to point out by highlighting:
assert indexes is not None
On Thursday, December 12, 2013 1:48:42 PM UTC+8, alex23 wrote:
> On 11/12/2013 10:44 PM, s...@nearlocal.com wrote:
>
> > I'm a Python beginner. I want to use it for stats work, so I downloaded
> > Anaconda which has several of the popular libraries already packaged for
> > Mac OS X.
>
> >
>
>
On 11/12/2013 10:44 PM, s...@nearlocal.com wrote:
I'm a Python beginner. I want to use it for stats work, so I downloaded
Anaconda which has several of the popular libraries already packaged for Mac OS
X.
Now I'd like to use the backtesting package from zipline (zipline.io), but
while runnin
On Wed, Dec 11, 2013 at 6:38 AM, Robert Kern wrote:
> On 2013-12-11 13:27, Steven D'Aprano wrote:
>>
>> On Wed, 11 Dec 2013 04:44:53 -0800, sal wrote:
>>
>>> Now I'd like to use the backtesting package from zipline (zipline.io),
>>
>>
>> ".io" is not normally a file extension for Python files. Are
On 2013-12-11 13:27, Steven D'Aprano wrote:
On Wed, 11 Dec 2013 04:44:53 -0800, sal wrote:
Now I'd like to use the backtesting package from zipline (zipline.io),
".io" is not normally a file extension for Python files. Are you sure
that's Python code?
That's a package name, not a filename.
On 11/12/2013 12:44, s...@nearlocal.com wrote:
I'm a Python beginner. I want to use it for stats work, so I downloaded
Anaconda which has several of the popular libraries already packaged for Mac OS
X.
Now I'd like to use the backtesting package from zipline (zipline.io), but
while running t
On Wed, 11 Dec 2013 04:44:53 -0800, sal wrote:
> Now I'd like to use the backtesting package from zipline (zipline.io),
".io" is not normally a file extension for Python files. Are you sure
that's Python code?
> but while running the test script in iPython, I receive the following
> error:
>
I'm a Python beginner. I want to use it for stats work, so I downloaded
Anaconda which has several of the popular libraries already packaged for Mac OS
X.
Now I'd like to use the backtesting package from zipline (zipline.io), but
while running the test script in iPython, I receive the followin