跳至内容
学习数据科学

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.
探索类别
Group培训2人或以上?试试DataCamp for Business

Python yield Keyword: What Is It and How to Use It?

The yield keyword in Python turns a regular function into a generator, which produces a sequence of values on demand instead of computing them all at once.
Stephen Gruppetta's photo

Stephen Gruppetta

2024年7月10日

MatMul-Free vs MatMul LLMs: Speed and Memory Consumption

This article compares the performance of MatMul-free and traditional large language models in terms of speed and memory usage.
Dimitri Didmanidze's photo

Dimitri Didmanidze

2024年7月10日

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's photo

Dr Ana Rojo-Echeburúa

2024年7月9日

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's photo

Austin Chia

2024年7月8日

Conditional Formatting in Excel: A Beginner’s Guide

Explore conditional formatting in Excel with simple to advanced examples and their best practices.
Joleen Bothma's photo

Joleen Bothma

2024年7月8日

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's photo

Joleen Bothma

2024年7月8日

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's photo

Joleen Bothma

2024年7月8日

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's photo

François Aubry

2024年7月8日

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's photo

Allan Ouko

2024年7月8日

How to Use the SQL REPLACE() Function

Learn the application of the SQL REPLACE() function in text manipulation. Understand the use of the REPLACE() function in data cleaning and database management.
Allan Ouko's photo

Allan Ouko

2024年7月8日

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's photo

Abid Ali Awan

2024年7月7日