Преглед на файлове

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)