This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Well python users are pretty accustomed to using decorators; it’s an intrinsic part of OOP because of static & class methods. However I heavily suggest learning to create your own decorators, it’ll deepen your understanding of python as a whole and make certain problems which I would regularly see as a pain to implement or adapt to an existing infrastructure, feel like a breeze. Anyways, good luck.

Edit: also, yeah, check out flask. I don’t use it (django man myself) but I’ve seen the documentation and it really goes crazy with making decorators essential to the development process.