Re: [python-tulip] Re: Notes on writing a new official asyncio tutorial

2016-07-22 Thread Andrew Svetlov
Luciano, it's very good that aiohttp is not a part of CPython. It allows me to develop and release the library much faster than CPython is released. aiohttp public API is changing relative fast. We keep backward compatibility for at least one year (with deprecation process, sure) but it's still

Re: [python-tulip] Re: Notes on writing a new official asyncio tutorial

2016-07-22 Thread Yury Selivanov
I recommend to create a new github org -- aio-docs. Let's not bother with github/python org at all. Sent from my iPhone > On Jul 22, 2016, at 3:34 PM, Andrew Svetlov wrote: > > I think https://github.com/python/asyncio-doc with dedicated team for giving > write

Re: [python-tulip] Re: Notes on writing a new official asyncio tutorial

2016-07-22 Thread Andrew Svetlov
I think https://github.com/python/asyncio-doc with dedicated team for giving write access is preferable On Fri, Jul 22, 2016, 15:18 Victor Stinner wrote: > 2016-07-21 17:13 GMT+02:00 Victor Stinner : > > Ok, it's just the 3rd time that someone

Re: [python-tulip] Re: Notes on writing a new official asyncio tutorial

2016-07-21 Thread Rémi Cardona
2016-07-21 17:26 GMT+02:00 Yury Selivanov : > I could actually write a tutorial on how to do that. It would be most useful. I'm sure it'll help attract new users to asyncio. I definitely would have liked having one when I started 6 months ago! > In the meanwhile if you

[python-tulip] Re: Notes on writing a new official asyncio tutorial

2016-07-21 Thread Rémi Cardona
Le jeudi 21 juillet 2016 14:34:16 UTC+2, Victor Stinner a écrit : > > Ideas? > There's definitely room for many docs/tutorials because the asyncio space is so broad. I've been working with asyncio almost daily for the past 6 months (on various internal projects and a little bit on aioamqp