近期学习python的小问题及解决方案
①定义空的二维列表来读取放置文件的内容:
在python中定义二维数组 - woshare - 博客园
https://www.cnblogs.com/woshare/p/5823303.html
②调用电脑功能的sys模块(如打开某文件夹,打开某浏览器网页,打开cmd并执行):
python之sys模块详解 - archie’s - 博客园
https://www.cnblogs.com/Archie-s/p/6860301.html
③python随机数:
玩转 Python 中的随机数
http://baijiahao.baidu.com/s?id=1596465591200328534&wfr=spider&for=pc
④py文件调用/使用另一个py文件:
方法一、
import os
os.system("python filename.py")
方法二:
execfile('xx.py'),括号内为py文件路径;
调用:from xxx import xx
xxx.py xx变量名
Python入门基础之导入问题:from import 与import 详解
https://baijiahao.baidu.com/s?id=1595360515695157210&wfr=spider&for=pc
⑤python字符串基础操作:
Python 字符串操作(截取/替换/查找/分割) - baoendemao - 博客园
https://www.cnblogs.com/baoendemao/p/3804664.html
学习网址:(基础教程)
Python 基础教程 | 菜鸟教程
https://www.runoob.com/python/python-tutorial.html
Python 在线工具 | 菜鸟工具
https://c.runoob.com/compile/6