Install Unity tweak tool
1 | sudo apt-get install unity-tweak-tool |
热爱平淡,向往未知
1 | def two_type(t=1): |
1 | def make_averager(): |
对于数字,字符串,元祖 不可变类型来说,只能读取不能更新。 重新绑定会隐式创建局部变量count.
只有可变变量是可以的。
或者使用nonlocal count, total
1 | def use_logging(func): |
1 | class Foo(object): |
解决:
cmd+], cmd+[
There is an option “unlimited scrollback buffer” which you can find under Preferences > Profiles > Terminal or you can just pump up number of lines that you want to have in history in the same place.
1 | conda create -n py36-test python=3.6 |
1 | export PATH=~/anaconda2/bin:$PATH |