Re: A PGsendQuery API design for your review - Mailing list psycopg

From Adrian Klaver
Subject Re: A PGsendQuery API design for your review
Date
Msg-id 56B12407.5030300@aklaver.com
Whole thread Raw
In response to Re: A PGsendQuery API design for your review  ("Karl O. Pinc" <kop@meme.com>)
Responses Re: A PGsendQuery API design for your review
List psycopg
On 02/02/2016 01:30 PM, Karl O. Pinc wrote:
> On Tue, 2 Feb 2016 13:20:34 -0800
> Adrian Klaver <adrian.klaver@aklaver.com> wrote:
>
>> I think what they are looking for is this:
>>
>> http://ipython.org/
>>
>> and this:
>>
>> http://pandas.pydata.org/
>
> Thanks, but I don't think so.  Those are interactive
> python shells.  What they want is a web-enabled psql;
> a SQL shell.

Actually more then that, as IPython is just one part of the Juypter
stack which encompasses over 40 languages and is Web enabled through
Notebooks. I would take a serious look at this before rolling your own
data analysis stack. Jupyter is becoming the de facto scientific toolset
and the community that surrounds it is huge. Pretty sure you will
someone has already done a  lot of the legwork for you.

http://jupyter.org/

>
> Many years ago I did a horrible hack of phpPgAdmin
> to give them such a shell (it parses sql).  I'd
> like to move forward.
>
> Regards,
>
> Karl <kop@meme.com>
> Free Software:  "You don't pay back, you pay forward."
>                   -- Robert A. Heinlein
>


--
Adrian Klaver
adrian.klaver@aklaver.com


psycopg by date:

Previous
From: "Karl O. Pinc"
Date:
Subject: Re: A PGsendQuery API design for your review
Next
From: "Karl O. Pinc"
Date:
Subject: Re: A PGsendQuery API design for your review