filmov
tv
Build a Mini Search Engine in Python

Показать описание
⭕ 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.
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.
Комментарии