Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ 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)
- [Byte of Python](https://python.swaroopch.com/)(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!