Career Opportunities in Drone Technology
📖 Scenario: You are working for a drone company that wants to organize information about different career roles in drone technology. Each role has a name and a brief description of what it involves.
🎯 Goal: You will create a dictionary to store drone career roles and their descriptions, set a filter to find roles related to a specific keyword, extract those roles using a dictionary comprehension, and finally display the filtered roles.
📋 What You'll Learn
Create a dictionary called
drone_careers with exact role-description pairsCreate a variable called
keyword with the exact string to filter rolesUse a dictionary comprehension to create
filtered_careers with roles whose descriptions contain the keywordPrint the
filtered_careers dictionary💡 Why This Matters
🌍 Real World
Organizing and filtering career information helps companies and job seekers find relevant roles in drone technology.
💼 Career
Understanding how to manage and filter data structures is important for roles in software development and data analysis within the drone industry.
Progress0 / 4 steps