1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-30 05:09:03 +00:00

Merge pull request #1562 from aneasystone/Hitchhiker

Fix a typo
This commit is contained in:
victor felder 2015-08-06 11:44:04 +02:00
commit 2dea6c0536

View File

@ -1547,7 +1547,7 @@ See also [TeX](#tex)
* [Google's Python Style Guide](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html)
* [Hacking Secret Cyphers with Python](http://inventwithpython.com/hacking/chapters/) - Al Sweigart (3.3)
* [High Performance Python](http://ianozsvald.com/HighPerformancePythonfromTrainingatEuroPython2011_v0.2.pdf)
* [Hitchiker's Guide to Python!](http://docs.python-guide.org/en/latest/) (2.6)
* [Hitchhiker's Guide to Python!](http://docs.python-guide.org/en/latest/) (2.6)
* [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/) - Allen B. Downey, Jeff Elkner and Chris Meyers (2.4)
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html) (3.2)
* [Introduction to Programming Using Python](http://python-ebook.blogspot.com) - Cody Jackson (1st edition) (2.3)