pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
问题来源于一个QQ群友的提问,顺着问题我看了下Typing中overload的使用。
> 关于Python中的metaclass(元编程),type,type.__new__动态创建类的使用,读懂这篇文章,你就会了。
> 一则来自django-redis的报错:TypeError: can't pickle odict_keys objects
python星号表达式 (star expressions)是今天在2013新版的《python cookbook》中看到的第一个例子,这本书是基于Python3.3的。