What’s popular in Python
Your source for what’s next
Popular in live online training
See allMay 11, 2023
Real-World Python by Example
Presented by Nicholas Russo
A No-Nonsense, Example-Based Python Course Practical learning with 90% code examples and reviews + 10% theory and concepts for a task-oriented and fun class See how features work in concert so ...

April 11, 2023
Python Full Throttle with Paul Deitel: A One-Day, Fast-Paced, Code-Intensive Python Presentation
Presented by Paul Deitel
Dive into Python using your object-oriented programming knowledge and get up to speed on Python 3.7+. Includes several new Python 3.8 â 3.10 language features. Live instruction by Paul Deitel, bestselling ...

April 20, 2023
Threading in Python
Presented by Lee Gaines
How to use threading to create fast and efficient applications In a world where speed of delivery is a high priority, itâs important to be able to make your Python applications ...

April 6, 2023
Programming with Python: Beyond the Basics
Presented by Arianne Dee
How to Write a Web Scraper in Python This training is meant as a next step after Arianneâs Introduction to Python Programming Live Training course. In it, you will go beyond ...

April 13, 2023
Python Decorators
Presented by Trey Hunner
Using the @ Symbol In this course, youâll: Understand decorator syntax Learn common decorator uses Get hands-on with decorators Ever seen a line like â@somethingâ before a function or class definition ...

April 5, 2023
Python Comprehensions and Generator Expressions
Presented by Trey Hunner
An introduction to two powerful and often misused Python features In this course, youâll: Identify opportunities to refactor your code into a comprehension Identify places a generator and a reducer function ...

Popular in interactive learning
See allProblem Solving: Finding Second Largest Value in List
By George Heineman
Evaluate order-of-growth behavior ...
Problem Solving: Finding Largest Value Using Recursion
By George Heineman
Use divide and conquer to solve problem recursively ...
Spectral Clustering from Scratch Using Python
By Siddharth Yadav
In this lab, you will learn how to implement spectral clustering from scratch using Python ...
Financial Data Sources and APIs in Python
By Abdullah Karasan
Getting familiar with Yahoo Finance, FRED, Quandl, and the World Bank database ...
Introduction to Matrix Algebra Using Python
By Siddharth Yadav
In this lab, you will be introduced to matrices and related concepts using NumPy and other Python libraries ...
Python Cookbook: Metaprogramming
By O'Reilly Media, Inc.
Recipes from Python Cookbook ...