Data science is an interdisciplinary approach that uses scientific methods, algorithms, and systems to extract meaningful insights from data and apply this knowledge across a wide range of application domains. Data science is closely related to data mining, machine learning, and big data analysis.

Python is one of the most popular languages for data science, and combining it with Qt GUI frameworks like PyQt6 and PySide6 allows you to build powerful interactive desktop applications for data visualization, exploration, and analysis.

Follow these tutorials to learn how to build interactive Data Science applications with Python & Qt.

Explore Data Science

Data Science
Showing articles for All (44) PyQt6 (5) PySide6 (5) PyQt5 (24) Streamlit (1) Tkinter (0) PySide2 (6) Kivy (0)

AttributeError module 'time' has no attribute 'clock'

Fix PyQtGraph 'time.clock' error in Python 3.8+

.ui files with fbs

Published 07.05.2020

The ModelView Architecture in PySide2

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

Displaying Tabular Data in PyQt5 ModelViews

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

Plotting With Matplotlib and PyQt5

Create PyQt5 plots with the popular Python plotting library

Plotting With PyQtGraph and PyQt5

Create Custom Plots in PyQt with PyQtGraph

Embedding Custom Widgets from Qt Designer in PySide2

Learn how to use custom widgets in your PySide2 applications when designing with Qt Designer

Embedding Custom Widgets from Qt Designer in PyQt5

Learn how to use custom widgets in your PyQt5 applications when designing with Qt Designer

The ModelView Architecture in PyQt5

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