DarkMind Ltd logo

CodeNova

Python Cards Adventure

Pack 7 / Pre-pandas Data Thinking

filtering data

Lesson pack7-2

filtering data

not started

Hook

Filtering means keeping what matches and ignoring the rest.

Use a loop to check each record one by one.

Use if to test whether that record matches your rule.

Matched records can be printed or saved into a new list.

Mini Challenge

Change the code so it prints the name of every game where genre is "action".

Full lesson mode with normal detail.

Code Lab

Try it now

Output updates below

Output

Pixel Farm

Run the code, tweak it, then beat the challenge.