[issue27579] Add a tutorial for AsyncIO in the documentation

2016-07-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Ludovic: Thank you for the offer. When I post a proposed text with code to #27546, I will nosy you if you have not already done so by then. Viktor: 'full integration' by adding a tk update in the standard _run_once is not possible as tkinter is not always

[issue27579] Add a tutorial for AsyncIO in the documentation

2016-07-25 Thread Ludovic Gasc
Ludovic Gasc added the comment: Hi Terry, > I don't yet know how to work with git and github. I don't yet know how to work with tkinter and TK. I propose to combine our respective knowledge to improve the documentation together. If you give an all in one python file example with tkinter,

[issue27579] Add a tutorial for AsyncIO in the documentation

2016-07-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: I would like the tutorial to include something like the following. Adding Tkinter GUI to Asyncio Program - Assuming that the tkinter Tk instance is called 'root' and the asyncio loop is called 'loop', add the following

[issue27579] Add a tutorial for AsyncIO in the documentation

2016-07-22 Thread STINNER Victor
STINNER Victor added the comment: The tutorial is happening but outside Python: https://github.com/asyncio-doc/asyncio-doc I suggest to now close this issue. -- ___ Python tracker

[issue27579] Add a tutorial for AsyncIO in the documentation

2016-07-22 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy ___ Python tracker ___ ___

[issue27579] Add a tutorial for AsyncIO in the documentation

2016-07-20 Thread Ludovic Gasc
Changes by Ludovic Gasc : -- nosy: +Ludovic.Gasc ___ Python tracker ___ ___

[issue27579] Add a tutorial for AsyncIO in the documentation

2016-07-20 Thread Yury Selivanov
Yury Selivanov added the comment: I guess someone has to step forward -- i can propose an initial patch with the tutorial. -- ___ Python tracker ___

[issue27579] Add a tutorial for AsyncIO in the documentation

2016-07-20 Thread Stéphane Wirtel
New submission from Stéphane Wirtel: The documentation of AsyncIO is well written for a developer, but it's a reference. We have the description of all the methods, classes, etc... But we want to learn to develop with AsyncIO, it's difficult, because there is no many examples in this