SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы
НазадМетки: python
Alex Martelli’s Video Lectures on Design Patterns in Python: http://www.catonmat.net/blog/learning-python-design-patterns-through-video-lectures/
Footnotes
[1] | From Mark Johnson. |
[2] | But be warned: the examples are in C++. |
[3] | This list includes suggestions by Kevlin Henney, David Scott, and others. |
[4] | A free email publication. See www.BruceEckel.com to subscribe. |
[5] | This idea is generally attributed to Antoine de St. Exupery from The Little Prince: “La perfection est atteinte non quand il ne reste rien à ajouter, mais quand il ne reste rien à enlever,” or: “perfection is reached not when there’s nothing left to add, but when there’s nothing left to remove”. |
[6] | From an email from Kevlin Henney. |