[issue30145] Create a How to or Tutorial documentation for asyncio

2018-05-25 Thread Yury Selivanov
Yury Selivanov added the comment: Closing this issue. I'll open a new one for the planned asyncio docs overhaul. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-05-31 Thread Yury Selivanov
Yury Selivanov added the comment: > I can experiment with memcached as well but I think this proposal is a good > idea and would work well with Redis. I like it! Let's use Redis as an example. Please open an issue at asyncio-docs to discuss the details. --

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-05-31 Thread Yury Selivanov
Yury Selivanov added the comment: I propose to start using the issues [1] as there are so many topics we'll have to discuss. Feel free to create new issue for whatever idea you have! [1] https://github.com/asyncio-docs/cpython-aiodocs/issues --

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-05-31 Thread Yury Selivanov
Yury Selivanov added the comment: I've created a repo for discussing and making next version of asyncio docs: https://github.com/asyncio-docs/cpython-aiodocs. Feel free to join! -- ___ Python tracker

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-05-31 Thread Eric Appelt
Eric Appelt added the comment: > 2b - I propose to take a simple protocol like Memcache or > Redis and simply implement it using the streams API. We’ll only > need two methods: set and get; and in the end we’ll teach the user > how things really work and how to design async APIs. I decided to

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-05-26 Thread Eric Appelt
Changes by Eric Appelt : -- nosy: +Eric Appelt ___ Python tracker ___ ___

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-05-26 Thread Yury Selivanov
Yury Selivanov added the comment: A while ago, Eric Appelt stepped forward to help with the asyncio documentation. Here's my response to his email in which we discuss the direction for the new docs. On May 24, 2017 at 1:04:56 PM, Eric Appelt (eric.app...@gmail.com) wrote: > Hi Yury, > > I

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-05-07 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-05-01 Thread STINNER Victor
STINNER Victor added the comment: Le 1 mai 2017 19:06, "Mariatta Wijaya" a écrit : Mariatta Wijaya added the comment: Sounds great! Thanks, Yury! Victor, do you think it's worth including a link to http://asyncio.readthedocs.io/en/latest/ somewhere in the docs, if we

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-05-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Sounds great! Thanks, Yury! Victor, do you think it's worth including a link to http://asyncio.readthedocs.io/en/latest/ somewhere in the docs, if we haven't already? -- ___ Python tracker

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-04-30 Thread Yury Selivanov
Yury Selivanov added the comment: > The problem is that Python stdlib is quite limited: no HTTP, no SQL client, etc. An external tutorial can use 3rd party modules like aiohttp. Even without aiohttp we can show how to use asyncio correctly. I agree with Mariatta that we should have a tutorial

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-04-30 Thread STINNER Victor
STINNER Victor added the comment: Mariatta Wijaya added the comment: I think it will still be useful to have an authoritative tutorial within CPython docs. The problem is that Python stdlib is quite limited: no HTTP, no SQL client, etc. An external tutorial can use 3rd party modules like

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-04-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I think it will still be useful to have an authoritative tutorial within CPython docs. -- ___ Python tracker ___

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-04-30 Thread Martin Panter
Martin Panter added the comment: See Issue 27579, where Victor wanted to focus on outside of Python. -- nosy: +haypo, martin.panter ___ Python tracker

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-04-28 Thread Yury Selivanov
Yury Selivanov added the comment: Yes, this is a very longstanding open issue. I've already discussed this with Guido many times, and even found someone to help us. Will try to kickstart the project this weekend. -- ___ Python tracker

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-04-28 Thread Ivan Levkivskyi
Changes by Ivan Levkivskyi : -- nosy: +levkivskyi ___ Python tracker ___ ___

[issue30145] Create a How to or Tutorial documentation for asyncio

2017-04-23 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: We could use a How To or a tutorial for asyncio in the docs. -- assignee: docs@python components: Documentation, asyncio messages: 292168 nosy: Mariatta, docs@python, yselivanov priority: normal severity: normal status: open title: Create a How to or