笔记0624

Python开发学习笔记

Python 字符串 拼接替换 格式化等

Python字符串的连接、替换、截取,以及字符串格式化输出,引号

2.14 合并拼接字符串

2.15 字符串中插入变量

https://www.jb51.net/article/82315.htm

https://www.cnblogs.com/bigtreei/p/7892113.html

http://www.jsphp.net/python3/show-23-59-1.html

https://www.jianshu.com/p/79ea2eb2b026

https://justcode.ikeepstudying.com/2019/01/python-%E8%AF%BB%E5%86%99%E6%96%87%E6%9C%AC%E6%96%87%E4%BB%B6-read%E3%80%81readline%E3%80%81readlines-%E9%80%90%E8%A1%8C%E8%AF%BB%E5%8F%96python%E6%93%8D%E4%BD%9C%E6%96%87%E6%9C%AC/

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

https://blog.csdn.net/u011389474/article/details/60139962

Python os.path() 模块

Python OS 文件/目录方法

第二章:字符串和文本

Python判断字符串是否xx开始或结尾

Python endswith() 函数 判断字符串结尾

类似接口 startwith()

Python:在指定目录下查找满足条件的文件

python re模块详解

Python系列教程(三十八):Re模块详解

re 模块

os.sep 表示 \ 或者 /

python3 常见函数 map、reduce、filter、lambda、sorted

python中os.path.isdir()和os.path.isfile()的正确用法

os.path.isfile()要传入路径+ filename,通常是给绝对路径,否则isfile()会让你吃惊
os.path.isfile 使用误区

Python3中文编码处理

定义函数,设置默认参数时注意事项:必选参数在前,默认参数在后

收藏站点

Bash 脚本教程

进程与线程

线程作为调度和分配的基本单位,而进程作为拥有资源的基本单位;不仅进程之间可以并发执行,同一个进程的多个线程之间也可以并发执行;进程是拥有资源的一个独立单位,线程不拥有系统资源,但可以访问隶属于进程的资源。
https://blog.csdn.net/xiangxianghehe/article/details/77407378
https://blog.csdn.net/jasonLee_lijiaqi/article/details/80466997
https://blog.csdn.net/Al_assad/article/details/79157259

https://testerhome.com/topics/20497
https://python.freelycode.com/contribution/detail/8
http://www.tastones.com/stackoverflow/python-language/generators/
https://www.git-tower.com/learn/git/ebook/cn/command-line/advanced-topics/diffs
https://www.cnblogs.com/lsgxeva/p/8540485.html

https://www.cnblogs.com/qianqiannian/p/6010219.html

https://www.yiibai.com/git/git_diff.html

https://www.kancloud.cn/thinkphp/git-community-book/40772

https://juejin.im/post/5c0a09fb5188251ba905833e

https://www.cnblogs.com/ymjyqsx/p/6554817.html

https://blog.csdn.net/a1496785/article/details/83011974

https://www.runoob.com/python/python-func-open.html

https://www.jianshu.com/p/6f479f14eeac

https://www.runoob.com/python3/python3-reg-expressions.html

https://docs.python.org/zh-cn/3/library/re.html

https://zhuanlan.zhihu.com/p/28920775

https://www.liaoxuefeng.com/wiki/1016959663602400/1017639890281664

https://blog.csdn.net/cymy001/article/details/78112934

https://www.hotbak.net/key/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E5%B7%A5%E5%85%B7RegexBuddy%E4%BD%BF%E7%94%A8%E6%95%99.html

https://www.cnblogs.com/shockerli/p/python3-data-type-convert.html

https://blog.csdn.net/kongsuhongbaby/article/details/83903948

https://cloud.tencent.com/developer/article/1577520
http://www.donot404.com/blog/2018/08/02/python3-datatype-all-in-one/

https://edonymu.com/2017/06/18/python%E6%95%B4%E6%95%B0%E3%80%81%E5%AD%97%E7%AC%A6%E4%B8%B2%E3%80%81%E5%AD%97%E8%8A%82%E4%B8%B2%E7%9B%B8%E4%BA%92%E8%BD%AC%E6%8D%A2/

https://www.zky.name/article/6.html

https://www.zybuluo.com/Zjmainstay/note/405410

https://my.oschina.net/cuffica/blog/33579
https://blog.csdn.net/imasmallbird/article/details/3850299
https://www.cnblogs.com/Zjmainstay/p/regex-tool-regexbuddy.html
https://zhuanlan.zhihu.com/p/49485967

https://www.jb51.net/article/181848.htm

https://blog.csdn.net/epicure/article/details/53729568
https://blog.csdn.net/qq_23926575/article/details/79099269

https://www.linuxprobe.com/python3-regular-expressions.html

https://wiki.jikexueyuan.com/project/explore-python/Regular-Expressions/re.html
posted @ 2020-06-24 21:03  justdoitno1  阅读(2)  评论(0编辑  收藏  举报