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
SQL

How to Update Multiple Columns in SQL

Learn how to update multiple columns in SQL using a single query for improved efficiency. Explore practical advanced techniques and examples, including single row updates and multiple row updates.
Allan Ouko's photo

Allan Ouko

November 8, 2024

Snowflake

Machine Learning with Python & Snowflake Cortex AI: A Guide

Learn about Snowflake Cortex AI and how it can be used for LLMs and machine learning.
Austin Chia's photo

Austin Chia

November 8, 2024

Python

Linear Search in Python: A Beginner's Guide with Examples

Explore how linear search works and why it’s ideal for small, unsorted datasets. Discover simple Python implementations, including iterative and recursive methods, and learn when to choose linear search over other algorithms.
Amberle McKee's photo

Amberle McKee

November 7, 2024

Machine Learning

The A* Algorithm: A Complete Guide

A guide to understanding and implementing the A* search algorithm in Python. See how to create efficient solutions for complex search problems with practical code examples. Learn optimization strategies used in production environments.

Rajesh Kumar

November 7, 2024

Python

Python Bar Plot: Master Basic and More Advanced Techniques

Create standout bar charts using Matplotlib, Seaborn, Plotly, Plotnine, and Pandas. Explore bar chart types, from simple vertical and horizontal bars to more complex grouped and stacked layouts.
Samuel Shaibu's photo

Samuel Shaibu

November 6, 2024

Machine Learning

Understanding the Bellman Equation in Reinforcement Learning

The Bellman Equation is a key concept in reinforcement learning that helps agents make decisions in complex situations by assessing possible future states and rewards. This article examines its mathematical principles, real-world uses, and importance in creating optimal policies within Markov Decision Processes.
Kurtis Pykes 's photo

Kurtis Pykes

November 6, 2024

Data Science

Characteristic Equation: Everything You Need to Know for Data Science

Understand how to derive the characteristic equation of a matrix and explore its core properties. Discover how eigenvalues and eigenvectors reveal patterns in data science applications. Build a solid foundation in linear algebra for machine learning.
Vahab Khademi's photo

Vahab Khademi

November 5, 2024

Git

Git Revert Merge Commit: A Guide With Examples

Learn how to safely undo a Git merge using `git revert`, preserving commit history and resolving potential conflicts.
François Aubry's photo

François Aubry

November 5, 2024

Python

Python Bag of Words Model: A Complete Guide

Explore everything you need to know about how to implement the bag of words model in Python.
Derrick Mwiti's photo

Derrick Mwiti

November 5, 2024