Learn Python for Data Science

Zoshua Colah
Data Science Library
2 min readNov 2, 2018

--

The best places to go learn Python for Data Science

Image result for python data science

Python, is one of the most handy tools in a data scientist’s arsenal. It’s also one of the simplest computer languages to learn and use, primarily because most concepts can be expressed in fewer lines of code in Python, than in other languages. Hence beginners venturing out into the field of data science should definitely familiarise themselves with Python.

The Best Book (Free):

“This is a comprehensive introduction to the most important data science tools in the Python world. Several examples used in the book are drawn from posts on this blog. The full text can be read online, and the content is also available as Jupyter notebooks on GitHub.” — Jake VanderPlas

Link:

https://jakevdp.github.io/PythonDataScienceHandbook/

Websites to Practice Python for Beginners:

PySchools:

This website is designed to help you in your learning of Python Programming Language. It consists of resources to help you learn python combined with short exercises and challenges.

CheckIO:

Coding game where you can improve your python skills by using other user’s solutions.

Online Courses

DataCamp | Recommended:

Datacamp is the leader for learning data science online and has structured their Python course for beginners getting into the field of Data Science. They have an interactive IDE in which you learn and practice your skills as you progress through each topic. Do check it out!

Other Online Courses to check out:

Thank you for reading. Give us a clap if you like the article.

--

--