[Python-ideas] Re: PEP's shouldn't require a sponsor

2019-07-26 Thread Geoffrey Spear
On Thu, Jul 25, 2019 at 8:17 AM Batuhan Taskaya wrote: > Why do i need to convince a core developer for my PEP? AFAIK the steering > council can include non core developers (i know it isn't that current case > but for the future this is important). And if the last authority who will > approve my

[Python-ideas] Re: unittest block

2019-06-18 Thread Geoffrey Spear
On Tue, Jun 18, 2019 at 3:37 PM James Lu wrote: > # regular code > unittest: > # test code goes here > > This code would be run when the runtime -unittest flag is passed. It would > function as test usages and example client code. The code within the block > would remain in .pyc, unless the -O

Re: [Python-ideas] How do ideas on this mailing list turn into features?

2019-02-01 Thread Geoffrey Spear
https://devguide.python.org/#proposing-changes-to-python-itself On Fri, Feb 1, 2019, 1:12 PM James Lu How do ideas on this mailing list turn into features? What is the typical > roadmap? Can this process be documented somewhere? > ___ > Python-ideas

Re: [Python-ideas] Paul Romer, 2018 Economics Nobel Laureate, uses Python and Jupyter

2018-10-10 Thread Geoffrey Spear
On Wed, Oct 10, 2018 at 11:29 AM Jonathan Fine wrote: > Terry Reedy wrote (to comp.lang.python) > > > > https://paulromer.net/jupyter-mathematica-and-the-future-of-the-research-paper/ > > Jupyter, Mathematica, and the Future of the Research Paper > > Paul Romer, new Nobel prize winner in

Re: [Python-ideas] Add a .chunks() method to sequences

2017-05-02 Thread Geoffrey Spear
On Tue, May 2, 2017 at 8:10 AM wrote: > Steven D’Aprano was giving me an idea (in the bytes.hex delimiter > discussion): > > > > I had very often the use case that I want to split sequences into > subsequences of same size. > > How about adding a chunks() and rchunks()