随笔分类 -  Python

摘要:转载:https://www.cnblogs.com/yun1108/p/8989003.html 原文链接:https://blog.csdn.net/colourful_sky/article/details/76114508 在python中import或者from…import是用来导入相应 阅读全文
posted @ 2020-08-13 15:13 趙 阅读(323) 评论(0) 推荐(0)
摘要:【windows下启动python并查导入模块的路径】 C:\Users\Administrator>python >>> import sys >>> sys.path ['', 'C:\\Windows\\system32\\python27.zip', 'D:\\Python27\\DLLs' 阅读全文
posted @ 2020-01-07 21:03 趙 阅读(146) 评论(0) 推荐(0)
摘要:【Python在Windows上的常见问题】 https://docs.python.org/zh-cn/3/faq/windows.html 阅读全文
posted @ 2020-01-02 11:54 趙 阅读(141) 评论(0) 推荐(0)