Data Science Tutorials
Learn data science and AI with step-by-step tutorials on the DataCamp blog. Master Python, SQL, machine learning, and build your own AI agents.
Discover categories
Training 2 or more people?Try DataCamp for Business
FastAPI Tutorial: An Introduction to Using FastAPI
Explore the FastAPI framework and discover how you can use it to create APIs in Python
Moez Ali
September 26, 2022
RStudio Tutorial: A Complete Beginner's Guide (2026)
A complete guide to getting started with RStudio: installation, interface, and key features for data science
Elena Kosourova
April 7, 2026
Power BI Calculate Tutorial
Learn how to use the Power BI CALCULATE() function while giving examples of how you can use it.
Joleen Bothma
August 25, 2024
Python Multiprocessing: A Guide to Threads and Processes
Learn how to manage threads and processes with Python’s multiprocessing module. Discover key techniques for parallel programming. Enhance your code efficiency with examples.
Kurtis Pykes
December 13, 2024
Three Methods to Convert A Python Script To An Exe File
Learn what an executable file is and how to convert a Python script to an .exe file using PyInstaller, Nuitka, and auto-py-to-exe.
Kurtis Pykes
January 15, 2026
21 Essential Python Tools
Learn about the essential Python tools for software development, web scraping and development, data analysis and visualization, and machine learning.
Abid Ali Awan
August 24, 2022
PySpark Tutorial: Getting Started with PySpark
A hands-on PySpark tutorial: install PySpark, explore data with DataFrames, and build a K-Means clustering model for customer segmentation.
Natassha Selvaraj
June 2, 2026
How to Create a Power BI Heatmap
Understand all the ins and outs of how to create Power BI heatmaps and their applications
Zoumana Keita
August 16, 2022
Introducing Python Magic Methods
Discover what magic methods is while looking at the difference between methods and functions.
Kurtis Pykes
August 12, 2022
Creating Synthetic Data with Python Faker Tutorial
Generating synthetic data using Python Faker to supplement real-world data for application testing and data privacy.
Abid Ali Awan
August 10, 2022
An Introduction to Using Transformers and Hugging Face
Understand Transformers and harness their power to solve real-life problems.
Zoumana Keita
August 10, 2022
SQL LIKE Pattern Matching: A Practical Guide With Examples
Use LIKE to filter SQL records on specific string matches. This tutorial teaches you to use wildcards, NOT, LOWER, UPPER, and CASE WHEN with LIKE.
Travis Tang
April 10, 2026