Intro/basic GUI - PyQt with Python GUI Programming tutorial

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=JBME1ZyHiP8



Category:
Tutorial
Duration: 12:56
699,737 views
3,953


PyQT is a Python wrapper around the QT GUI application development framework. To get PyQT, head to: http://www.riverbankcomputing.com/software/pyqt/download

or:
https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/

or do:

sudo apt-get install python-qt4
if you are on mac/linux.

PyQT gives us a wrapper around the various aspects to QT, but is separated in main sections.

Some of these include:

QtCore - non GUI essentials
QtGui - gui essentials

QtNetwork - for any networking like tcp/ip
QtOpenGL - for handling OpenGL, which is pretty awesome
QtSql - for database operations
QtSvg - handling of scalable vector graphics.
QtXML - for handling XML

sample code: http://pythonprogramming.net
http://hkinsley.com
https://twitter.com/sentdex
http://sentdex.com
http://seaofbtc.com




Other Videos By sentdex


2015-06-05Font Widget - PyQt with Python GUI Programming tutorial 11
2015-06-04Drop downs and styles - PyQt with Python GUI Programming tutorial 10
2015-06-03Progress bar - PyQt with Python GUI Programming tutorial 9
2015-06-01Check box - PyQt with Python GUI Programming tutorial 8
2015-05-31Pop up message - PyQt with Python GUI Programming tutorial 7
2015-05-30Toolbar - PyQt with Python GUI Programming tutorial 6
2015-05-29Menubar - PyQt with Python GUI Programming tutorial 5
2015-05-28Button Functions - PyQt with Python GUI Programming tutorial 4
2015-05-27Buttons - PyQt with Python GUI Programming tutorial 3
2015-05-26Application Structure - PyQt with Python GUI Programming tutorial 2
2015-05-25Intro/basic GUI - PyQt with Python GUI Programming tutorial
2015-05-24Exec - Python programming tutorial
2015-05-23Python Eval programming tutorial
2015-05-22Python Pickle Module for saving objects (serialization)
2015-05-21Graphing Live Twitter Sentiment - Language Processing With Python and NLTK p.21
2015-05-20Twitter Sentiment Analysis - Natural Language Processing With Python and NLTK p.20
2015-05-19Sentiment Analysis Module - Natural Language Processing With Python and NLTK p.19
2015-05-18Better training data - Natural Language Processing With Python and NLTK p.18
2015-05-16Investigating Bias - Natural Language Processing With Python and NLTK p.17
2015-05-16Combining Algos with a Vote - Natural Language Processing With Python and NLTK p.16
2015-05-16Scikit-Learn incorporation - Natural Language Processing With Python and NLTK p.15



Tags:
PyQt
Graphical User Interface (Industry)
Python (Programming Language)
Tutorial (Media Genre)
gui
application
app
development
qt
qt4
pyqt4