PySide6 Tutorial
PySide, also known as Qt for Python, is a Python library for creating GUI applications using the Qt toolkit. PySide is the official binding for Qt on Python and is now developed by The Qt Company itself. PySide6 is the latest Qt6-based edition of the Python GUI library PySide from The Qt Company.
PySide2 Tutorial
PySide2, also known as Qt for Python, is a Python library for creating GUI applications using the Qt toolkit. PySide2 is the official binding for Qt5 on Python and is now developed by The Qt Company itself. PySide2 is the Qt5-based edition of the Python GUI library PySide from The Qt Company.
Featured articles
PyQt5 Tutorial
PyQt is a Python library for creating GUI applications using the Qt toolkit. Created by Riverbank Computing, PyQt is free software (GPL licensed) and has been in development since 1999. PyQt5 is the Qt5-based edition of the Python GUI library PyQt from Riverbank Computing.
Featured articles
PyQt6 Tutorial
PyQt is a Python library for creating GUI applications using the Qt toolkit. Created by Riverbank Computing, PyQt is free software (GPL licensed) and has been in development since 1999. PyQt6 is the latest Qt6-based edition of the Python GUI library PyQt from Riverbank Computing. It was first released in January 2021.
Featured articles
Tkinter Tutorial
Tkinter is a Python library for creating GUI applications using the Tk toolkit. Tkinter comes bundled with Python on both Windows and macOS. (On Linux, it may require downloading an additional package from your distribution's repo.) Tkinter is a wrapper written around the Tk GUI toolkit. Its name is an amalgamation of the words Tk and Interface.
Streamlit Tutorial
Streamlit is a Python library for creating interactive data applications in the web browser. By combining Streamlit widgets, actions and plots with Python's data ecosystem you can create simple interactive tools for collecting data, peforming analysis and exploring datasets.