Python Backend script for Graphic User Interface (GUI) - SQL Functions

preview_player
Показать описание


This is real world example how to design SQLite3 functions for Python application.

By this I try to answer to etudiant edutiand Youtube user.

In this video I demonstrate how to create functions for all GUI buttons (real world example). This is simple SQL type functions and requests to Python database.

For this purpose sqlite3 library is used.

Python GUI buttons that SQL request are created for:
- Add Entry (INSERT) : 4:05
- View (SELECT * from book) : 5:14
- Search (SELECT * from book WHERE ...) : 6:10
- Delete selected (DELETE from book WHERE ...) : 7:48
- Update selected (UPDATE book SET ...) : 8:46

Sorry for watermark in the video, for this time I used trial version of Camtasia...

Best regards
Vytautas
Рекомендации по теме
Комментарии
Автор

I wish you would have finished this tutorial. It was one of the best I've seen that was beginner friendly.

paullong
Автор

That comma tip while deleting is a lifesaver
Thank you very much

jakovljevicdjordje
Автор

Best explanation I have seen regarding sqlite3 yet. Thank you.

StingerSecSol
Автор

Hi, when will you upload the video off you showing how to integrate the back end functions into the application so it works as it should? Please could you upload it? Thank you

harrythompson
Автор

Hi, it would be great of you to upload the following part of the video. Actually, I dont know how to show the different enries in the listbox.

zzssstt_
Автор

Thank you for this tuturial, helped me a lot. When will you have the next video uploaded??

jmarusiak
Автор

Hello, Could you help me find the final video which connect backend and frontend?

AnhTuan-vrld
Автор

Hi, you did a wonderful work. Explained every detail in simple terms easy for us to understand - it shows you know the subject really well and have the skill to teach us. I know that you would be busy with other commitments, and could not upload the next video. Could you please let me know which book I should read to understand further steps in detail in simple terms the way you did... Thanks in advance...

venugopalm
Автор

Thanks a lot this is very useful !! you said to upload the last part this video, will please tell where can i find that?

gayathrisiva
Автор

Great tutorial, thanks for the good job Vytautas.

opiyosebastian
Автор

thanks for the video..real helpful..waiting for the next video of this project

fredrickmrema
Автор

When is the next video to this tutorial going to be released?

garrylane
Автор

i have come Operational error:no such table:books..what can I do..plz help

shraddhakshirsagar
Автор

Where is the followup to this great tutorial

robmanda
Автор

how can we make this for multiple tables in database

aditya.singh
Автор

Thank you for this videos, it helps a lot.

urbanwildcat
Автор

when you will upload the next part of this project?

baljeetkaur
Автор

Hey, Vytautas Bielinskas plz upload the connection scripts of this series ASAP

samirkhanra
Автор

THANK YOU VERY MATCH IT IS HELP ME TO UNDRASTAND THE TKINTER

etudiantetudiant
Автор

does any one have the third video or code?

trunks