🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige links
medium

Python List Filtering

#python #coding #scripting

Create a Python script to filter a list of dictionaries based on specific criteria.

Given a list of employee dictionaries with keys 'name', 'department', and 'salary', write a Python list comprehension that creates a new list containing only the names of employees in the 'Sales' department who earn more than 50000.