.. PythonCodingStyle documentation master file, created by sphinx-quickstart on Thu Dec 19 10:50:27 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Python编码规范 ============================================= .. toctree:: :maxdepth: 4 :caption: 内容: 0.Python编程规范:让你的代码脚下生风.md 1.什么样的代码才是优秀的代码.md 2-1.规范修炼-PEP8规范解读.md 2-2.规范修炼-Google规范解读.md 2-3.规范修改-代码安全.md 3.巧用上下文管理器和with语句精简代码.md 4.pdb & cProfile:调试和性能分析的法宝.md 5.学会合理分解代码,提高代码可读性.md 6.如何合理运用assert.md 7.真的有必要写单元测试吗?.md 8.如何突破成为Python高手?.md