update recommended resources

This commit is contained in:
rasbt 2016-12-06 23:57:04 -05:00
parent e1033b709e
commit 3a59a6b66a

View File

@ -194,8 +194,6 @@
**// Resources for learning Python** **// Resources for learning Python**
- [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) - The popular and probably most recommended resource for learning Python.
- [Dive Into Python](http://www.diveintopython.net) / [Dive Into Python 3](http://getpython3.com/diveintopython3/) - A free Python book for experienced programmers. - [Dive Into Python](http://www.diveintopython.net) / [Dive Into Python 3](http://getpython3.com/diveintopython3/) - A free Python book for experienced programmers.
- [The Hitchhikers Guide to Python](http://docs.python-guide.org/en/latest/) - A free best-practice handbook for both novices and experts. - [The Hitchhikers Guide to Python](http://docs.python-guide.org/en/latest/) - A free best-practice handbook for both novices and experts.
@ -204,6 +202,8 @@
- [Python Patterns](http://matthiaseisen.com/pp/) - A directory of proven, reusable solutions to common programming problems. - [Python Patterns](http://matthiaseisen.com/pp/) - A directory of proven, reusable solutions to common programming problems.
- [Intro to Computer Science - Build a Search Engine & a Social Network](https://www.udacity.com/course/intro-to-computer-science--cs101) - A great, free course for learning Python if you haven't programmed before.
<br> <br>
**// My favorite Python projects and packages** **// My favorite Python projects and packages**