У нас вы можете посмотреть бесплатно Introducing Duck Typing in Python или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This is a preview of the video course, "Getting to Know Duck Typing in Python." Python makes extensive use of a type system known as duck typing. This system is based on an object’s behavior and interface. Many built-in classes and tools support this type system, which makes them pretty flexible and decoupled. Duck typing is a core concept in Python. Understanding it will give you deeper insight into how the language works and, more importantly, how to use this approach in your own code. This is a portion of the complete course, which you can find here: https://realpython.com/courses/duck-t... The rest of the course covers: What duck typing is and what its pros and cons are How Python’s classes and tools take advantage of duck typing How special methods and protocols support duck typing What the alternatives to duck typing are in Python