最近reddit有个热帖:Senior Python Programmers, what tricks do […]
Continue reading…
Posts tagged with 'Python'
终端使用技巧
我在github上有一个仓库myrc用来存放自己所有的.xxxrc文件。使用的时候将Linux对应的文件位置软 […]
Continue reading…
Python 实现class_property
Python的property可以让我们很方便地将一个object的函数当做一个属性来操作,可以赋值、读取。 […]
Continue reading…
Python脚本的编码声明
在《Python文件的标准顺序》这篇文章中,介绍了一个Python文件标准的顺序。可以看到,Unix的sheb […]
Continue reading…
参加中国pycon2017
今天一天都在浦软大厦听pycon2017的演讲。一天听下来,觉得还是有收获的,演讲质量好坏不一,挑几个我觉得不 […]
Continue reading…