文件名称:matlab查看qr分解函数源码-hello-py:学习Python库的一些helloworld程序
文件大小:1.72MB
文件格式:ZIP
更新时间:2024-06-08 13:40:42
系统开源
matlab查看qr分解函数源码 hello-py 能够封装函数就封装函数,不要只顾着自嗨 start python Add lib info by fabric pip install fabric use fabric to install other lib and doc it fabfile.py from fabric.api import local def install(): local('pip install arrow') # arrow python时间库 fab install jupyter 用nbviewer和github结合看ipynb那叫一个爽啊 nbviewer:https://nbviewer.jupyter.org/ github/用户名/项目名:github/shikanon/MyPresentations/ 路径:blob/master/DeepLearning/LearnOfDeepLearning.ipynb time test 可以考虑用tdd方式写通用工具库 力挺py.test py2 to py3 自带2to3 -w xxx.py