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 NewsArtificial IntelligenceAWSAzureBusiness IntelligenceChatGPTDatabricksdbtDockerExcelGenerative AIGitGoogle Cloud PlatformHugging FaceJavaJuliaKafkaKubernetesLarge Language ModelsMongoDBMySQLNoSQLOpenAIPostgreSQLPower BIPySparkRScalaSnowflakeSpreadsheetsSQLSQLiteTableau
GroupTraining 2 or more people?Try DataCamp for Business
Machine Learning

Reinforcement Learning with Gymnasium: A Practical Guide

Understand the basics of Reinforcement Learning (RL) and explore the Gymnasium software package to build and test RL algorithms using Python.
Arun Nanda's photo

Arun Nanda

December 25, 2024

AWS

Getting Started with AWS Lambda: A Step-by-Step Tutorial

Learn the basics of AWS Lambda, how to set up your first function, and how to integrate it with core AWS services for application serverless deployment.
Moez Ali's photo

Moez Ali

December 25, 2024

Python

pytest-mock Tutorial: A Beginner’s Guide to Mocking in Python

Learn how to use pytest-mock, from setup and fundamentals to advanced techniques for practical testing.
Moez Ali's photo

Moez Ali

December 18, 2024

Machine Learning

Self-Organizing Maps: An Intuitive Guide with Python Examples

Understand the core concepts of Self Organizing Maps and learn how to implement them in Python using MiniSom.
Arun Nanda's photo

Arun Nanda

December 18, 2024

Python

Python f-string: A Complete Guide

Master Python's f-strings, the most elegant way to handle string formatting in your code. This guide covers everything from basic syntax to advanced techniques. Learn how to write cleaner, more maintainable code with real-world examples.

Rajesh Kumar

December 3, 2024

Python

Master Python's argparse Module: Build Better CLIs

Learn to build effective command-line interfaces in Python using the argparse module. This guide walks you through basic and advanced features, with practical examples and tips to improve your programming skills.
Derrick Mwiti's photo

Derrick Mwiti

December 3, 2024

Python

Great Expectations Tutorial: Validating Data with Python

Learn how to validate your data with Great Expectations in Python with this end-to-end tutorial!
Kurtis Pykes 's photo

Kurtis Pykes

Thalia Barrera's photo

Thalia Barrera

November 28, 2024

Data Science

Iloc vs Loc in Pandas: A Guide With Examples

.loc selects data using row and column names (labels), while .iloc uses numerical indices (positions). Learn how to use both with examples.
Tom Farnschläder's photo

Tom Farnschläder

November 21, 2024

Machine Learning

Proximal Policy Optimization with PyTorch and Gymnasium

Learn the first principles of Proximal Policy Optimization, including its implementation in PyTorch with Gymnasium!
Arun Nanda's photo

Arun Nanda

November 18, 2024

Data Science

SettingWithCopyWarning in Pandas: How to Fix This Warning

Learn how to fix Pandas' SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame.
François Aubry's photo

François Aubry

November 17, 2024