From d59e02253a4c1a442aa98f6b6c9349fe0e0e571d Mon Sep 17 00:00:00 2001 From: Alyssa Cooper Date: Wed, 11 Oct 2017 14:15:16 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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!