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.
Откройте для себя категории
Обучение двух или более человек?Попробуйте DataCamp for Business
Rank Formula in Excel: A Comprehensive Guide With Examples
Learn how to rank data in Excel with RANK(), RANK.EQ(), and RANK.AVG() functions. Understand their differences, applications, and tips for accurate data analysis.
Laiba Siddiqui
16 июля 2024 г.
Python: Remove Duplicates From A List (Five Solutions)
To remove duplicates from a Python list while preserving order, create a dictionary from the list and then extract its keys as a new list: list(dict.fromkeys(my_list)).
Stephen Gruppetta
16 июля 2024 г.
Building User Interfaces For AI Applications with Gradio in Python
Learn how to convert technical models into interactive user interfaces with Gradio in Python.
Bex Tuychiev
15 июля 2024 г.
How to Upgrade Python and Pip in Windows, MacOS, and Linux
Read our step-by-step instructions for how to upgrade Pip and Python on Windows, macOS, and Linux. Keep your environment up-to-date and compatible.
Samuel Shaibu
23 декабря 2025 г.
RAG vs Fine-Tuning: A Comprehensive Tutorial with Practical Examples
Learn the differences between RAG and Fine-Tuning techniques for customizing model performance and reducing hallucinations in LLMs.
Abid Ali Awan
14 июля 2024 г.
The Complete Guide to Data Version Control With DVC
Learn the fundamentals of data version control in DVC and how to use it for large datasets alongside Git to manage data science and machine learning projects.
Bex Tuychiev
14 июля 2024 г.
PyTorch Lightning: A Comprehensive Hands-On Tutorial
This comprehensive, hands-on tutorial teaches you how to simplify deep learning model development with PyTorch Lightning. Perfect for beginners and experienced developers alike, it covers environment setup, model training, and practical examples.
Bex Tuychiev
14 июля 2024 г.
What is Terraform? Get Started With Infrastructure as Code
Read our step-by-step beginner's guide to using Terraform, and learn how to efficiently automate and manage your Azure, AWS, and Google Cloud infrastructure.
Marie Fayard
12 июля 2024 г.
The Complete Guide to Data Warehousing on GCP with BigQuery
Discover how Google BigQuery provides scalable, flexible, and cost-effective data warehousing and analytics solutions that seamlessly integrate with other GCP services.
Josep Ferrer
11 июля 2024 г.
Qwen (Alibaba Cloud) Tutorial: Introduction and Fine-Tuning
Qwen is a family of large language and multimodal models developed by Alibaba Cloud, designed for various tasks like text generation, image understanding, and conversation.
Dr Ana Rojo-Echeburúa
11 июля 2024 г.
How to Use the Python pass Statement
Learn to use the Python pass statement in loops, functions, and classes. Understand the pass statement's importance in code execution and readability.
Allan Ouko
11 июля 2024 г.
Chain-of-Thought Prompting: Step-by-Step Reasoning with LLMs
Unlock the full potential of Large Language Models (LLMs) with our guide on Chain-of-Thought (CoT) prompting. Learn how to enhance reasoning and problem-solving abilities in LLMs.
Andrea Valenzuela
10 июля 2024 г.