-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
# Recommended learning resources | ||
|
||
* [The Python Tutorial](https://docs.python.org/3/tutorial/) | ||
* [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) | ||
* [Think Python](http://www.greenteapress.com/thinkpython/html/index.html) | ||
* [The Python Library Reference](https://docs.python.org/3/library/index.html) | ||
* [The Python Tutorial][The Python Tutorial] | ||
* [The Python Library Reference][The Python Library Reference] | ||
* [The Python Docs][python docs] | ||
* [Practical Python][practical python] | ||
* [Think Python][think python] | ||
* [PyMOTW-3][pymotw-3] | ||
* [automate the boring stuff][automate the boring stuff] | ||
* [Googles Python Class][Googles Python Class] | ||
* [pycharm edu][pycharm edu] | ||
|
||
|
||
[Practical Python]: https://dabeaz-course.github.io/practical-python/ | ||
[The Python Tutorial]: https://docs.python.org/3/tutorial/index.html | ||
[The Python Library Reference]: https://docs.python.org/3/library/index.html | ||
[Googles Python Class]: https://developers.google.com/edu/python | ||
[Think Python]: http://www.greenteapress.com/thinkpython/html/index.html | ||
[automate the boring stuff]: https://automatetheboringstuff.com/ | ||
[pycharm edu]: https://www.jetbrains.com/pycharm-edu/ | ||
[python docs]: https://docs.python.org/3/ | ||
[pymotw-3]: https://pymotw.com/3/ |