Skip to content

Commit

Permalink
Refreshed RESOURCES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG committed Sep 1, 2021
1 parent 078d54c commit 2f35306
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions docs/RESOURCES.md
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/

0 comments on commit 2f35306

Please sign in to comment.