python
文章平均质量分 76
一千零一夜_
学无止境,一千零一夜,大存的成神之路
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python下载wheel并安装
idna==3.4则兼容红色加粗字体版本的wheel。原创 2024-01-04 11:05:51 · 2994 阅读 · 1 评论 -
pycharm 包下载源设置
https://pypi.python.org/simplehttp://mirrors.aliyun.com/pypi/simple/https://pypi.tuna.tsinghua.edu.cn/simple/https://pypi.mirrors.ustc.edu.cn/simple/原创 2020-05-27 09:37:42 · 3055 阅读 · 1 评论 -
Python 数字列表转字符串及字符串转列表
一、新建文件并将数字列表写入file = open('hello.txt','a+',encoding='utf-8')string_num = [0x12,0x34]file.write(str(string_num))file.close()print(file)二、打开文件并取出数字with open ("hello.txt",'r') as file: string = file.read()num = list(string.strip('['+']').sp原创 2020-05-08 22:43:07 · 1954 阅读 · 0 评论 -
Python3.7安装PyQt5的方法
Python3.7安装PyQt5的方法一、系统环境 操作系统:Win7 64位 Python Version:3.7二、安装参考 方法1:pip install PyQt5 方法2:下载whl安装包安装 a.下载网址:https://pypi.python.org/pypi/PyQt5...转载 2020-04-22 22:34:44 · 4043 阅读 · 0 评论
分享