Переглянути джерело

Add Python 2.7 and 3.3 Official Docs.

anio 10 роки тому
батько
коміт
0e7dc14f0b
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      free-programming-books.md

+ 2 - 0
free-programming-books.md

@@ -1521,6 +1521,8 @@ See also [TeX](#tex)
 * [PureScript By Example](http://leanpub.com/purescript/read) - Phil Freeman
 
 ### Python
+* [Python Official Documentation](https://docs.python.org/2.7/download.html) (PDF, HTML, TEXT) (2.7)
+* [Python Official Documentation](https://docs.python.org/3.3/download.html) (PDF, EPUB, HTML, TEXT) (3.3)
 * [A Beginner's Python Tutorial](http://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial)
 * [A Bit of Python and Other Things](http://jessenoller.com/good-to-great-python-reads/)
 * [A Guide to Python's Magic Methods](http://www.rafekettler.com/magicmethods.html) - Rafe Kettler