Python Forum
Descriptor Protocol, classmethod and staticmethod Tutorial - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Tutorials (https://python-forum.io/forum-4.html)
+---- Forum: Tutorial Requests and Submissions (https://python-forum.io/forum-21.html)
+---- Thread: Descriptor Protocol, classmethod and staticmethod Tutorial (/thread-20386.html)



Descriptor Protocol, classmethod and staticmethod Tutorial - pyphone7 - Aug-08-2019

https://www.youtube.com/watch?v=ovsvGtWD90Y


RE: Descriptor Protocol, classmethod and staticmethod Tutorial - DeaD_EyE - Aug-08-2019

Which IDE is this?


RE: Descriptor Protocol, classmethod and staticmethod Tutorial - snippsat - Aug-10-2019

(Aug-08-2019, 01:30 PM)DeaD_EyE Wrote: Which IDE is this?
It's VS Code,i have a tutorial here where going trough setup stuff up for Python.


RE: Descriptor Protocol, classmethod and staticmethod Tutorial - ThomasL - Aug-10-2019

If you want to go even deeper into this have a look here: "It's Pythons All The Way Down: Python Types & Metaclasses Made Simple" - Mark Smith (PyCon AU 2019)