BASIC
- Understand mutable and immutable.
- Knowledge using function map(), filter(), reduce() and using lambda function.
- Know how to use itertools to make code shortest.
- Using generators, iterators to save the memory.
- Familiarity with closures and decorator.
- Knowledge about Websocket.
- Understand memorize-cache.
- Writing code by PEP8.