Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Python Interfaces - Understanding Informal Interfaces в хорошем качестве

Python Interfaces - Understanding Informal Interfaces 10 месяцев назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Python Interfaces - Understanding Informal Interfaces

This is a preview of the video course, "Python Interfaces: Object-Oriented Design Principles." Interfaces play an important role in software engineering. As an application grows, updates and changes to the code base become more difficult to manage. More often than not, you wind up having classes that look very similar but are unrelated, which can lead to some confusion. This is a portion of the complete course, which you can find here: https://realpython.com/courses/interf... The rest of the course takes you through how to: Understand how interfaces work and the caveats of Python interface creation Comprehend how useful interfaces are in a dynamic language like Python Implement an informal Python interface Use abc.ABCMeta and @abc.abstractmethod to implement a formal Python interface

Comments