Pythonic code: Tip 4 Processing large data sets with yield and generators

Опубликовано: 12 Август 2016
на канале: Michael Kennedy
7,275
129

Any time you are writing a method that returns a sequence (especially if that sequence is a list), I recommend you pause and think whether that method should actually be a generator. They can add tremendous flexibility and performance to your app.

What's a generator? Well, with regard to methods, it involves the keyword yield rather than return keyword in Python. The best way to describe how yield works is to write a method which is NOT a generator.

This video will show you how it works.


На этой странице сайта вы можете посмотреть видео онлайн Pythonic code: Tip 4 Processing large data sets with yield and generators длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Michael Kennedy 12 Август 2016, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 7,275 раз и оно понравилось 129 зрителям. Приятного просмотра!