What’s popular in Python
Your source for what’s next
Popular in live online training
See allNovember 5, 12, 19, 26 & December 3, 2024
Python in 5 Weeks: Python Programming for Beginners—with Interactivity
Presented by Reuven Lerner
December 11, 2024
Python Decorators
Presented by Trey Hunner
December 13, 2024
Python Cookbook: Recipes for AI and Machine Learning
Presented by Shaun Wassell
December 16, 2024
Generative AI for Python Developers
Presented by Shaun Wassell
December 6, 2024
Advanced Python: Functional Programming
Presented by James Powell
November 20, 21 & 22, 2024
Python Immersion
Presented by Shaun Wassell
Popular in interactive learning
See allTest Python Locally to Prepare for CI/CD
By Noah Gift
Learn how to test your Python project locally ...
Hands-On Python Foundations: Types, Variables and Strings
By Arianne Dee
Build a strong foundation for your Python knowledge by understanding how variables and types work in Python. We will also cover working with strings, such as cleaning user input and formatting ...
Hands-On Python Foundations: Functions and Control Flow
By Arianne Dee
In this scenario, learn how to control the flow of program execution through functions, conditionals and loops. ...
Hands-On Python Foundations Scenarios - Getting started with Python
By Arianne Dee
A comprehensive course for aspiring Python developer to learn how to write their own scripts and programs. It includes a number of small, interactive examples that showcase how to use Python, ...
Problem Solving: Finding Largest Value with Two Kinds of Problem Instances of size N
By George Heineman
Evaluate best and worst case for different algorithms ...
Problem Solving: Finding Largest Value Using Recursion
By George Heineman
Use divide and conquer to solve problem recursively ...