python

  1. 「 Python之禅」微信公众号文章整理 https://blog.csdn.net/code4101/article/details/83651876
  2. 【Python】零、学习经验分享https://blog.csdn.net/code4101/article/details/83009000
  3. 【Python】一、Python基础https://blog.csdn.net/code4101/article/details/83268990
  4. 在PyCharm,可以用Ctrl + Shift + Alt + L,对代码格式化,很多下划线问题,都可以把鼠标光标停留在上面,按Alt + Enter,不少问题IDE会帮忙自动修正,或者弹出多种参考修正方案的菜单

  5. 【Python】三、代码组织架构 https://blog.csdn.net/code4101/article/details/83276490
    1.   代码规范化:https://www.cnblogs.com/sunminy/p/7689994.html

  Ctrl + Shift + Alt + L,对代码格式化

 

原文地址:https://www.cnblogs.com/Pusteblume/p/10742656.html