Python (PyHacks) - Sets

preview_player
Показать описание
This tutorial shows you how to work with set data structures. I use these on occasion for creating unique lists, and they can be powerful for that.

Рекомендации по теме
Комментарии
Автор

I'm enjoying the pace and delivery of these python videos, thanks. Just to mention that you have mis-represented what the set union does, it doesn't require the same number of members in each set and doesn't really have any relationship to indexing unless I am missing some nuance - it's hard to get everything right on live video and it got me thinking, but just mentioning in case anyone is confused.

KevinGee-videos