Skip to content

Fixing broken link #853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 2, 2017
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
6 changes: 3 additions & 3 deletions docs/intro/learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you want a more traditional book, *Python For You and Me* is an excellent
resource for learning all aspects of the language.

`Python for You and Me <https://pymbook.readthedocs.io/>`_
`Learn Python Interactively with DataCamp! <https://datacamp.com/>`_
`Learn Python Interactively with DataCamp! <https://www.datacamp.com/>`_


Online Python Tutor
Expand Down Expand Up @@ -109,7 +109,7 @@ Dive Into Python 3 is a good book for those ready to jump in to Python 3. It's
a good read if you are moving from Python 2 to 3 or if you already have some
experience programming in another language.

`Dive Into Python 3 <http://www.diveinto.org/python3/>`_
`Dive Into Python 3 <http://www.diveintopython3.net/>`_


Think Python: How to Think Like a Computer Scientist
Expand Down Expand Up @@ -157,7 +157,7 @@ A free introductory book that teaches Python at the beginner level, it assumes
no previous programming experience.

`A Byte of Python for Python 2.x <http://www.ibiblio.org/swaroopch/byteofpython/read/>`_
`A Byte of Python for Python 3.x <http://swaroopch.com/notes/Python_en-Preface/>`_
`A Byte of Python for Python 3.x <https://python.swaroopch.com/>`_


Learn to Program in Python with Codeacademy
Expand Down