Category
Technologies
Python Tutorial
Keep up to date with the latest news, techniques, and resources for Python programming. Our tutorials are full of practical walk throughs & use cases you can use to upskill.
Other technologies:
Training 2 or more people?Try DataCamp for Business
Reconstructing Fingerprint Images Using Deep Learning (Convolutional Autoencoder)
In this tutorial, you will learn and understand how to read jpeg format fingerprint images, reconstructing them using convolutional autoencoder.
Aditya Sharma
June 26, 2018
Using Python to Power Spreadsheets in Data Science
Learn how Python can be used more effectively than Excel, with the Pandas package.
Jason Graham
June 12, 2018
Python String to DateTime: How to Convert Strings to DateTime Objects
Learn all about the Python datetime module in this step-by-step guide, which covers string-to-datetime conversion, code samples, and common errors.
Arunn Thevapalan
October 17, 2025
Install Anaconda on macOS (2025): Apple Silicon, conda init, and Common Fixes
A practical guide to installing Anaconda on a Mac with native ARM64 support, verifying the download, initializing conda, and setting up clean environments.
DataCamp Team
October 28, 2025
Custom Templates for Jupyter Notebooks with Jinja2
Learn how to create custom export templates for your Jupyter Notebooks using Jinja2.
Steph Howson
May 30, 2018
How to Install and Use Homebrew
Discover Homebrew for data science. Learn how you can use this package manager to install, update, and remove technologies such as Apache Spark and Graphviz.
DataCamp Team
May 23, 2018
Random Forest Classification in Python With Scikit-Learn: Step-by-Step Guide (with Code Examples)
This article covers how and when to use random forest classification with scikit-learn, focusing on concepts, workflow, and examples. We also cover how to use the confusion matrix and feature importances.
Adam Shafi
October 31, 2025
pandas read_csv() Tutorial: Importing Data
Importing data is the first step in any data science project. Learn why today's data scientists prefer the pandas read_csv() function to do this.
Kurtis Pykes
December 2, 2024
Absolute and Weighted Frequency of Words in Text
In this tutorial, you'll learn about absolute and weighted word frequency in text mining and how to calculate it with defaultdict and pandas DataFrames.
Elias Dabbas
April 24, 2018
Python Pickle Tutorial: Object Serialization
Discover the Python pickle module: learn about serialization, when (not) to use it, how to compress pickled objects, multiprocessing, and much more!
Natassha Selvaraj
December 13, 2024
Implementing Autoencoders in Keras: Tutorial
In this tutorial, you'll learn more about autoencoders and how to build convolutional and denoising autoencoders with the notMNIST dataset in Keras.
Aditya Sharma
April 4, 2018
Object-Oriented Programming in Python (OOP): Tutorial
Tackle the basics of Object-Oriented Programming (OOP) in Python: explore classes, objects, instance methods, attributes and much more!
Théo Vanderheyden
December 19, 2022