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.
Temukan kategori
Pelatihan untuk 2 orang atau lebih?Coba DataCamp for Business
GPT-4o and LangGraph Tutorial: Build a TNT-LLM Application
This article presents a practical guide to implementing TNT-LLM, a framework that automates taxonomy generation and text classification using LLMs, demonstrated through a news article clustering example with GPT-4 and LangGraph.
Ryan Ong
10 Juli 2024
Prompt Chaining Tutorial: What Is Prompt Chaining and How to Use It?
Prompt chaining is a technique that involves breaking down a complex task into a series of smaller, interconnected prompts, where the output of one prompt serves as the input for the next, guiding the LLM through a structured reasoning process.
Dr Ana Rojo-Echeburúa
9 Juli 2024
NumPy 2.0 Release: Key Changes and Migration
Find out all the new features and changes made in the NumPy 2.0 update.
Austin Chia
8 Juli 2024
Conditional Formatting in Excel: A Beginner’s Guide
Explore conditional formatting in Excel with simple to advanced examples and their best practices.
Joleen Bothma
8 Juli 2024
The Complete Guide to AWS Identity and Access Management (IAM)
Learn how to use AWS Identity and Access Management (IAM) to secure your AWS environment, manage access with users, groups, and roles, and implement best practices for robust security.
Joleen Bothma
8 Juli 2024
How to Set Up and Configure AWS: A Comprehensive Tutorial
Learn how to set up and configure your AWS account for the first time with this comprehensive tutorial. Discover essential settings, best practices for security, and how to leverage AWS services for data analysis and machine learning.
Joleen Bothma
8 Juli 2024
Big O Notation and Time Complexity Guide: Intuition and Math
Time complexity is the measure of how an algorithm's runtime scales with input size, often expressed using Big-O notation, which provides an upper bound on the worst-case scenario.
François Aubry
8 Juli 2024
How to Use the SQL REPLACE() Function
Learn how to use the SQL REPLACE() function to find and substitute substrings in your database. Covers syntax, case sensitivity, character removal, NULL handling, and performance tips.
Allan Ouko
3 Juni 2026
How to Use the SQL EXISTS() Operator
Learn how to use the SQL EXISTS() operator for subquery evaluation and filtering, complete with examples, best practices, and tips for optimizing your queries.
Allan Ouko
8 Juli 2024
DuckDB Tutorial: Building AI Projects
This tutorial guides you through DuckDB's key features and practical applications, including building tables, performing data analysis, building an RAG application, and using an SQL query engine with LLM.
Abid Ali Awan
7 Juli 2024
How to Best Use the SQL LIMIT Clause
Learn the application of the SQL LIMIT clause to filter data. Master the use of the LIMIT clause in PostgreSQL and MySQL databases.
Allan Ouko
5 Juli 2024
How to Use the SQL BETWEEN Operator
The SQL BETWEEN operator helps filter values within specific ranges, enabling efficient data analysis. Discover its various applications and full potential.
Allan Ouko
5 Juli 2024