I created a new series called TL;DS (Too Long; Didn't Study), where I try to explain a topic in the shortest amount of time. Since many people have short attention spans, a short tutorial with a lot of information may maximize learning.
In this video, I explain how decorators work. Decorators can be used for building web-server engines and/or used to expand upon other projects. A decorator can modify the arguments of a function and gather info from those arguments for other purposes.
I'm looking for feedback on this series, because I believe I could help a lot of people!