Update index.md (#22846)

This commit is contained in:
Ashmita03
2018-11-23 09:38:20 +05:30
committed by Manish Giri
parent a92f62c2d8
commit ff0ab6e4f6

View File

@ -13,7 +13,6 @@ To learn more about Python, check out these pages on python.org:
<a href='https://docs.python.org/3/faq/general.html' target='_blank' rel='nofollow'>Python FAQ</a>. <a href='https://docs.python.org/3/faq/general.html' target='_blank' rel='nofollow'>Python FAQ</a>.
## Python 2 or Python 3
* The two versions are similar, with knowledge of one switching to writing code for the other is easy. * The two versions are similar, with knowledge of one switching to writing code for the other is easy.
* <a href='https://wiki.python.org/moin/Python2orPython3' target='_blank' rel='nofollow'>Python 2 or Python 3</a> * <a href='https://wiki.python.org/moin/Python2orPython3' target='_blank' rel='nofollow'>Python 2 or Python 3</a>
@ -180,3 +179,4 @@ Free Code Camp has some great resources. The web is a big place, there's plenty
* [Learn Python the Hard Way book](https://learnpythonthehardway.org/python3) * [Learn Python the Hard Way book](https://learnpythonthehardway.org/python3)
* [Introduction to Python Programming on Udacity](https://www.udacity.com/course/introduction-to-python--ud1110) * [Introduction to Python Programming on Udacity](https://www.udacity.com/course/introduction-to-python--ud1110)
* [Profiling in Python](https://docs.python.org/2/library/profile.html) * [Profiling in Python](https://docs.python.org/2/library/profile.html)
* [Python for Everybody Specialization](https://www.coursera.org/specializations/python)