浏览代码

Link to "Elements of Python Style" style guide

Swaroop C H 9 年之前
父节点
当前提交
df2ec32ed7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      what_next.md

+ 1 - 0
what_next.md

@@ -35,6 +35,7 @@ The best way to learn a programming language is to write a lot of code and read
 ## Advice
 
 - [The Hitchhiker's Guide to Python!](http://docs.python-guide.org/en/latest/)
+- [The Elements of Python Style](https://github.com/amontalenti/elements-of-python-style)
 - [Python Big Picture](http://slott-softwarearchitect.blogspot.ca/2013/06/python-big-picture-whats-roadmap.html)
 - ["Writing Idiomatic Python" ebook](http://www.jeffknupp.com/writing-idiomatic-python-ebook/) (paid)