Fixed some links, and added one to index.md (#20608)

* Fixed some links, and added one to index.md

* cleaned up links and removed referral/campaign query params
pull/21143/head^2
Jimmy 2018-11-07 09:56:11 -05:00 committed by Christopher McCormack
parent 579e151f0f
commit 624f328f29
1 changed files with 14 additions and 14 deletions

View File

@ -162,17 +162,17 @@ As stated python is a general purpose language. You can use it to do anything yo
## Want to learn more?
Free Code Camp has some great resources. The web is a big place, there's plenty more to explore:
* Python Practice Book: http://anandology.com/python-practice-book/index.html
* Think Python: http://greenteapress.com/thinkpython/html/index.html
* Practical Business Python: http://pbpython.com/
* Another course: https://realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources
* General: https://www.fullstackpython.com/
* Learn the Basics: https://www.codecademy.com/learn/learn-python
* Computer science using Python: https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-11?ref=hackernoon#!
* Another computer science course using Python: https://www.udacity.com/course/intro-to-computer-science--cs101
* List of more resources for learning python: https://github.com/vinta/awesome-python
* Interactive Python: http://interactivepython.org/runestone/static/thinkcspy/index.html
* Developer's Guide to Python: https://devguide.python.org/
* Learn Python the Hard Way book: https://learnpythonthehardway.org/python3/
* Introduction to Python Programming: https://www.udacity.com/course/introduction-to-python--ud1110
* [Python Practice Book](http://anandology.com/python-practice-book/index.html)
* [Think Python](http://greenteapress.com/thinkpython/html/index.html)
* [Practical Business Python](http://pbpython.com/)
* [Real Python](https://realpython.com)
* [Full Stack Python](https://www.fullstackpython.com/)
* Learn the Basics [[codecademy](https://www.codecademy.com/learn/learn-python)]
* Computer science using Python [[edX](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-11)]
* Intro to Computer Science CS101 [[Udacity](https://www.udacity.com/course/intro-to-computer-science--cs101)]
* List of more resources for learning python [Awesome Python](https://awesome-python.com)
* [Interactive Python - How to Think Like a Computer Scientist](http://interactivepython.org/runestone/static/thinkcspy/index.html)
* [Everyday Python Project](http://interactivepython.org/runestone/static/everyday/index.html)
* [Python Developers Guide](https://devguide.python.org)
* [Learn Python the Hard Way book](https://learnpythonthehardway.org/python3)
* Introduction to Python Programming [[Udacity](https://www.udacity.com/course/introduction-to-python--ud1110)]