Filtre Dict par List of Keys Python

dict_you_want = { your_key: old_dict[your_key] for your_key in your_keys }
Stupid Stork