Linux 环境变量配置 : https://blog.csdn.net/freeking101/article/details/81013045
linux python 永久添加自己的模块路径 添加路径: cd /usr/local/python3/lib/python3.6/site-packages vi my.pth 1 . 临时性添加>>>import sys >>>sys.path.a…
datetime — Basic date and time types:https://docs.python.org/3.8/library/datetime.html
dateutil --- powerful extensions to datetime:https://dateutil.readthedocs.io/en/stable/index.html
Python time 和 datetime 的常用转换处理…