Skip to main content
learning data science

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
GroupTraining 2 or more people?Try DataCamp for Business
Python

Using Regular Expressions to Clean Strings

This tutorial takes course material from DataCamp's Cleaning Data in Python course and allows you to clean strings using regular expressions.
Ryan Sheehy's photo

Ryan Sheehy

September 28, 2018

Python

Demystifying Crucial Statistics in Python

Learn about the basic statistics required for Data Science and Machine Learning in Python.
Sayak Paul's photo

Sayak Paul

September 27, 2018

R

Factor Levels in R

This tutorial takes course material from DataCamp's free Intro to R course and allows you to practice Factors.
Ryan Sheehy's photo

Ryan Sheehy

September 27, 2018

R

For Loops in R

When you know how many times you want to repeat an action, a for loop is a good option. Master for loops with this tutorial.
Ryan Sheehy's photo

Ryan Sheehy

September 26, 2018

Python

Introduction to Customer Segmentation in Python

In this tutorial, you're going to learn how to implement customer segmentation using RFM(Recency, Frequency, Monetary) analysis from scratch in Python.
Avinash Navlani's photo

Avinash Navlani

September 26, 2018

Python

TPOT in Python

In this tutorial, you will learn how to use a very unique library in python, TPOT. The reason why this library is unique is that it automates the entire Machine Learning pipeline and provides you with the best performing machine learning model.
DataCamp Team's photo

DataCamp Team

September 21, 2018

Python

Joining DataFrames in pandas Tutorial

In this tutorial, you’ll learn various ways in which multiple DataFrames could be merged in python using Pandas library.
DataCamp Team's photo

DataCamp Team

Abid Ali Awan's photo

Abid Ali Awan

December 5, 2022

Python

Introduction to t-SNE

Learn to visualize high-dimensional data in a low-dimensional space using a nonlinear dimensionality reduction technique.
Abid Ali Awan's photo

Abid Ali Awan

December 9, 2024

Python

Investigating Tensors with PyTorch

In this tutorial, you'll learn about Tensors, PyTorch, and how to create a simple neural network with PyTorch.
Sayak Paul's photo

Sayak Paul

September 12, 2018

Data Science

Lists: N-Sized Chunks

In this tutorial, you shall work with lists and learn an efficient way to divide arbitrarily sized lists into chunks of a given size.
Sejal Jaiswal's photo

Sejal Jaiswal

September 12, 2018