[Python-Dev] Drop/deprecate Tkinter? (original) (raw)
Wes Turner wes.turner at gmail.com
Thu May 3 20:58:28 EDT 2018
- Previous message (by thread): [Python-Dev] Drop/deprecate Tkinter?
- Next message (by thread): [Python-Dev] Drop/deprecate Tkinter?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thursday, May 3, 2018, Steven D'Aprano <steve at pearwood.info> wrote:
On Thu, May 03, 2018 at 07:39:05AM +0200, Matěj Cepl wrote:
> I have my doubts about IDLE though. I know, the same > argument applies, but really, does anybody use IDLE for > development for long time Yes, tons of beginners use it. On the tutor and python-list mailing lists, there are plenty of questions from people using IDLE.
Turtle is built with Tkinter: https://docs.python.org/3/library/turtle.html
IIRC, I used IDLE when first learning Python. Dive Into Python 3 recommends IDLE. http://www.diveintopython3.net/installing-python.html#idle
Hopefully this bug is fixed by someone.
PyQt and PySide:
- are more accessible to screen readers
- support QThread, QThreadPool, QRunnable
- quamash is an asyncio event loop with/for Qt
- PyQtGraph
-- Steve
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/ wes.turner%40gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180503/c030e448/attachment.html>
- Previous message (by thread): [Python-Dev] Drop/deprecate Tkinter?
- Next message (by thread): [Python-Dev] Drop/deprecate Tkinter?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]