In this video, I will guide you through the use-case of a yield expression that creates a generator to which you can send data and get it processed and yielded back to the caller. This is a shorter video where you will understand how yield expression works and how it can be used in your python code.