Python Forum

Full Version: [Tkinter] Recommended book/online resource?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I need to learn how to write Python apps with GUIs.

Apparently, Tcl/Tk through Tkinter seems easiest since it's already part of Python.

What book or online tutorial would you recommend?

https://www.python-course.eu/python_tkinter.php
https://tkdocs.com/tutorial/index.html
https://docs.python.org/3/library/tk.html

Thank you.
we have a tkinter section list of tutorials
https://python-forum.io/Thread-A-List-of...-Resources
Hi


https://www.python-course.eu/ has a "smell" for showing none idionatic Python at same chapters, so there is a risk that you learn Python in a way you shouldn't write Python (although the programs work).

Regards, noisefloor
Thanks for the infos.