Python Usage and High Performance Tips Summary
https://codelink.ai/blog/python/python-usage-and-high-performance-tips-summary/
1. confusing operations
This section compares some of Python's more confusing operations.
1.1 Random sampling with and without put-back
import random
random.choices(s...
blog.codelink.ai9 min read