实用系列,相关链接
主要记录本人学习以来访问比较高频的链接
Frame
https://blog.csdn.net/yingshukun/article/details/53983812
UI界面
https://blog.csdn.net/wh357589873/article/details/51392953
pyinstaller出错
https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&tn=baidu&wd=pyinstaller%20%20No%20module%20named%20%27numpy.core._dtype_ctypes%27&oq=ModuleNotFound%2526gt%253Brror%253A%2520No%2520module%2520named%2520%2526%252339%253Bnumpy.core._dtype_ctypes%2526%252339%253B&rsv_pq=c006536b00038772&rsv_t=4a12pgun7A3lQeUemSg%2FCmTSKnkugZt8T62B%2F9Mgv1NlgVITyYiJ92Y4j6M&rqlang=cn&rsv_enter=1&rsv_sug3=15&rsv_sug2=0&inputT=7036&rsv_sug4=7037
https://blog.csdn.net/z1616595/article/details/86657163
https://blog.csdn.net/jirryzhang/article/details/78881512
https://blog.csdn.net/weixin_41879093/article/details/104216881?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase
https://www.cnblogs.com/caokang/p/11266013.html
https://www.jb51.net/article/184736.htm
https://blog.csdn.net/songqiu65/article/details/79905936?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase
在cmd 的anaconda\Scripts 内打包,权限更高级,能打包成功
pyinstaller -F -w mycode.py (-w就是取消窗口)
ScrolledText 用法
https://www.jianshu.com/p/abea88607525
dataframe,sample 随机选取若干行
https://blog.csdn.net/zhengxu25689/article/details/87347700
dataframe数据输出格式
https://blog.csdn.net/chengxuyuanyonghu/article/details/79239475
解决乱码问题:df.to_csv(file_name3,encoding=“utf_8_sig”)
dataframe模糊筛选
https://www.jianshu.com/p/c1347b05cf84
Text.delete详解
https://blog.csdn.net/weixin_43097301/article/details/84206539
pandas详解
https://blog.csdn.net/qq_39926861/article/details/84872717
https://blog.csdn.net/weixin_38208401/article/details/84855005
数据清洗
http://bluewhale.cc/2016-08-21/python-data-cleaning.html
vs 的使用技巧
https://www.jianshu.com/p/3b2634ed500a
防止ip被封
https://juejin.im/entry/5a742e9bf265da4e9c62fc1a
python提取表格内容讲解
https://www.cnblogs.com/my8100/p/save_html_table_to_csv.html
读取文件
https://www.cnblogs.com/Yolandera/p/7257595.html
异常捕获
http://www.runoob.com/python/python-exceptions.html
vi命令
https://www.cnblogs.com/caoweixiong/p/10233851.html
sci-hub
https://www.douban.com/group/topic/144179135/
https://arxiv.org/
arxiv,IEEE,overleaf
LaTeX入门
https://blog.csdn.net/shujuelin/article/details/79340373
推荐系统干货
https://blog.csdn.net/qq_40006058/article/details/86568889
北邮图书馆
https://lib.bupt.edu.cn/index.html
本文地址:https://blog.csdn.net/Iv_zzy/article/details/107321628