Tag: Python
-
A bite of Python list pop
Avoid using
pop(0)
and usecollections.deque
instead! -
Longest Substring Without Repeating Characters
The last few days I spend some time on LeetCode, and I decide to write something about it, and this should be the start.
-
随机生成好看的颜色
在做identicons的时候, 需要为图标设置颜色,一开始做的时候就想着随机生成一种颜色,这还不简单,分分钟搞定:
-
Identicons
A simple implementation of identicon. It looks simple but cute, have nice random color.