随笔分类 - python
python
摘要:adbutils==0.3.4aliyun-python-sdk-core-v3==2.11.0allure-pytest==2.8.6allure-python-commons==2.8.6amqp==2.3.2aniso8601==4.0.1ansi2html==1.4.2anyjson==0.
阅读全文
摘要:Python学习遇到小问题:ModuleNotFoundError: No module named ‘pip’今天想要装一下wxPython第三方库来写一下Python的GUI的时候发现cmd窗口下无法执行pip命令,想了想昨晚好像是pip命令行提示了我有新版本可以更新使用,更新之后也不成功,但昨
阅读全文
摘要:运行pip.exe freeze > requirements.txt,在路径D:\Python37\Scripts下会生成一个requirements.txt的文件 注意:文件名必须是requirements.txt 运行命令:pip.exe install -r D:\Python37\Scri
阅读全文
摘要:from faker import Fakerimport pandas as pdfrom urllib import parsefrom pymongo import MongoClientimport pymysqlclass Create_Data(object): def __init__
阅读全文