This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients Guido.van.Rossum, aidan.feldman, ammar2, chris.jerdonek, docs@python, gvanrossum, rhettinger, steven.daprano, terry.reedy, zach.ware
Date 2021-04-19.05:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618809886.1.0.838938310624.issue43837@roundup.psfhosted.org>
In-reply-to
Content
> So maybe we should change the terminology while we’re at it.

When math is taught to elementary school students in the US, it's called "order of operations": https://en.wikipedia.org/wiki/Order_of_operations

Since this was raised in the context of newcomers to coding, it might be worth mentioning that parallel. Being able to connect to the familiar concepts of "first" and "last" might help people not familiar with precedence and binding.
History
Date User Action Args
2021-04-19 05:24:46chris.jerdoneksetrecipients: + chris.jerdonek, gvanrossum, rhettinger, terry.reedy, steven.daprano, docs@python, zach.ware, Guido.van.Rossum, ammar2, aidan.feldman
2021-04-19 05:24:46chris.jerdoneksetmessageid: <1618809886.1.0.838938310624.issue43837@roundup.psfhosted.org>
2021-04-19 05:24:46chris.jerdoneklinkissue43837 messages
2021-04-19 05:24:45chris.jerdonekcreate