Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98794

Re: find which Python libraries are most influential in scientific research

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Ian Kelly <ian.g.kelly@gmail.com>
Newsgroups comp.lang.python
Subject Re: find which Python libraries are most influential in scientific research
Date Fri, 13 Nov 2015 20:58:04 -0700
Lines 24
Message-ID <mailman.320.1447473487.16136.python-list@python.org> (permalink)
References <06e7d84d-7e49-4160-b42e-a6911640d9e8@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de iQE9v1hbWAsBu/Is5rgLCgbWJpIBv6se/MXHMfIEukpw==
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.05; 'heather': 0.09; 'subject:which': 0.09; 'url:github': 0.09; 'url:blog': 0.10; 'python': 0.10; 'question.': 0.13; 'url:%25': 0.15; 'fyi,': 0.16; 'influential': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'scientists': 0.16; 'subject:most': 0.16; 'url:tag': 0.16; 'wrote:': 0.16; '&gt;': 0.18; 'email addr:gmail.com&gt;': 0.18; 'foundation,': 0.20; '2015': 0.20; "we'd": 0.21; 'to:2**1': 0.21; 'libraries': 0.22; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; '[2]': 0.27; 'post': 0.31; 'run': 0.33; 'received:google.com': 0.35; 'jason': 0.35; 'nov': 0.35; 'url:org': 0.36; 'tool': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'skip:& 10': 0.37; 'turn': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'called': 0.40; 'your': 0.60; 'information,': 0.61; 'phone.': 0.63; 'more': 0.63; 'national': 0.63; 'great': 0.63; 'our': 0.64; 'tasks.': 0.66; "today's": 0.69; 'paper': 0.73; 'to:name:python': 0.84; 'url:master': 0.84; 'subject:find': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LAZCiUZpGuhwkBCW60fEKGib251J67QT+WHzlegOXMI=; b=ps9JBeSv8kwDNAalG42Dt6PlBP4Q4Q5VAMvueQ0fOEYwYw9eA6bH8PKApgSO7OPVhM qijfstaK9WTiVlL1QNaACQVE0jMY2cV9S96bF7SsK18QImGEA42RTGn79Cup1ik62LOY EQK/behQDBkEqElqsdas8fYDDSqyeB1PMemBE/bhvO7HUtp+saHp0o3j1AdBzSQTe57b ZzCiJ+WFNm9P9CCqws7k7cex3+sTqSRML+gsaR4ZHI5NZBf1p0K/Cm+Am7cOD3ksCmza zNmTY1nwWgMaPFDBLohdXF1ht9FdLlm74O9Sxx2Ml4TrztfPJUcfCQSpxJb3Jjt8fflz 0iZw==
X-Received by 10.50.150.106 with SMTP id uh10mr7033880igb.85.1447473484413; Fri, 13 Nov 2015 19:58:04 -0800 (PST)
In-Reply-To <06e7d84d-7e49-4160-b42e-a6911640d9e8@googlegroups.com>
X-Content-Filtered-By Mailman/MimeDel 2.1.20+
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:98794

Show key headers only | View raw


On Nov 9, 2015 7:41 PM, "Heather Piwowar" <hpiwowar@gmail.com> wrote:
>
> Today's scientists often turn to Python to run analysis, simulation, and
other sciency tasks.
>
> That makes us wonder: which Python libraries are most influential in
scientific research?
>
> We just released a tool (built in Python, of course) to answer that
question. It's called Depsy [1], it's funded by the US National Science
Foundation, and we'd love your comments.
>
> For more information, see our blog post [2] and paper [3].  The
scientific/engineering tag is a great place to start exploring [4].
>
> Heather Piwowar and Jason Priem
>
> 1. http://depsy.org
> 2. http://blog.impactstory.org/introducing-depsy
> 3.
https://github.com/Impactstory/depsy-research/blob/master/introducing_depsy.md
> 4. http://depsy.org/tag/scientific%252Fengineering

FYI, the depsy.org site is completely unusable on my Android phone.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

find which Python libraries are most influential in scientific research Heather Piwowar <hpiwowar@gmail.com> - 2015-11-09 18:36 -0800
  Re: find which Python libraries are most influential in scientific research Ian Kelly <ian.g.kelly@gmail.com> - 2015-11-13 20:58 -0700
    Re: find which Python libraries are most influential in scientific research Steven D'Aprano <steve@pearwood.info> - 2015-11-14 17:05 +1100
  Re: find which Python libraries are most influential in scientific research Terry Reedy <tjreedy@udel.edu> - 2015-11-14 00:38 -0500
  Re: find which Python libraries are most influential in scientific research Laura Creighton <lac@openend.se> - 2015-11-14 08:37 +0100

csiph-web