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

Mann-Whitney U Test: Nonparametric Alternative to the t-Test

The Mann-Whitney U test is a rank-based nonparametric test for comparing two independent groups when data doesn't meet the normality assumption required by the t-test.
Dario Radečić's photo

Dario Radečić

April 22, 2026

Claude Opus 4.7: A Practical Benchmark of Memory and Effort Levels

Build a Streamlit benchmark application that tests whether Opus 4.7 self-critique memory actually improves coding performance across high, xhigh, and max effort levels.
Aashi Dutt's photo

Aashi Dutt

April 21, 2026

Claude Code Auto Mode and Channels: Build Code From Anywhere

Learn how to pair Claude Code Auto Mode with Telegram Channels to run an autonomous write-test-debug loop from your phone.
Bex Tuychiev's photo

Bex Tuychiev

April 21, 2026

Fine-Tuning Qwen3.6 On a Medical Q&A Dataset

Learn how to fine-tune Qwen3.6 on an H100 NVL GPU using SFT, from dataset preparation and 4-bit loading to training and evaluation.
Abid Ali Awan's photo

Abid Ali Awan

April 21, 2026

LLM As a Judge: A Complete Guide With Hands-On RAG Example

Learn how to build an automated LLM-as-a-judge system to evaluate your RAG pipelines for faithfulness and relevance at scale and bridge the gap in AI testing.
Josep Ferrer's photo

Josep Ferrer

April 20, 2026

Claude Opus 4.7 API Tutorial: Building a Chart Digitizer

Learn the capabilities of Anthropic’s best publicly available model, Claude Opus 4.7, and build a data science tool that can turn a chart into raw data.
François Aubry's photo

François Aubry

April 20, 2026

GELU Activation Function: Formula, Intuition, and Use in Deep Learning

GELU is a smooth, probabilistic activation function that outperforms simpler alternatives like ReLU in deep learning architectures, and has become the default choice in transformer models like BERT and GPT.
Dario Radečić's photo

Dario Radečić

April 17, 2026

Running MiniMax M2.7 Locally for Agentic Coding

In this guide, we will rent an H200 GPU and install llama.cpp, download MiniMax M2.7 GGUF, run it locally, test it in the WebUI, and connect it to OpenCode.
Abid Ali Awan's photo

Abid Ali Awan

April 17, 2026

Ollama Python Library: Getting Started with LLMs Locally

Master the Ollama Python SDK for local LLM development. Learn to generate text, handle multi-turn chats, use vision models, and build AI apps securely.
Austin Chia's photo

Austin Chia

April 17, 2026

Microsoft MAI Models: Testing MAI-Transcribe-1, MAI-Voice-1, and MAI-Image-2 with Streamlit

Build a working demo app that calls all three Microsoft MAI models via Azure speech-to-text, text-to-speech, and image generation, and learn what these models can do.
Aashi Dutt's photo

Aashi Dutt

April 15, 2026

Newton's Method: Find Roots Fast with Iterative Approximation

Newton's method is an iterative root-finding algorithm that uses tangent line approximations to close in on the solution of equations that have no closed-form answer.
Dario Radečić's photo

Dario Radečić

April 15, 2026