Python filter method allows us to convert an iterable to another, by filtering only relevant items in input iterable, based on the provided argument # 1 which is referred to as a filter function.
Other video links:
1. Python Iterator, Iterable in Hindi : https://youtu.be/_Vx8HQoY_cw
2. Python Generator Functions in Hindi: https://youtu.be/-ml3HDkYSoA
3. Python itertools in Hindi: https://youtu.be/LQprvWI4Pck
4. Python lambda function : https://youtu.be/cfWW4M62JCc
5. Python map function : https://youtu.be/D493ixs9ZYY