Deutsch   English   Français   Italiano  
<va3egd$3iue9$3@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Python (was Re: I did not inhale)
Date: Wed, 21 Aug 2024 01:05:17 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <va3egd$3iue9$3@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me>
	<g52cnWOOwoz_son7nZ2dnZfqnPWdnZ2d@brightview.co.uk>
	<uvbe3m$2cun7$1@dont-email.me> <uvbfii$3mom0$1@news.xmission.com>
	<20240412094809.811@kylheku.com> <87il0mm94y.fsf@tudado.org>
	<way-20240413091747@ram.dialup.fu-berlin.de> <87il0lldf8.fsf@tudado.org>
	<choices-20240413123957@ram.dialup.fu-berlin.de>
	<v9lm2k$12qhv$1@dont-email.me> <v9m4gd$14scu$1@dont-email.me>
	<20240815182717.189@kylheku.com> <v9npls$1fjus$1@dont-email.me>
	<v9t204$2dofg$1@dont-email.me> <va28pi$3dldm$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 21 Aug 2024 03:05:17 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="b7054728ccecf746f3a261c5985019ab";
	logging-data="3766729"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX198qNwBW7VcKSM+rNfdhmBY"
User-Agent: Pan/0.159 (Vovchansk; )
Cancel-Lock: sha1:58J+puK7OTa1SVzVvyXPoMfYGrA=
Bytes: 2035

On Tue, 20 Aug 2024 14:21:38 -0000 (UTC), Kalevi Kolttonen wrote:

> Even though his PhD thesis was
> something like 100-150 pages of strange-looking formulas, he said he had
> problems with C on the Amiga. For some reason, he was unable to remember
> what functions where provided as standard libraries, so he always ended
> up writing his own functions instead of using libraries.

Was he not able to keep some reference docs handy? For example, I rarely 
get very far in working on Python code without having this page
<https://docs.python.org/3/library/> open in a browser.