From d88edd0e78008e536a9cb5ba991f95d8ac1abf5f Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 8 May 2017 15:20:09 -0400 Subject: [PATCH 1/4] test adding link --- docs/intro/learning.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index a9eb4e0b5..988ce0215 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -39,6 +39,8 @@ 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 `_ + `Learn Python Interactively with DataCamp! `_ + Online Python Tutor ~~~~~~~~~~~~~~~~~~~ From 18d34438af90c9765c5e9936e01a48011db2205c Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 12 May 2017 15:55:41 -0400 Subject: [PATCH 2/4] Update learning.rst added datacamp link --- docs/intro/learning.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 988ce0215..a8cca80ca 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -23,6 +23,14 @@ At last it finishes off with tutorial "How to access MySQL db using python" `Python for beginners `_ +Learn Python for Data Science Interactively +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +If you prefer an online interactive environment to learn Python for Data Science, `this free python tutorial by DataCamp `_ is a great way to get started. If you're already somewhat advanced and interested in machine learning, check out this `course on Supervised Learning with scikit-learn `_, by one the core developers of scikit-learn\ + + + + Learn Python Interactive Tutorial ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From f412d3a2834b127b4600a2958e097ddcc3f9adda Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 12 May 2017 15:58:19 -0400 Subject: [PATCH 3/4] Update learning.rst --- docs/intro/learning.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index a8cca80ca..3c0295417 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -26,10 +26,10 @@ At last it finishes off with tutorial "How to access MySQL db using python" Learn Python for Data Science Interactively ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If you prefer an online interactive environment to learn Python for Data Science, `this free python tutorial by DataCamp `_ is a great way to get started. If you're already somewhat advanced and interested in machine learning, check out this `course on Supervised Learning with scikit-learn `_, by one the core developers of scikit-learn\ - +If you prefer an online interactive environment to learn Python for Data Science, `this free python tutorial by DataCamp `_ is a great way to get started. If you're already somewhat advanced and interested in machine learning, check out this `course on Supervised Learning with scikit-learn `_, by one the core developers of scikit-learn. +`Python for data science `_ Learn Python Interactive Tutorial ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 6776bc749978859c576649048efa85f7817aeb84 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 12 May 2017 16:07:12 -0400 Subject: [PATCH 4/4] Update scrape.rst Second link --- docs/scenarios/scrape.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/scenarios/scrape.rst b/docs/scenarios/scrape.rst index 90e5252e4..a7440f83d 100644 --- a/docs/scenarios/scrape.rst +++ b/docs/scenarios/scrape.rst @@ -103,3 +103,5 @@ using Python or we can save it to a file and share it with the world. Some more cool ideas to think about are modifying this script to iterate through the rest of the pages of this example dataset, or rewriting this application to use threads for improved speed. + +If you want to learn how to import data using python - this `DataCamp course on Importing Data `_ is a great place to start.