随笔分类 -  python road(for AI dream

mac subl执行命令行
摘要:在macOS Sierra10.12.6,路径应该是这个 (note: 官网说的不对,https://www.sublimetext.com/docs/3/osx_command_line.html 正确路径参考自: https://stackoverflow.com/questions/32915 阅读全文

posted @ 2019-08-17 03:47 鸣动我心 阅读(426) 评论(0) 推荐(0)

python 环境切换
摘要:参考自:https://blog.csdn.net/Tyro_java/article/details/78510301 用的homebrew,BerkeleyCS61B课堂老师推荐https://sp19.datastructur.es/#cal 1.打开文件(空的就直接写) vi ~/.bash 阅读全文

posted @ 2019-08-17 03:01 鸣动我心 阅读(1119) 评论(0) 推荐(0)

dealing format from kindle to evernote
摘要:reference here Finally, finish it, though it's not perfect. Hope it also helps you. I had a reference from the link. Finishing this, it really saves m 阅读全文

posted @ 2018-08-04 19:26 鸣动我心 阅读(159) 评论(0) 推荐(0)

python批量重命名文件
摘要:有点复杂, 我的第一个python程序, 想想还是有点激动的..用的Sublime Test开发的, 其实是根据百度百科改的 参考这里 各种搜索结论: 1.#coding:utf-8不能少 2.filelist=""先定义 3.def rename():#后面冒号表示定义的方法名字 4.虽无{}, 阅读全文

posted @ 2018-01-23 19:13 鸣动我心 阅读(329) 评论(0) 推荐(0)