You know several design patterns;
Have you understood encoding and decoding;
The pros and cons of list comprehension and generator;
What is a decorator; if you want to decorate after a function, what should be done;
Hand-write a singleton pattern implemented using decorators;
What is the difference between a singleton using a decorator and a singleton using other methods in subsequent use;
Handwriting: regular email address;
Introducing garbage collection: reference counting/Generational collection/Isolated reference ring
The difference between multi-process and multi-thread; what is suitable for CPU-intensive;
There are several ways of process communication;
Introduce the coroutine, why it is faster than the thread;
The difference between range and xrange (my sister’s py3...);
Author: Love techniques fairy sauce
Link: https://www.jianshu.com/p/de345e713f4c
Source: Brief Book
The copyright belongs to the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
Recommended Posts