python-discord/meta

Resource addition for design patterns in Python

PythonTryHard opened this issue · 0 comments

Resource type

Interactive resource

Pricing

Free

Where can the resource be found?

https://github.com/faif/python-patterns

What sort of content is in the resource? What areas of Python does it cover?

The repository contains a number of sample implementation of design patterns, which I think can be of use to Python programmers with firm grasp on fundamental and are now tackling multi-file projects.

The repository also includes some videos on the topic. I have yet to review the videos due to IRL complications.

Please give any additional information about the resource you think is worth including, as well as any potential limitations

While the repository doesn't replace a proper book on design patterns, it can be:

  • A good aid to those studying them as describing design patterns can create opaque hard-to-digest wall of technical text. Having code to read can help linking definitions offered by the book(s) to ideas that can be internalised.
  • A nice-to-have quick reference.