Build a Mini Search Engine in Python

preview_player
Показать описание
⭕ Overview
In this lesson, I'll guide you through writing a Python program to build a list of dictionaries. Each dictionary will represent an employee with keys for the first name, last name, email, and company salary, as shown in a sample table.

By the end of this tutorial, you'll have a functional Python program that reads data from a CSV file, organizes it into dictionaries, and performs efficient searches, enhancing your data handling and programming skills.

Bug: There’s a bug at 17:35
We need to break out of the loop after line #40 once a match is found, otherwise it could append multiple copies of the same person.

If you find this video helpful, please give it a thumbs up, share it with your friends, and subscribe to my channel for more tutorials and insights into programming. Your support helps me create more content to assist you in your learning journey. Thank you for watching!

⭕ Chapters
0:00 - Introduction

⭕ About me

⭕ My complete online training courses:

⭕ Check out my book:
Developing Business Applications for the Web: With HTML, CSS, JSP, PHP, ASP.NET, and JavaScript is available on Amazon and MC Press.
Рекомендации по теме
Комментарии
Автор

At 17:35 - There’s a bug. We need to break out of the loop after line #40 once a match is found, otherwise it could append multiple copies of the same person.

ChristianHur
Автор

very good, sir. next I want you to make something similar but with the addition of a GUI and with larger data for example like a database or higher, I will turn on my notifications for any time, thank you sir

vvergil
Автор

can you tell me how to split and strip the values in Visual Studio Code?

zorigugu
welcome to shbcf.ru