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.

Start Streamlit Tutorial

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 was released in 2016 and last updated in October 2021.

Start PyQt5 Tutorial

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.

Start PySide2 Tutorial

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.

Start Tkinter Tutorial

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. The latest version PyQt6 -- based on Qt 6 -- was released in 2021 and the library continues to be updated.

Start PyQt6 Tutorial

Showing articles for All (155) PyQt6 (33) PySide6 (31) PyQt5 (35) Streamlit (3) Tkinter (11) PySide2 (31) Kivy (3)

Creating your first app with PySide6

A simple Hello World! application with Python and Qt

PySide6 Widgets

Using QPushButton, QCheckBox, QComboBox, QLabel, QSlider and more widgets in your Python GUI apps

PyQt6 Widgets

Using QPushButton, QCheckBox, QComboBox, QLabel and QSlider widgets

Animations and Transformations With QtQuick in PyQt6

Building an animated analog clock in QML with rotations and spring animations

Animations and Transformations With QtQuick in PyQt5

Building an animated analog clock in QML with image rotations and spring animations

Multithreading PyQt6 applications with QThreadPool

Run background tasks concurrently without impacting your UI

First Steps With Qt Designer and PyQt6

Use Qt Designer's drag and drop interface to design your PyQt6 GUI

First Steps With Qt Designer and PySide6

Use Qt Designer's drag and drop interface to design your GUI

Packaging PyQt5 applications into a macOS app with PyInstaller

Turn your PyQt5 application into a distributable macOS .app bundle

Create Applications with QtQuick in PyQt6

Build modern applications with declarative QML

Create Applications with QtQuick in PyQt5

Build modern applications with declarative QML

Sorting & filtering Qt Model Views

Using QSortFilterProxyModel to filter and sort data in PyQt5

Sorting & filtering Qt Model Views

Using QSortFilterProxyModel to filter and sort data in PyQt6

The ModelView Architecture in PySide6

Qt's MVC-like interface for displaying data in views

Displaying Tabular Data in PyQt6 ModelViews

Create customized table views with conditional formatting, numpy and pandas data sources.

Displaying Tabular Data in PySide2 ModelViews

Create customized table views with conditional formatting, numpy and pandas data sources.

Displaying Tabular Data in PySide6 ModelViews

Create customized table views with conditional formatting, numpy and pandas data sources.

Creating Searchable Widget Dashboards in PyQt6

Make dashboard UIs easier to use with widget search & text prediction

Packaging PyQt6 applications into a macOS app with PyInstaller

Turn your PyQt6 application into a distributable macOS app bundle

Laying Out Your PyQt6 GUIs With Qt Designer

Use Qt Designer to effortlessly build your application UI

Animating Custom Widgets With QPropertyAnimation in PyQt5

Add dynamic visual effects and smooth animations to your custom PyQt5 widgets

The QResource System in PySide2

Using the QResource system to package additional data with your applications
1 2 3 4 5 6