Re: [Tutor] Help with running an API

2014-10-26 Thread Anish Tambe
The usage of the api as documented here - https://github.com/zachwill/fred - suggests : >>> import fred # Save your FRED API key. >>> fred.key('my_fred_api_key') # Interact with economic data categories. >>> fred.category() ... Cheers, Anish Tambe On 26 Oct 2014 00:23, "Joel Goldstick" wrote:

Re: [Tutor] Help with running an API

2014-10-25 Thread Joel Goldstick
On Sat, Oct 25, 2014 at 12:08 PM, Mark Meanwell wrote: > Hi Folks - new to python and trying to run an API. Running version 2.7.3. on > Windows 7 machine. > > Here is the scenario for the given API (FRED API in this case): > > easy_install Fred from C:\ - this installs to C:\site packages > > the

Re: [Tutor] Help with running an API

2014-10-25 Thread Alan Gauld
On 25/10/14 17:08, Mark Meanwell wrote: Hi Folks - new to python and trying to run an API. Running version 2.7.3. on Windows 7 machine. Here is the scenario for the given API (FRED API in this case): easy_install Fred from C:\ - this installs to C:\site packages then I fire up the python she

[Tutor] Help with running an API

2014-10-25 Thread Mark Meanwell
Hi Folks - new to python and trying to run an API. Running version 2.7.3. on Windows 7 machine. Here is the scenario for the given API (FRED API in this case): easy_install Fred from C:\ - this installs to C:\site packages then I fire up the python shell and run file created for fred api: from