Python
泰勒朗斯
人,可以痛苦,可以失意,可以疯狂的爱,可以恣意的恨,却别忘了行程,别忘记赶路。
展开
-
python中使用DeprecationWarning
【代码】python中使用DeprecationWarning。原创 2023-07-05 14:37:27 · 654 阅读 · 0 评论 -
python pip 打开报错3.7安装mysql
python -m pip原创 2019-11-19 16:27:04 · 369 阅读 · 0 评论 -
人脸识别OPENCV
#!/usr/bin/python # -*- coding: UTF-8 -*- # 文件名:test.py import os fb=open ("a.txt","w+") with open("at.txt",'r') as alc: i=0 for line in alc: print(line.strip()) line=line.st...原创 2019-11-15 13:42:54 · 132 阅读 · 0 评论 -
Python 编码规范(Google)
https://www.runoob.com/w3cnote/google-python-styleguide.html原创 2019-10-10 10:58:17 · 261 阅读 · 0 评论
分享