diff --git a/docs/RESOURCES.md b/docs/RESOURCES.md index 9ac27db2..2e4a44ef 100644 --- a/docs/RESOURCES.md +++ b/docs/RESOURCES.md @@ -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/