EV Startup Ecosystem
📖 Scenario: You are exploring the electric vehicle (EV) startup ecosystem to understand how new companies contribute to the growth of clean transportation.
🎯 Goal: Create a simple data structure listing EV startups, add a filter for startups founded after 2015, extract their names, and finalize the list for presentation.
📋 What You'll Learn
Create a dictionary called
ev_startups with startup names as keys and founding years as valuesCreate a variable called
year_threshold set to 2015Use a dictionary comprehension to create
recent_startups with startups founded after year_thresholdCreate a list called
startup_names containing only the names of the recent startups💡 Why This Matters
🌍 Real World
Understanding the EV startup ecosystem helps investors, customers, and policymakers track innovation and market trends in clean transportation.
💼 Career
Data handling and filtering skills are essential for roles in market research, business analysis, and technology scouting in the EV industry.
Progress0 / 4 steps