摘要:
time 1. Python中表示时间的方式 l 时间戳 l 格式化的时间字符串 l 元组(struct_time)共九个元素。由于Python的time模块实现主要调用C库,所以各个平台可能有所不同。 2. UTC、时间戳、元组 l UTC(Coordinated Universal Time,世 阅读全文
摘要:
conda模块:1、配置镜像:conda config --set show_channel_urls yes Linux:vim ~/.condarc Windows:文件在 C:\Users\你的用户名\.condarc 如果没有.condarc文件,可以先执行conda config --se 阅读全文
摘要:
一、os 1、os.pardir #获取当前目录的父目录字符串名:('..') 2、os.mkdir('dirname') #创建单级目录;相当于shell中mkdir dirname 3、os.makedirs('dirname1/dirname2') #创建多级目录 4、os.removedir 阅读全文
摘要:
pip模块 Usage: pip <command> [options] Commands: install Install packages. download Download packages. uninstall Uninstall packages. freeze Output insta 阅读全文