随笔分类 - Python
摘要:from concurrent.futures.thread import ThreadPoolExecutor from concurrent.futures.process import ProcessPoolExecutor from multiprocessing import Manage
阅读全文
摘要:国内源 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:https://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:htt
阅读全文
摘要:#内建函数:>其他相关 不建议
阅读全文
摘要:Python 变量的三个特征(重点)id:type:value: python自动的垃圾回收机制垃圾:值身上的引用计数为0增加引用计数x=1y=x减少引用计数x='egon'del y # 删除y与1的绑定关系 x=1y=1(python优化)id(x)=id(y) 变量的命名规范?#1. 变量名只
阅读全文

浙公网安备 33010602011771号