Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2019-03-24 16:03:13
我的笔记本上有多个python3的版本, 3.5, 3.6, 3.7 都有,我有时候想要在不同的python版本间切换。后来得知有两种办法,第一种方法.1. python[VERION] -m IPython点击(此处)折叠或打开python3.6 -m IPythonPython 3.6.6 (default, Jun 27 2018, 14:44:17) Type ".........【阅读全文】
发布时间:2019-03-20 19:48:26
今天发现了一个奇怪的现象,直接上代码点击(此处)折叠或打开import sysfrom colorama import Fore, Back, Style def print_example(): print(Fore.RED+ "1. This is the first sentence")&nbs.........【阅读全文】
发布时间:2019-03-16 13:55:14
python的getattr 用于normal attribute lookup fails的情况, 例如某 attribute不存在而getattribute 会拦截所有的atttribute lookup 操作,不论这个attribute 存在与否代码更清楚点击(此处)折叠或打开class P: x = 'a' &n.........【阅读全文】
发布时间:2019-03-02 15:47:50
我这里大部分代码出自The Python Master一书。1. 在python的class里面,允许同名的方法存在。但是后定义的方法会覆盖掉先定义的方法.例如:点击(此处)折叠或打开class Dod1: def method1(self):&nb.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com