Re: [Tutor] Wedscraping Yahoo API

2017-02-20 Thread Danny Yoo
Hi Joe, On Mon, Feb 20, 2017 at 6:32 AM, Joe via Tutor wrote: > Hi, > I keep getting the following error as I am new to programming and I am > following a tutorial and I am using Python 3.6. Can you please point me in > the right direction as to what I am doing wrong. You have made an assump

Re: [Tutor] Wedscraping Yahoo API

2017-02-20 Thread Alan Gauld via Tutor
Please post in plain text. Formatting is very important in Python and RTF or HTML tend to get scrambled in transit making your code and error hard to read. Thanks Alan G. On 20/02/17 14:32, Joe via Tutor wrote: > Hi, > I keep getting the following error as I am new to programming and I am > fol

[Tutor] Wedscraping Yahoo API

2017-02-20 Thread Joe via Tutor
Hi, I keep getting the following error as I am new to programming and I am following a tutorial and I am using Python 3.6. Can you please point me in the right direction as to what I am doing wrong. This is code I am running import datetime as dtimport matplotlib.pyplot as pltfrom matplotlib impo