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
Artificial Intelligence

Implementing the Hill Climbing Algorithm for AI in Python

Learn the hill climbing algorithm in Python. This guide covers types, limitations, and real-world AI applications with code examples.

Bex Tuychiev

February 4, 2025

Artificial Intelligence

Implementing the Minimax Algorithm for AI in Python

Learn to code an unbeatable Tic-tac-toe AI using the Minimax algorithm in Python. This tutorial covers theory, implementation, and optimization, ideal for game AI enthusiasts.
Bex Tuychiev's photo

Bex Tuychiev

January 31, 2025

Artificial Intelligence

Getting Started with TorchRL for Deep Reinforcement Learning

A beginner-friendly guide to TorchRL for deep reinforcement learning—learn to build RL agents with PyTorch through practical examples.
Arun Nanda's photo

Arun Nanda

January 29, 2025

Python

Python Abstract Classes: A Comprehensive Guide with Examples

Learn about Python abstract classes, their purpose, and how to use the `abc` module to enforce consistent interfaces. Includes practical examples and best practices for effective implementation.
Derrick Mwiti's photo

Derrick Mwiti

January 22, 2025

Python

Fibonacci Sequence in Python: Learn and Explore Coding Techniques

Discover how the Fibonacci sequence works. Explore its mathematical properties and real-world applications.
Laiba Siddiqui's photo

Laiba Siddiqui

February 27, 2025

Python

Python Slice: Useful Methods for Everyday Coding

Discover how slicing can effortlessly extract, rearrange, and analyze your data. Harness negative indices, multi-dimensional slices, and advanced step values for full precision.
Oluseye Jeremiah's photo

Oluseye Jeremiah

January 15, 2025

Artificial Intelligence

Evaluate LLMs Effectively Using DeepEval: A Practical Guide

Learn to use DeepEval to create Pytest-like relevance tests, evaluate LLM outputs with the G-eval metric, and benchmark Qwen 2.5 using MMLU.
Abid Ali Awan's photo

Abid Ali Awan

January 14, 2025

Python

Python UV: The Ultimate Guide to the Fastest Python Package Manager

Learn how to use UV, the fastest Python package manager in 2025. Discover 10x faster dependency management, virtual environments, and seamless migration from pip, Poetry, and Conda.
Bex Tuychiev's photo

Bex Tuychiev

January 9, 2025

Python

Python Reverse List: How to Reorder Your Data

Choose the right Python list reversal technique between reverse(), slicing, reversed(), and list comprehensions. Use these methods to tackle tasks like data sorting and sequence alignment.
Oluseye Jeremiah's photo

Oluseye Jeremiah

February 27, 2025

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