Python Forum
i have not decided which API to use - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: i have not decided which API to use (/thread-41904.html)



i have not decided which API to use - Skaperen - Apr-05-2024

i have not decided which GUI API to use in Python. i am at the stage where having some single-purpose code examples would be helpful. sources of example code seem to all be focused on a single API like Tkinter. so what i am looking for is a site with Python3 examples for a variety of toolkits/APIs. there's still too much Python2 code out there. please do not to offer me your sample code unless you have mad this wonderful website i want to find. no videos or podcasts, please.


RE: i have not decided which API to use - Axel_Erfurt - Apr-05-2024

for PyQt6 / PySide6 with python3

https://zetcode.com/pyqt6/
https://doc.qt.io/qtforpython-6/examples/index.html


RE: i have not decided which API to use - Skaperen - Apr-14-2024

quite a variety of tutorials there at zetcode.com. and plenty at doc.qt.io. thanks for the links.


RE: i have not decided which API to use - CaseySullivan - Apr-17-2024

Thank you so much for the information.