Hi, Last months, new communication channels appear. This is just a reminder that they exist: * Zulip: https://python.zulipchat.com/ (exist since 1 year?) * Discourse: http://discuss.python.org/ (I'm not sure if it's fully official yet ;-)) * IRC: #python-dev on FreeNode, only for development *of* Python, mostly to discuss bugs and pull requests * Mailing lists: python-ideas, python-dev, etc. Some core developers are also active on Twitter. Some ideas were first discussed on Twitter. You may want to follow some of them. Incomplete list of core devs that I follow: * Barry Warsaw: https://twitter.com/pumpichank * Brett Cannon: https://twitter.com/brettsky * Guido van Rossum: https://twitter.com/gvanrossum * Łukasz Langa: https://twitter.com/llanga * Mariatta: https://twitter.com/Mariatta * Serhiy Storchaka: https://twitter.com/SerhiyStorchaka * Yury Selivanov: https://twitter.com/1st1 * ... the full list is very long, and I'm too lazy to complete it :-) Maybe someone has already a list more complete than mine. I hope that I didn't miss an important communication channel :-) Victor
Another one is GitHub (and the bug tracker, for that matter). For example, I believe here is where the discussion took place that led to the initial draft of PEP 582 re: recognizing a local __packages__ directory: https://github.com/kushaldas/peps/pull/1 The PEP was posted here: https://github.com/python/peps/pull/776 https://www.python.org/dev/peps/pep-0582/ To my knowledge it hasn't been discussed on python-dev yet. Also, if you are trying to be complete, another communication channel is in-person events and conferences, etc. --Chris On Mon, Oct 1, 2018 at 4:21 AM Victor Stinner <vstinner@redhat.com> wrote:
Hi,
Last months, new communication channels appear. This is just a reminder that they exist:
* Zulip: https://python.zulipchat.com/ (exist since 1 year?) * Discourse: http://discuss.python.org/ (I'm not sure if it's fully official yet ;-)) * IRC: #python-dev on FreeNode, only for development *of* Python, mostly to discuss bugs and pull requests * Mailing lists: python-ideas, python-dev, etc.
Some core developers are also active on Twitter. Some ideas were first discussed on Twitter. You may want to follow some of them. Incomplete list of core devs that I follow:
* Barry Warsaw: https://twitter.com/pumpichank * Brett Cannon: https://twitter.com/brettsky * Guido van Rossum: https://twitter.com/gvanrossum * Łukasz Langa: https://twitter.com/llanga * Mariatta: https://twitter.com/Mariatta * Serhiy Storchaka: https://twitter.com/SerhiyStorchaka * Yury Selivanov: https://twitter.com/1st1 * ... the full list is very long, and I'm too lazy to complete it :-) Maybe someone has already a list more complete than mine.
I hope that I didn't miss an important communication channel :-)
Victor _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/chris.jerdonek%40gmail.co...
Le lun. 1 oct. 2018 à 14:14, Chris Jerdonek <chris.jerdonek@gmail.com> a écrit :
Also, if you are trying to be complete, another communication channel is in-person events and conferences, etc.
Right, there are two main events for CPython core developers which are only in the US: * Language Summit during Pycon US (one day) * Sprint in September (one week) Victor
On Mon, 1 Oct 2018 at 05:15, Chris Jerdonek <chris.jerdonek@gmail.com> wrote:
Another one is GitHub (and the bug tracker, for that matter). For example, I believe here is where the discussion took place that led to the initial draft of PEP 582 re: recognizing a local __packages__ directory: https://github.com/kushaldas/peps/pull/1
It started on GitHub and then continued in person at the dev sprints.
The PEP was posted here: https://github.com/python/peps/pull/776 https://www.python.org/dev/peps/pep-0582/
To my knowledge it hasn't been discussed on python-dev yet.
Nope, I assume because there is no one to actually approve it so there's no point it discussing it yet. :) -Brett
Also, if you are trying to be complete, another communication channel is in-person events and conferences, etc.
--Chris
On Mon, Oct 1, 2018 at 4:21 AM Victor Stinner <vstinner@redhat.com> wrote:
Hi,
Last months, new communication channels appear. This is just a reminder that they exist:
* Zulip: https://python.zulipchat.com/ (exist since 1 year?) * Discourse: http://discuss.python.org/ (I'm not sure if it's fully official yet ;-)) * IRC: #python-dev on FreeNode, only for development *of* Python, mostly to discuss bugs and pull requests * Mailing lists: python-ideas, python-dev, etc.
Some core developers are also active on Twitter. Some ideas were first discussed on Twitter. You may want to follow some of them. Incomplete list of core devs that I follow:
* Barry Warsaw: https://twitter.com/pumpichank * Brett Cannon: https://twitter.com/brettsky * Guido van Rossum: https://twitter.com/gvanrossum * Łukasz Langa: https://twitter.com/llanga * Mariatta: https://twitter.com/Mariatta * Serhiy Storchaka: https://twitter.com/SerhiyStorchaka * Yury Selivanov: https://twitter.com/1st1 * ... the full list is very long, and I'm too lazy to complete it :-) Maybe someone has already a list more complete than mine.
I hope that I didn't miss an important communication channel :-)
Victor _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe:
https://mail.python.org/mailman/options/python-dev/chris.jerdonek%40gmail.co... _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/brett%40python.org
On 10/01/2018 07:19 AM, Victor Stinner wrote:
Some core developers are also active on Twitter. Some ideas were first discussed on Twitter. You may want to follow some of them. Incomplete list of core devs that I follow:
I'm pretty strongly -1 on the notion that folks who subscribe python-dev, BPO, and the github repositories should need to *also* follow an arbitrarily-growing set of Twitter accounts: how would one know if a new one popped into being? How likely is it that everything a given Python developer tweets is relevant for the Python development community? Tres. -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com
On 10/01/2018 01:29 PM, Tres Seaver wrote:
I'm pretty strongly -1 on the notion that folks who subscribe python-dev, BPO, and the github repositories should need to *also* follow an arbitrarily-growing set of Twitter accounts: how would one know if a new one popped into being? How likely is it that everything a given Python developer tweets is relevant for the Python development community?
+1 Anything more than an initial idea really should occur on an ML, tracker, or repo. -- ~Ethan~
Le lun. 1 oct. 2018 à 22:32, Tres Seaver <tseaver@palladion.com> a écrit :
I'm pretty strongly -1 on the notion that folks who subscribe python-dev, BPO, and the github repositories should need to *also* follow an arbitrarily-growing set of Twitter accounts: how would one know if a new one popped into being? How likely is it that everything a given Python developer tweets is relevant for the Python development community?
My intent is not to ask you to subscribe to everything. I just wanted to list all communication channels and let you make your own choices. In my case, I'm unable to follow Zulip chat. There are too many communication channels for me :-) Victor
On Mon, 1 Oct 2018 at 13:38, Victor Stinner <vstinner@redhat.com> wrote:
Le lun. 1 oct. 2018 à 22:32, Tres Seaver <tseaver@palladion.com> a écrit :
I'm pretty strongly -1 on the notion that folks who subscribe python-dev, BPO, and the github repositories should need to *also* follow an arbitrarily-growing set of Twitter accounts: how would one know if a new one popped into being? How likely is it that everything a given Python developer tweets is relevant for the Python development community?
My intent is not to ask you to subscribe to everything. I just wanted
to list all communication channels and let you make your own choices. And too modest to add self to list of twitter accounts... https://twitter.com/VictorStinner Or did he deemed himself not worthy of beeing followed ? I was tempted to do a joke based on "takes 0 positional arguments but 1 was given"... Much love for the time you take to list all those channels and reach out to the community. -- M
participants (6)
-
Brett Cannon
-
Chris Jerdonek
-
Ethan Furman
-
Matthias Bussonnier
-
Tres Seaver
-
Victor Stinner