Data Science Tutorials
Develop your data science skills with tutorials in our blog. We cover everything from intricate data visualizations in Tableau to version control features in Git.
Discover categories
Analyzing Poker Hands with Python
Analyze poker hands with Python and easily implement statistical concepts such as combinations, permutations, (in)dependent events and expected value.
Daniel Poston
February 22, 2018
Ensemble Learning in R with SuperLearner
Boost your machine learning results and discover ensembles in R with the SuperLearner package: learn about the Random Forest algorithm, bagging, and much more!
Daniel Gremmell
February 20, 2018
Active Learning: Curious AI Algorithms
Discover active learning, a case of semi-supervised machine learning: from its definition and its benefits, to applications and modern research into it.
DataCamp Team
February 9, 2018
Understanding Blockchains by Coding One in R
Implement a small blockchain in R and learn more about what a blockchain looks like and some of the core concepts behind it!
Johannes Mueller
February 8, 2018
Python Tuples Tutorial
Learn about Python tuples: what they are, how to create them, when to use them, what operations you perform on them and various functions you should know.
Sejal Jaiswal
February 7, 2018
Google Cloud for Data Science: Beginner's Guide
Learn to set up a data science environment on Google Cloud: create an instance on Google Compute Engine, install Anaconda and run Jupyter notebooks!
Alexis Perrier
February 6, 2018
Finding Similar Names with Matrix Factorization
Applying matrix factorization on user clicks on hundreds of names on the recommender system NamesILike.com reveal an unseen structure in our first names.
DataCamp Team
February 2, 2018
Lyric Analysis with NLP & Machine Learning with R
Dive into the lyrics of Prince's music with R: use text mining and Exploratory Data Analysis (EDA) to shed insight on The Artist's career.
Debbie Liske
February 2, 2018
Data Science for Search Engine Marketing (SEM)
In this tutorial, data science meets Search Engine Marketing: learn to create Google AdWords campaigns by generating keywords and ad templates with Python!
Elias Dabbas
January 26, 2018
PEP-8 Tutorial: Code Standards in Python
With this beginner tutorial, you'll start to explore PEP-8, Python's style guide, so that you can start formatting your code correctly to maximize its readability!
Chitrank Dixit
April 11, 2023
Python Iterator Tutorial
Learn all about the Python iterator, how they differ from iterables and generators, and how to build one yourself with __iter__, __next__ and itertools.
Sejal Jaiswal
January 23, 2018
Transfer Learning: Leverage Insights from Big Data
In this tutorial, you’ll see what transfer learning is, what some of its applications are and why it is critical skill as a data scientist.
Lars Hulstaert
January 19, 2018