Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8aa80b5

Browse filesBrowse files
authored
Merge pull request realpython#818 from gabrieldes/patch-1
Patch 1
2 parents 40ac0ad + 6776bc7 commit 8aa80b5
Copy full SHA for 8aa80b5

File tree

Expand file treeCollapse file tree

2 files changed

+12
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+12
-0
lines changed

‎docs/intro/learning.rst

Copy file name to clipboardExpand all lines: docs/intro/learning.rst
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ At last it finishes off with tutorial "How to access MySQL db using python"
2323

2424
`Python for beginners <http://thepythonguru.com/>`_
2525

26+
Learn Python for Data Science Interactively
27+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
29+
If you prefer an online interactive environment to learn Python for Data Science, `this free python tutorial by DataCamp <https://www.datacamp.com/courses/intro-to-python-for-data-science?tap_a=5644-dce66f&tap_s=116411-750171>`_ 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 <https://www.datacamp.com/courses/supervised-learning-with-scikit-learn?tap_a=5644-dce66f&tap_s=116411-750171>`_, by one the core developers of scikit-learn.
30+
31+
32+
`Python for data science <http://datacamp.com/?tap_a=5644-dce66f&tap_s=116411-750171>`_
33+
2634
Learn Python Interactive Tutorial
2735
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2836

@@ -39,6 +47,8 @@ If you want a more traditional book, *Python For You and Me* is an excellent
3947
resource for learning all aspects of the language.
4048

4149
`Python for You and Me <https://pymbook.readthedocs.io/>`_
50+
`Learn Python Interactively with DataCamp! <https://datacamp.com/>`_
51+
4252

4353
Online Python Tutor
4454
~~~~~~~~~~~~~~~~~~~

‎docs/scenarios/scrape.rst

Copy file name to clipboardExpand all lines: docs/scenarios/scrape.rst
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ using Python or we can save it to a file and share it with the world.
103103
Some more cool ideas to think about are modifying this script to iterate
104104
through the rest of the pages of this example dataset, or rewriting this
105105
application to use threads for improved speed.
106+
107+
If you want to learn how to import data using python - this `DataCamp course on Importing Data <https://www.datacamp.com/courses/importing-data-in-r-part-1?tap_a=5644-dce66f&tap_s=116411-750171>`_ is a great place to start.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.