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
Training 2 or more people?Try DataCamp for Business
if __name__ == "__main__" Python: Complete Explanation
The if __name__ == "__main__" block in Python allows you to define code that will only run when the file is executed directly as a script, but not when it's imported as a module into another script.
Stephen Gruppetta
August 12, 2024
Apple's DCLM-7B: Setup, Example Usage, Fine-Tuning
Get started with Apple's DCLM-7B large language model and learn how to set it up, use it, and fine-tune it for specific tasks.
Dimitri Didmanidze
August 12, 2024
QR Decomposition in Machine Learning: A Detailed Guide
Learn about QR decomposition, the matrix factorization technique that decomposes matrix A into the product of an orthogonal matrix Q and an upper triangular matrix R.
Josef Waples
August 9, 2024
SQL Triggers: A Guide for Developers
Learn how to use SQL triggers to automate tasks, maintain data integrity, and enhance database performance. Try practical examples like the CREATE, ALTER, and DROP commands in MySQL and Oracle.
Oluseye Jeremiah
August 15, 2024
How to Round to 2 Decimal Places in Python
Learn how to round a number to two decimal places in Python for improved precision using techniques like round(), format(), and string formatting techniques.
Allan Ouko
August 8, 2024
Clustered Column Charts in Excel: How to Create and Customize Them
This tutorial discusses clustered column charts, why Excel is good for creating them, and how to create and customize clustered column charts in Excel.
Elena Kosourova
August 7, 2024
Tiktoken Tutorial: OpenAI's Python Library for Tokenizing Text
Tiktoken is a fast BPE tokenizer developed by OpenAI, primarily used to count tokens for their large language models and ensure efficient text processing within specified limits.
Dimitri Didmanidze
August 7, 2024
Git Rename Branch: How to Rename Local or Remote Branch
Learn how to rename local and remote Git branches using either the terminal or the graphical user interface (GUI) of popular clients like GitHub.
François Aubry
August 7, 2024
Optuna for Deep Reinforcement Learning in Python
Explore how to master hyperparameter tuning with Optuna. Learn how to define hyperparameters, set up your objective function, and utilize sampling and pruning techniques in deep reinforcement learning.
Bunmi Akinremi
August 7, 2024
How to Do a VLOOKUP() with Multiple Criteria
Master the art of using VLOOKUP() with multiple criteria in Excel. Explore advanced techniques like helper columns and the CHOOSE() function.
Laiba Siddiqui
August 7, 2024
DeepChecks Tutorial: Automating Machine Learning Testing
Learn how to perform data and model validation to ensure robust machine learning performance using our step-by-step guide to automating testing with DeepChecks.
Abid Ali Awan
August 6, 2024
pgvector Tutorial: Integrate Vector Search into PostgreSQL
Discover how to enhance PostgreSQL with vector search capabilities using pgvector. This tutorial guides you through installation, basic operations, and integration with AI tools.
Moez Ali
January 20, 2026