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
SQL Data Types: Essential Guide for Beginners
Master SQL data types in MySQL, PostgreSQL & SQL Server. Learn to choose the right numeric, text, and date formats to optimize performance and data integrity.
Amberle McKee
2026年1月19日
Qwen-Image-Layered: A Hands-On Guide to Image Decomposition
Learn to automate image editing with Python. Use Qwen-Image-Layered to decompose images into editable RGBA layers and rebuild them in a Streamlit app.
Bex Tuychiev
2026年1月19日
Claude Code Hooks: A Practical Guide to Workflow Automation
Learn how hook-based automation works and get started using Claude Code hooks to automate coding tasks like testing, formatting, and receiving notifications.
Bex Tuychiev
2026年1月19日
MongoDB Indexing Best Practices: Performance Tips & Tricks
Learn about how to create MongoDB indexes and some tips and tricks to get the best performance out of them.
Nic Raboy
2026年1月19日
Docker Mount: Volumes, Bind Mounts, and tmpfs Explained
Docker mounts connect containers to persistent storage through three types - volumes for production data, bind mounts for development workflows, and tmpfs for temporary files.
Dario Radečić
2026年1月16日
SQL ON DELETE RESTRICT: Prevent Accidental Data Loss
Understand how SQL ON DELETE RESTRICT protects data integrity. Learn how it blocks unsafe deletes and when to choose it over CASCADE or SET NULL rules.
Allan Ouko
2026年1月16日
SQL ON DELETE CASCADE: Automatically Remove Dependent Data
Understand how SQL ON DELETE CASCADE automates dependent deletes in SQL, keeps tables consistent, and helps prevent accidental data loss.
Allan Ouko
2026年1月16日
Claude Cowork Tutorial: How to Use Anthropic's AI Desktop Agent
Learn what Claude Cowork is and how to use for file organization, document generation, and browser automation. Hands-on tutorial with real examples and limitations.
Bex Tuychiev
2026年1月16日
How to Show Formulas in Excel (Instead of Results)
Learn how to show formulas for a full worksheet, check individual cells, prepare files for review or printing, and avoid common issues.
Laiba Siddiqui
2026年1月15日
Update Docker: A Step-by-Step Guide
Learn how to update Docker Engine, Docker Desktop, and container images — all without breaking your setup.
Dario Radečić
2026年1月14日
Multimodal RAG: A Hands-On Guide to Learning from Documents
Learn to build a Multimodal RAG pipeline for a visual Q&A system on IKEA assembly instructions using the OpenAI API and ChromaDB vector database.
Josep Ferrer
2026年1月13日
Python Frozenset: Why It Exists and When You Need It
Discover how frozensets bring immutability and hashability to Python collections. Learn when to choose frozensets over regular sets.
Oluseye Jeremiah
2026年1月13日