Python Tutorial: Fetch Data SQLite3 + Dropdown Search Box

preview_player
Показать описание
In this Python tutorial, we'll look at fetching data asynchronously from a SQLite3 database and displaying it within a drop down search box. As a user types characters, the logic filters the data from the database to display only the names that contain the user input character string.

An advanced overview of Async. SQLite3 Querying:

Support the channel and get exclusive material:

#python #tutorial
Рекомендации по теме
Комментарии
Автор

what if we also want to choose one of the results?

xrhstos
Автор

Very very excellent, thank you!
But now - version 1.0. UserControl is deprecated. what did?

turkyou
Автор

Hi! I have a question. How can i have a second window for live viewing? I am using the vscode.

kyprosandreou
Автор

Hi bro, i hope you can give me some help on flet, i want to make a list view and for each item i want it can be clicked and connect to the same receiver function, now the question is in the receiver func enent.data is always empty, how can i know which item sent the signal ?

hczilep
Автор

Hello! Your video is very good! I want to make you a query.
Context first: I have a list of rows that are the results of a search using a text field. In practice, I should be able to click on one of the results (1 row specifically) and it will give me all the information corresponding to that particular result. When there is only one result, everything is fine. The problem I have is when there is more than one result. The rows are generated inside a For loop, when I "export" the information for the row I clicked on, instead of giving me that information I clicked on, it gives me the last element of the For loop, which doesn't match the Row I clicked on.
Can you help me? I understand that it's a simple problem of not being able to identify an element within an iterator like For, but I haven't been able to fix it. I already tried using indexes inside the For iterator but it didn't work as expected.
I am looking forward to your response. Greetings from Argentina!

alejandropoos
Автор

Amazing tutorial! Btw I'm wondering why the self.leave(e) in 45:18 in line 102 doesn't work on my PC. Pycharm terminal said that "AttributeError: 'DropdownSearchBar' object has no attribute 'leave' "

blliblli
Автор

i dont undersand how he filters the data :c

fiuzzzzlmao
Автор

Please share the gihub repo or link to code.

kukilp
Автор

NYC if use these content in DATATABLE widget please make a video

SHEERAZ-ALI
Автор

Thank you For thise Videos
If you add this content to your project Data_Table that would be great

Younes_SBIA