mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-23 20:11:13 +00:00
update recommended resources
This commit is contained in:
parent
e1033b709e
commit
3a59a6b66a
|
@ -194,8 +194,6 @@
|
|||
|
||||
**// 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.
|
||||
|
||||
- [The Hitchhiker’s 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.
|
||||
|
||||
- [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>
|
||||
|
||||
**// My favorite Python projects and packages**
|
||||
|
|
Loading…
Reference in New Issue
Block a user