diff --git a/README.md b/README.md
index b237fd9..6235d0a 100644
--- a/README.md
+++ b/README.md
@@ -110,3 +110,4 @@ New to Python? No problem! Take a look at the following resources:
 - [MIT: introduction to Computer Science and programming in Python](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/) (open courseware)
 - [Python for Developers](http://ricardoduarte.github.io/python-for-developers/)(book)
 - [How to Think Like a Computer Scientist](http://openbookproject.net/thinkcs/python/english3e/)(book)
+- [Pycharm EDU](https://www.jetbrains.com/pycharm-edu/) - A helpful program that teaches Python. It includes many lessons on basic Python. It also has tests, checks, and hints to help you through each programming activity!