From 710d2e42b5e34edf1fd91ab22e624ffd1f4b7513 Mon Sep 17 00:00:00 2001 From: seakun Date: Mon, 23 Mar 2020 09:37:11 -0400 Subject: [PATCH 1/2] Update 08-best-python-resources.markdown Added Hyperskill link. --- .../pages/01-introduction/08-best-python-resources.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/pages/01-introduction/08-best-python-resources.markdown b/content/pages/01-introduction/08-best-python-resources.markdown index 81113487a..a38c5883d 100644 --- a/content/pages/01-introduction/08-best-python-resources.markdown +++ b/content/pages/01-introduction/08-best-python-resources.markdown @@ -64,6 +64,11 @@ should skip down to the next section for "experienced developers". * [A Byte of Python](http://www.swaroopch.com/notes/python/) is a beginner's tutorial for the Python language. +* [Hyperskill](https://hi.hyperskill.org/) takes you through Python by + building 5 different projects with increasing difficulty. You'll get to know + the basic syntax of Python, some standard libraries and the Django framework + that is used to build web applications. + * Google put together a great compilation of materials and subjects you should read and learn from if you want to be a [professional programmer](https://www.google.com/about/careers/students/guide-to-technical-development.html). From 2458af0b84823ca7f482b3d7e457fcec761d6286 Mon Sep 17 00:00:00 2001 From: seakun Date: Mon, 23 Mar 2020 09:40:16 -0400 Subject: [PATCH 2/2] Update 08-best-python-resources.markdown Removed extra spacing in Hyperskill section. --- .../pages/01-introduction/08-best-python-resources.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/pages/01-introduction/08-best-python-resources.markdown b/content/pages/01-introduction/08-best-python-resources.markdown index a38c5883d..bf1794fd6 100644 --- a/content/pages/01-introduction/08-best-python-resources.markdown +++ b/content/pages/01-introduction/08-best-python-resources.markdown @@ -64,10 +64,7 @@ should skip down to the next section for "experienced developers". * [A Byte of Python](http://www.swaroopch.com/notes/python/) is a beginner's tutorial for the Python language. -* [Hyperskill](https://hi.hyperskill.org/) takes you through Python by - building 5 different projects with increasing difficulty. You'll get to know - the basic syntax of Python, some standard libraries and the Django framework - that is used to build web applications. +* [Hyperskill](https://hi.hyperskill.org/) takes you through Python by building 5 different projects with increasing difficulty. You'll get to know the basic syntax of Python, some standard libraries and the Django framework that is used to build web applications. * Google put together a great compilation of materials and subjects you should read and learn from if you want to be a