[Python-ideas] Deterministic iterator cleanup
Chris Barker
chris.barker at noaa.gov
Mon Oct 24 13:16:03 EDT 2016
More information about the Python-ideas mailing list
Mon Oct 24 13:16:03 EDT 2016
- Previous message (by thread): [Python-ideas] Deterministic iterator cleanup
- Next message (by thread): [Python-ideas] Deterministic iterator cleanup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Oct 22, 2016 at 9:17 AM, Nick Coghlan <ncoghlan at gmail.com> wrote: > This is actually a case where style guidelines would ideally differ > between between scripting use cases ... and > library(/framework/application) development use cases > Hmm -- interesting idea -- and I recall Guido bringing something like this up on one of these lists not too long ago -- "scripting" use cases really are different that "systems programming" However, that script/library distinction isn't well-defined in > computing instruction in general, no it's not -- except in the case of "scripting languages" vs. "systems languages" -- you can go back to the classic Ousterhout paper: https://www.tcl.tk/doc/scripting.html But Python really is suitable for both use cases, so tricky to know how to teach. And my classes, at least, have folks with a broad range of use-cases in mind, so I can't choose one way or another. And, indeed, there is no small amount of code (and coder) that starts out as a quicky script, but ends up embedded in a larger system down the road. And (another and?) one of the great things ABOUT Python is that is IS suitable for such a broad range of use-cases. -CHB -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chris.Barker at noaa.gov -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20161024/9a1194c3/attachment.html>
- Previous message (by thread): [Python-ideas] Deterministic iterator cleanup
- Next message (by thread): [Python-ideas] Deterministic iterator cleanup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list