Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98795
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Terry Reedy <tjreedy@udel.edu> |
| Newsgroups | comp.lang.python |
| Subject | Re: find which Python libraries are most influential in scientific research |
| Date | Sat, 14 Nov 2015 00:38:41 -0500 |
| Lines | 34 |
| Message-ID | <mailman.321.1447479559.16136.python-list@python.org> (permalink) |
| References | <06e7d84d-7e49-4160-b42e-a6911640d9e8@googlegroups.com> <CALwzidkkDmidd0EcSgE1zrS0U=yfdawosOeAos1Tum2ffvEsCA@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de lcmcTS5CuJSnCQXK1CXOxwRyQA6SCDve/X+wCa4E1YzA== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.05; 'heather': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:which': 0.09; 'url:github': 0.09; 'url:blog': 0.10; 'python': 0.10; 'jan': 0.11; 'question.': 0.13; 'subject: \n ': 0.15; 'url:%25': 0.15; 'fyi,': 0.16; 'influential': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'scientists': 0.16; 'scipy,': 0.16; 'subject:most': 0.16; 'url:tag': 0.16; 'wrote:': 0.16; 'foundation,': 0.20; '2015': 0.20; "we'd": 0.21; 'libraries': 0.22; 'header:In-Reply- To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints- To:1': 0.26; '[2]': 0.27; 'post': 0.31; 'run': 0.33; 'jason': 0.35; 'nov': 0.35; 'url:org': 0.36; 'tool': 0.36; 'to:addr:python- list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'turn': 0.37; 'received:org': 0.37; '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; 'url:master': 0.84; 'received:fios.verizon.net': 0.91; 'subject:find': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | pool-173-59-124-74.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| In-Reply-To | <CALwzidkkDmidd0EcSgE1zrS0U=yfdawosOeAos1Tum2ffvEsCA@mail.gmail.com> |
| 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:98795 |
Show key headers only | View raw
On 11/13/2015 10:58 PM, Ian Kelly wrote: > 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? Numpy, scipy, ?, ?, ?, ... >> 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. Ditto Win10, Firefox. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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