https://www.bilibili.com/video/BV1Hg411z7Nw/?spm_id_from=333.337.search-card.all.click&vd_source=112aee4676701dc966f37cbaf1823bcb
http://c.biancheng.net/python/
https://hub.123.run/LenKiMo/byte-of-python/blob/master/SUMMARY.md
https://hub.123.run/datawhalechina/learn-python-the-smart-way 快速学习python
推荐 使用 编辑器 JupyterLab
https://admin123run.github.io/jupyterlite 快速在线编辑
https://jupyterlite.readthedocs.io/en/latest/_static/lab/index.html 快速在线编辑发行版
https://tool.chinaz.com/dns/?type=1&host=github.com&ip= 找出最快的ip地址 在浏览器中访问 即可 直接 打开 github (在github无法正常访问的情况下)
https://betterstack.com/ 免费的日志功能
gitlab.com #代码私有仓库
https://ke.qq.com/course/446009/13062649109990969#term_id=100533130 #Python全栈
常用命令:
创建目录:
os.makedirs(),当父目录不存在时,自动创建。
示例: os.makedirs(‘./1/2/3/4/5’, exist_ok=True)