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
Training 2 or more people?Try DataCamp for Business
COUNT() SQL FUNCTION
COUNT() lets you count the number of rows that match certain conditions. Learn how to use it in this tutorial.
Travis Tang
December 12, 2024
DATEDIFF() SQL FUNCTION
DATEDIFF() is one of the most widely used date data manipulation functions in SQL. Master it by reading this tutorial.
Travis Tang
December 6, 2024
INSERT INTO SQL FUNCTION
INSERT INTO lets you add data to your tables. Learn how to use it in this tutorial.
Travis Tang
October 12, 2022
How to Use the COALESCE() Function in SQL (With Examples)
Learn how to use the SQL COALESCE() function to handle null values, combine columns, and clean up your data with real-world examples and tips.
Travis Tang
March 27, 2025
FORMAT() SQL FUNCTION
FORMAT() is one of the most commonly used functions in SQL. Learn its main applications in this tutorial.
Travis Tang
October 12, 2022
SQLAlchemy Tutorial With Examples
Learn to access and run SQL queries on all types of relational databases using Python objects.
Abid Ali Awan
December 3, 2024
The 15 Basic Excel Formulas Everyone Needs to Know
Learn how to add arithmetic, string, time series, and complex formulas in Microsoft Excel.
Abid Ali Awan
December 29, 2025
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
Find out what RStudio is and how to install it and begin using it
Elena Kosourova
April 7, 2025
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