Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Fixed broken link to Dive Into Python #11

Merged
merged 2 commits into from
Jan 19, 2018
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Keep these handy.
If you like self-guided courses, try one of these:

* [RealPython](https://realpython.com/): "Real Python teaches programming and web development through hands-on, interesting examples that are useful and fun!" (paid)
* or _[Dive into Python](http://www.diveinto.org/python3/)_ (the classic). (Note that [Dive into Python 3](http://www.diveinto.org/python3/) only covers new & advanced features in Python 3 - not the language as a whole. Don't start there if you're new to Python) (free)
* or _[Dive into Python](http://www.diveintopython3.net/)_ (the classic). (Note that [Dive into Python 3](http://www.diveintopython3.net/) only covers new & advanced features in Python 3 - not the language as a whole. Don't start there if you're new to Python) (free)
* or [Google's Python Introduction course (free)](https://developers.google.com/edu/python/)
* or [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition (free)](http://interactivepython.org/courselib/static/thinkcspy/index.html) — **if you're relatively new to programing, this is an especially good fit for you**

Expand Down