#2 Python QT Charts | Creating And Customizing Charts | Graphs | Pyside | PyQt | Interface Design

preview_player
Показать описание
Design a beautiful interface then add and animate QT Charts and graphs using:
Qt Designer
PySide/PyQt
QT Custom widgets module
CSV file to read charts/graphs data
Json file to Style and animate the UI

This tutorial is useful for your data science project, data presentation, and analysis.

In this part #2 we are going to finalize on UI design in QT Designer then we'll add the charts/graphs and also read, analyze and present CSV data.

Resource files:

Download the full source code

Other Links:

Partial Functions in Python:

#dataScience #qt #charts #graphs #GUI #modernDesign #python

Track Name. Innovation

-----------------------------------------------------------------------------------------------------------------------------------------
MAKE YOUR CONTRIBUTIONS
--------------------------------------------------------------------------------------------------------------------------------------
Send Me A Cup Of Coffee
Support Me
I use Payoneer to send and receive money online:
-----------------------------------------------------------------------------------------------------------------------------------------
IMPORTANT LINKS / LINK MUHIMU
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Cara, seus tutoriais são muito bons. Muito obrigado por compartilhar eles com a gente. Seus tutoriais irão me ajudar muito nos meus projetos em PyQt5. Mais um vez, muito, muito obrigado! Ganhou mais um inscrito :) Abraços de Brazil.

rodrigopaiva
Автор

Thnk you very very much for this amezing qt5 tutorial series. Because of your hard work, I am able to create a beautiful and responsive GUI and now i confidently write qt5 in my resume. Again thnks sir, and excitingly waiting for your app development series. ❤️

chauhandharmraj
Автор

Awesome! Is it possible to migrate this to c++? I'm developing GUI in Qt Creator but with c++ and would like to follow some of the things you did but not sure if they can be applied in c++.

juanfelipegiraldoc.
Автор

How do you get "getattr(self.ui, x).setGraphicsEffect(effect)" to work for you? So far, when I hover setGraphicsEffect, it says "(function) setGraphicsEffect: Any" and not sure what I should do. Also, I'm currently using PyQt5 on Python 3.11.

theoneandonly
Автор

anyway to set axis label display when a range has 1000 or 1 million? 1000 = 1K 1 million = 1M ?

kuyamongdev
Автор

Unable to find the source code!! Would you please upload it again?

devendraikkurthi
Автор

Can you please make a video explaining in detail how qpainter works?

manjunathneelmath
Автор

Excuse me sir. I have a question. Can you build Qt chart (qlineseries) real-time data/update data to plot?. I try but don't work.

novitasihombing
Автор

can list append ?
getattr(self, "set"+str(x)).append(wealth[x])

bsgaming_adda
Автор

i can't find the code of this app,

Math-rgee
Автор

i am following your series of qt with charts and i am stuck at this point i am having one error in from custom_widgets.widgets import *, , error is following
"from collections import Mapping, Sequence
ImportError: cannot import name 'Mapping' from 'collections'

please help me solve it..

jaydevsinhzankat