Pārlūkot izejas kodu

Link to "Elements of Python Style" style guide

Swaroop C H 9 gadi atpakaļ
vecāks
revīzija
df2ec32ed7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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)