Python
Write an awesome doc for Python. A very nice an practical one extracted from Python official documentation.
View on GitHub
Some Hot Tips
Unpacking an object
Thread-Safe Singleton Pattern in Python
.
Example:
./examples/thread-safe-singleton-pattern.py
.
Retry helper function
.
Strongly typed python codebase
.
Multiprocessing
.
Multithreading
.
Testing
.