Question: Design, implement and test a Python program allowing users to - Process a file of baby names ( attachment ) and create a master list

Design, implement and test a Python program allowing users to -
Process a file of baby names (attachment) and create a master list
Allow user to search the names from the master list (using criteria such as) by
gender, exact match, starting with, or your search criteria
Gender: Boy, Girl, or All
For ease of programming, I only specify the above three genders
Exact match: a name such as JoAnn
Starting with: Jo
Any name that begins with Jo, such as John, or Joy Requirements -
Create a menu driven program allowing a user to -
Create a master list of names
Search for names as specified
You are building a mini search engine. It should work similar to
the way you use Google
Output
Display a list of matching names
Python Expectations
Functions must be utilized
Concepts that you have learned
Concepts Utilized in Project
Previously covered course topics
File processing
Lists
Functions
Dictionaries
 Design, implement and test a Python program allowing users to -

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!