Skip to main content
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:
AI AgentsAI NewsAirflowArtificial IntelligenceAWSAzureBusiness IntelligenceChatGPTDatabricksdbtDockerExcelGenerative AIGitGoogle Cloud PlatformHugging FaceJavaJuliaKafkaKubernetesLarge Language ModelsMongoDBMySQLNoSQLOpenAIPostgreSQLPower BIPySparkRScalaSnowflakeSpreadsheetsSQLSQLiteTableau
GroupTraining 2 or more people?Try DataCamp for Business

Social Network Analysis in Python

Networks today are part of our everyday life. Let's learn how to visualize and understand a social network in Python using Networks.

October 2, 2018

Using Regular Expressions to Clean Strings

This tutorial takes course material from DataCamp's Cleaning Data in Python course and allows you to clean strings using regular expressions.

September 28, 2018

Demystifying Crucial Statistics in Python

Learn about the basic statistics required for Data Science and Machine Learning in Python.

September 27, 2018

Introduction to Customer Segmentation in Python

In this tutorial, you're going to learn how to implement customer segmentation using RFM(Recency, Frequency, Monetary) analysis from scratch in Python.

September 26, 2018

Data Visualization with Tableau

In this tutorial, you will learn how to analyze and display data using Tableau and make better, more data-driven decisions.

September 24, 2018

TPOT in Python

In this tutorial, you will learn how to use a very unique library in python, TPOT. The reason why this library is unique is that it automates the entire Machine Learning pipeline and provides you with the best performing machine learning model.

September 21, 2018

Joining DataFrames in pandas: merge(), concat() & join()

Learn how to join and merge DataFrames in pandas using concat(), merge(), and join() with practical examples.

February 5, 2026

Introduction to t-SNE

Learn to visualize high-dimensional data in a low-dimensional space using a nonlinear dimensionality reduction technique.

December 9, 2024

Lists: N-Sized Chunks

In this tutorial, you shall work with lists and learn an efficient way to divide arbitrarily sized lists into chunks of a given size.

September 12, 2018

Investigating Tensors with PyTorch

In this tutorial, you'll learn about Tensors, PyTorch, and how to create a simple neural network with PyTorch.

September 12, 2018

Ensemble Modeling Tutorial: Explore Ensemble Learning Techniques

In this tutorial, you'll learn what ensemble is and how it improves the performance of a machine learning model.

March 30, 2023

Machine Learning Basics - The Norms

Learn linear algebra through code and visualization.

September 4, 2018