Re: Python versus Other Languages using PostgreSQL

From: Neil Anderson <neil(dot)t(dot)anderson(at)gmail(dot)com>
To: Francisco Olarte <folarte(at)peoplecall(dot)com>
Cc: Paul Hughes <paul(at)vivation(dot)com>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Python versus Other Languages using PostgreSQL
Date: 2017-05-09 10:20:15
Message-ID: CAEKCySsVBiFg2skfuVKzxVHAytWyN3j0k4=6O0raumLHvfu0AA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9 May 2017 at 05:26, Francisco Olarte <folarte(at)peoplecall(dot)com> wrote:
> Paul:
>
> On Tue, May 9, 2017 at 2:45 AM, Paul Hughes <paul(at)vivation(dot)com> wrote:
>> ....My question still remains though - why is it that all the largest web platforms that have used PostgreSQL *specifically* choose Python as their back-end language?
>
> Do you have any data supporting that? AFAIK people tend to choose the
> language first, database second, not the other way round, and many
> times the platform language is nailed, but the db can be changed.
> Also, WHICH platforms are you referring to?

Well put. So far I've worked with Flask, Pylons, Rails and ASP.net.
All have an ORM layer (SQLAlchemy, ActiveRecord, EntityFramework) with
support for several database technologies. The framework is specific
and fixed but can pull data from anywhere.

>
>> Why are Postgres and Python so married, in the same way that Node.js is largely married to MondogDB?
>
> I do not think either of these is true.
>
> Francisco Olarte.
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Neil Anderson 2017-05-09 10:35:32 Re: Python versus Other Languages using PostgreSQL
Previous Message Francisco Olarte 2017-05-09 09:26:05 Re: Python versus Other Languages using PostgreSQL