Data Science Articles

Sorted By: Most Recent
Sara A. Metwalli Sara A. Metwalli
Updated on June 04, 2025

What Is MySQL?

MySQL is a relational database management system commonly used to store and manage the structured data needed to run complex websites. Here’s how it works.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on June 03, 2025

What Is a Decision Tree?

A decision tree is a supervised machine learning algorithm that recursively splits data into branches based on feature values to predict an outcome.

Image: Shutterstock / Built In
Parul Pandey Parul Pandey
Updated on June 03, 2025

From Clipboard to DataFrame With Pandas: A Quick Guide

Read data directly from the clipboard without saving it first. Here’s how.

Vihar Kurama Vihar Kurama
Updated on June 03, 2025

Implementing Python in Deep Learning: An In-Depth Guide

Imitating the human brain using one of the most popular programming languages, Python.

Eric Kleppen Eric Kleppen
Updated on June 03, 2025

3 Ways to Learn Natural Language Processing Using Python

Explore concrete ways to apply preprocessing, tokenization, vectorization and feature engineering on text data with these 3 projects.

Peter Grant Peter Grant
Updated on June 02, 2025

List Comprehension in Python: A Guide

List comprehensions in Python reduce the length and complexity of your code. Here’s how to construct them.

Image: Shutterstock / Built In
Eryk Lewinson Eryk Lewinson
Updated on June 02, 2025

What Are Violin Plots and How Do You Use Them?

Violin plots are a hybrid of a boxplot and kernel density plot used to plot numeric data. Learn how to interpret them and what their advantages are over boxplots.

Image: Shutterstock / built In
Sara A. Metwalli Sara A. Metwalli
Updated on June 02, 2025

10 Steps to Become a Data Scientist

Use this roadmap to kickstart your data science career.

Cassie Kozyrkov Cassie Kozyrkov
Updated on June 02, 2025

Statistics: Are You Bayesian or Frequentist?

Is your statistical alignment Bayesian or a Frequentist? It all comes down to random variables. Learn more.

Image: Shutterstock / Built In
Peter Grant Peter Grant
Updated on May 29, 2025

How to Use Python Functions Effectively: 6 Tips to Know

Here are six things you need to know about using these powerful tools in order to write more Pythonic code.

Related Topics