摘要:
在安装一些python的库的时候,经常会碰到这样的错误,例如在使用指令pip insall tensorlayer时,会出现如下的报错: Cannot uninstall 'scikit-learn'. It is a distutils installed project and thus we 阅读全文
摘要:
- 小括号具有最高优先级 ** 指数最高优先级 is is not 身份运算符 in not in 成员运算符 not or and 逻辑运算符 在python里面小一点的数字-5 -256之间就都是指向同一个内存的,解释器对他们最单独的处理,放进 固定的内存里面,不因每次运行而变化 阅读全文