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.
カテゴリーを探す
2人以上をトレーニングしますか?DataCamp for Businessを試す
Git Stash Explained: Save, Restore, and Manage Changes
Learn how to use git stash to save, inspect, restore, and manage changes. Understand selective stashing, conflict fixes, and best practices for clean workflows.
Allan Ouko
2026年3月26日
Promptfoo Tutorial: A Hands-On Guide to LLM Evaluation
Build reliable AI apps faster by turning ad-hoc prompt checks into structured LLM evaluations with Promptfoo, from local test suites to automated CI.
Bex Tuychiev
2026年3月25日
Git Subtree Explained: A Practical Guide with Examples
Use four essential commands (add, pull, push, split) to keep shared libraries in sync across teams.
Oluseye Jeremiah
2026年3月25日
Update Git on Windows, macOS, or Linux: All Methods Explained
Learn how to check and update your Git version across Windows, macOS, and Linux with easy commands to access the latest features and bug fixes.
Allan Ouko
2026年3月25日
Docker init: How to Initialize a Project with Docker (Step-by-Step Guide)
A practical guide to `docker init` - what it generates, how to use it with a real Python project, and when it's the right tool for the job.
Dario Radečić
2026年3月25日
Python Exercises for Beginners: A Hands-On Guide With Answers
Solve beginner‑friendly Python exercises, starting with simple variables and building up to functions, data structures, and guided projects.
Austin Chia
2026年3月24日
Terraform Import: Bring Existing Infrastructure Under Code
Master Terraform import of existing cloud resources with CLI commands and import blocks to bring legacy infrastructure under Infrastructure as Code management.
Benito Martin
2026年3月24日
Affine Transformation Explained: Properties and Applications
Learn about the definition, formula, key properties, homogeneous coordinates, and applications of affine transformations in graphics, computer vision, robotics, and data preprocessing.
Vikash Singh
2026年3月24日
Polynomial Regression: From Straight Lines to Curves
Explore how polynomial regression helps model nonlinear relationships and improve prediction accuracy in real-world datasets.
Dario Radečić
2026年3月23日
A Guide to Andrej Karpathy’s AutoResearch: Automating ML with AI Agents
Learn how Karpathy's AutoResearch runs 100+ ML experiments overnight on a single GPU. Covers the three-file architecture, ratchet loop, results, and limitations.
Bex Tuychiev
2026年3月23日
Python Stack: Implementing LIFO Data Structures
Learn about LIFO principles, how to implement stacks in Python using lists, deque, and LifoDeque, and apply them for undo/redo systems or graph traversal.
Rajesh Kumar
2026年3月22日
How to Set Up Multi-Factor Authentication in MongoDB Atlas
Multi-factor authentication (MFA) protects your MongoDB Atlas account from unauthorized access by requiring verification beyond your password.
Damilola Oladele
2026年3月20日