.
├── base # Python std lib learning.
├── coroutines # Python coroutines learning, use yield to implement.
├── lib # Python third party lib learning.
├── gists # Python gist code.
└── tools # Some tools wrote by python.