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
LangGraph Studio Guide: Installation, Set Up, Use Cases
LangGraph Studio is a visual development environment for LangChain’s LangGraph framework, simplifying the development of complex agentic applications built with LangChain components.
Dr Ana Rojo-Echeburúa
September 17, 2024
OpenAI o1-preview Tutorial: Building a Machine Learning Project
Learn how to use OpenAI o1 to build an end-to-end machine learning project from scratch using just one prompt.
Abid Ali Awan
September 15, 2024
Python Garbage Collection: Key Concepts and Mechanisms
Learn how Python automatically manages memory with reference counting and generational garbage collection, and understand how to manually control garbage collection using the gc module.
Samuel Shaibu
September 14, 2024
Understanding Euclidean Distance: From Theory to Practice
Explore how Euclidean distance bridges ancient geometry and modern algorithms, with coding examples in Python and R, and learn about its applications in data science, machine learning, and spatial analysis.
Vinod Chugani
September 13, 2024
Tqdm Python: A Guide With Practical Examples
tqdm is a Python library that provides a fast, extensible progress bar for loops and iterables, making it easy to visualize the progress of your code.
Tom Farnschläder
September 12, 2024
CrewAI: A Guide With Examples of Multi AI Agent Systems
CrewAI is a platform that enables developers to build and deploy automated workflows using multiple AI agents that collaborate to perform complex tasks.
Bhavishya Pandit
September 12, 2024
Mean Shift Clustering: A Comprehensive Guide
Discover the mean shift clustering algorithm, its advantages, real-world applications, and step-by-step Python implementation. Compare it with K-means to understand key differences.
Vidhi Chugh
September 12, 2024
Getting Started With OpenAI Structured Outputs
Learn how to get started with OpenAI Structured Outputs, understand its new syntax, and explore its key applications.
Bex Tuychiev
September 11, 2024
How to Create Stacked Bar Charts in Tableau
This tutorial explains the steps and best practices for creating a stacked bar chart using Tableau, from connecting data to creating the chart and making customizations!
Tim Lu
September 11, 2024
Git Switch Branch: A Guide With Practical Examples
Learn how to switch a branch in Git using git switch and understand the differences between git switch and git checkout.
François Aubry
September 11, 2024
SQL UPDATE with JOIN: How it Works
Learn how UPDATE with JOIN in SQL simplifies cross-table updates in SQL Server. Understand how INNER JOIN and LEFT JOIN differ for specific use cases, and explore alternatives using subqueries or the MERGE statement.
Allan Ouko
September 11, 2024
Poisson Distribution: A Comprehensive Guide
The Poisson distribution models the probability of a certain number of events occurring within a fixed interval. See how it's applied in real-world scenarios like queueing theory and traffic modeling.
Vinod Chugani
September 11, 2024