Research paper "Energy Efficiency across Programming Languages: How does energy, time, and memory relate?"

alister alister.ware at ntlworld.com
Wed Sep 20 08:58:44 EDT 2017


On Tue, 19 Sep 2017 14:40:17 -0400, leam hall wrote:

> On Tue, Sep 19, 2017 at 2:37 PM, Stephan Houben <
> stephanh42 at gmail.com.invalid> wrote:
> 
>> Op 2017-09-19, Steven D'Aprano schreef <steve+comp.lang.python@
>> pearwood.info>:
>>
>> > There is a significant chunk of the Python community for whom "just
>> > pip install it" is not easy, legal or even possible. For them, if its
>> > not in the standard library, it might as well not even exist.
>>
>> But numpy *is* in the standard library, provided you download the
>> correct version of Python, namely the one from:
>>
>> https://python-xy.github.io/
>>
>> Stephan
>>
>>
> Many of us can't pip install; it's in the OS supplied vendor repo or it
> doesn't go on the machines.
> 
> Leam

dnf install <package>
or
apt_get install <package>

most of the mainstream modules seem to be there (certainly numpy)



-- 
Kliban's First Law of Dining:
	Never eat anything bigger than your head.



More information about the Python-list mailing list