Fork me on GitHub

Ranked awesome lists, all in one place

This list is a copy of siboehm/awesome-learn-datascience with ranks


Data Science Tutorials & Resources for Beginners Awesome ★87749

If you want to know more about Data Science but don’t know where to start this list is for you! :chart_with_upwards_trend:

No previous knowledge required but Python and statistics basics will definitely come in handy. These ressources have been used successfully for many beginners at my local Data Science student group ML-KA.

Contents

What is Data Science?

Common Algorithms and Procedures

Data Science using Python

This list covers only Python, as many are already familiar with this language. Data Science tutorials using R ★1075.

Learning Python

numpy

numpy is a Python library which provides large multidimensional arrays and fast mathematical operations on them.

pandas

pandas provides efficient data structures and analysis tools for Python. It is build on top of numpy.

scikit-learn

scikit-learn is the most common library for Machine Learning and Data Science in Python.

Jupyter Notebook

Jupyter Notebook is a web application for easy data visualisation and code presentation.

Various other helpful tools and resources

Data Science Challenges for Beginners

Sorted by increasing complexity.

More advanced resources and lists

Contribute

Contributions welcome! Read the contribution guidelines first.

License

CC0

To the extent possible under law, Simon Böhm has waived all copyright and related or neighboring rights to this work. —

This list is a copy of siboehm/awesome-learn-datascience with ranks