โ๏ธ ๐๐๐ ๐บ๐ฒ ๐ฎ ๐ฐ๐ผ๐ณ๐ณ๐ฒ๐ฒ: To support the channel and encourage new videos, please consider buying me a coffee here: https://ko-fi.com/bugbytes โญTop resource to learn Python - https://datacamp.pxf.io/kOjKkV โญ In this video, we'll dive further into PyQt6 and look at how to integrate our desktop apps with a local relational/SQL database. We'll see how to create a Form that allows new entries to be added to the database, and how to create a Table that displays existing database entries. ๐ ๐๐ต๐ฎ๐ฝ๐๐ฒ๐ฟ๐: 00:00 Intro 00:30 QtSql module in PyQt6 01:38 Creating SQLite database 03:13 Create connection to database with PyQt6 08:36 Creating MainWindow in the PyQt6 application 11:48 Create Todo Form widget in PyQt6 18:47 Adding QTableWidget of existing Todo items 21:58 Adding to database when form is submitted 27:19 Updating QTableWidget on submit 34:30 Populate QTableWidget with database items on load ๐ฆ๐ผ๐ฐ๐ถ๐ฎ๐น ๐ ๐ฒ๐ฑ๐ถ๐ฎ: ๐ Blog: https://bugbytes.io/posts/ ๐พ Github: https://github.com/bugbytes-io/ ๐ฆ Twitter: https://twitter.com/bugbytesio ๐ ๐๐๐ฟ๐๐ต๐ฒ๐ฟ ๐ฟ๐ฒ๐ฎ๐ฑ๐ถ๐ป๐ด ๐ฎ๐ป๐ฑ ๐ถ๐ป๐ณ๐ผ๐ฟ๐บ๐ฎ๐๐ถ๐ผ๐ป: QtSql module: https://www.riverbankcomputing.com/static/Docs/PyQt6/api/qtsql/qtsql-module.html#qtsql VSCode SQLite extension: https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite QTableWidget: https://www.riverbankcomputing.com/static/Docs/PyQt6/api/qtwidgets/qtablewidget.html#qtablewidget PyQt6 reference guide: https://www.riverbankcomputing.com/static/Docs/PyQt6/ #python #pyqt #pyqt6