随笔分类 -  python

摘要:import re wordname = input("Enter the new Shop Name: ") with open('password.txt','r') as f: lines = f.readlines() for idx,line in enumerate(lines,1): 阅读全文

posted @ 2021-07-09 14:18 星期六男爵 阅读(191) 评论(0) 推荐(0)

摘要:window cmd python -m pip install -U pippython -m pip install -U matplotlib pythcharm--setting中设置,报错ImportError: DLL load failed while importing ft2fon 阅读全文

posted @ 2021-03-17 15:50 星期六男爵 阅读(49) 评论(0) 推荐(0)

该文被密码保护。

posted @ 2019-12-13 18:04 星期六男爵

摘要:https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64.exe 点击,一定勾选环境变量 安装在用的AppData下,可能是隐藏文件。 cmd验证python登录 ###################################### 阅读全文

posted @ 2019-08-27 16:24 星期六男爵 阅读(411) 评论(0) 推荐(0)

摘要:类和函数的区别就是,多一个参数 self, 指对象本身。 实例: 方法: 类的初始化 阅读全文

posted @ 2017-09-16 19:17 星期六男爵 阅读(93) 评论(0) 推荐(0)

导航