python 包利器 总结

整理于2020年10月下旬,献给不甘平凡的你

更多python3基础知识请查收于:https://blog.csdn.net/weixin_45316122/article/details/109843899

 

搞python的同志们,在搞一个事情的时候,一定在想有没有啥库啥的,这也是为什么总结的原因

Python标准库uuid模块UUID (Universally Unique Identifier,通用唯一标识))

https://www.cnblogs.com/yungiu/p/10255657.html

python 标准库之shutil(高级的 文件、文件夹、压缩包 处理模块)

https://www.jianshu.com/p/7846b6cbe4c8

浅谈Python自带数据库SQLite3模块的使用(SQLite3数据库是一款非常小巧轻量级的嵌入式开源数据库软件,也就是说没有独立的维护进程,所有的维护都来自于程序本身)

https://blog.csdn.net/GuoQiZhang/article/details/91344509

Python3 subprocess (subprocess 模块允许我们启动一个新进程,并连接到它们的输入/输出/错误管道,从而获取返回值。)

https://www.runoob.com/w3cnote/python3-subprocess.html

Python collections 包

https://blog.csdn.net/shangboerds/article/details/82177181

sklearn中knn的各种用法总结

https://blog.csdn.net/appleyuchi/article/details/96318421

python itertools库详解(让你的代码更pythonic)

https://blog.csdn.net/u013300049/article/details/79313979

Python3 optparse模块(Python 内建的模块用于处理命令行参数:)

https://www.cnblogs.com/nuomin/p/7929450.html

Python3 内置函数

https://www.runoob.com/python3/python3-built-in-functions.html

备胎模块:Python3.7的operator模块

https://blog.csdn.net/weixin_41084236/article/details/81509339?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_weight&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_weight#%E7%89%B9%E6%AE%8A%E6%93%8D%E4%BD%9C

Python 之 cPickle用法(类似于json)

https://blog.csdn.net/cybeyond_xuan/article/details/82985066

python3 path模型

https://www.jianshu.com/p/ae194371cf7c

猜你喜欢

转载自blog.csdn.net/weixin_45316122/article/details/107537967
今日推荐