python,,「 Python之禅


「 Python之禅」微信公众号文章整理https://blog.csdn.net/code4101/article/details/83651876【Python】零、学习经验分享https://blog.csdn.net/code4101/article/details/83009000【Python】一、Python基础https://blog.csdn.net/code4101/article/details/83268990

在PyCharm,可以用Ctrl + Shift + Alt + L,对代码格式化,很多下划线问题,都可以把鼠标光标停留在上面,按Alt + Enter,不少问题IDE会帮忙自动修正,或者弹出多种参考修正方案的菜单

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

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

python

评论关闭