What’s popular in Python
Your source for what’s next
Popular in live online training
See allJanuary 18, 25 & February 1, 2024
Hands-On Python Foundations in 3 Weeks
Presented by Arianne Dee
Learn the Foundations of Python with Exercises, Homework, and Quizzes Learn by doing with hands-on Python coding scenarios and Katacoda challenges Solidify your skills with weekly assignments and quizzes to help ...
January 23, 2024
Python-Powered Excel
Presented by George Mount
Take Control of Your Data by Automating Excel Spreadsheets Excel spreadsheets are the tool of choice for data analysis and reporting for a majority of business professionals. But Excel has its ...
January 4, 2024
Intermediate Python Classes
Presented by Trey Hunner
Making Pythonic Classes Pythonâs classes are flexible and powerful. While learning the syntax for creating classes isnât terribly difficult, understanding how to structure your classes well takes some practice. Expert Trey ...
January 31, 2024
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 ...
January 30, 2024
Python Data Structures and Comprehensions
Presented by Arianne Dee
Level Up Your Python Skills Provides much-needed focus on key topics to help Python coders advance Shows data structures that are in modules/libraries and not just the built-in ones Demonstrates how ...
January 5, 2024
RPA Development with Python in 4 Hours
Presented by Milecia McGregor
How to Build RPA Bots for Business Processes RPA uses code to manage repetitive business tasks like submitting order requests, processing HR info, and extracting data in different formats. Businesses are ...
Popular in interactive learning
See allHands-On Python Foundations: Exceptions and File Handling
By Arianne Dee
In this scenario, we learn how to handle exceptions as a competent programmer when your code do not go as planned, as well as how to work with files on your ...
Hands-On Python Foundations: Virtual Environments and Pip
By Arianne Dee
In this scenario, you'll learn the basics of how to work with Python's built-in tools for managing projects and their required packages. ...
Python Cookbook: Data Structures & Algorithms
By O'Reilly Media, Inc.
Recipes from Python Cookbook ...
Python Cookbook: Strings and Text
By O'Reilly Media, Inc.
Recipes from Python Cookbook ...
Hands-On Python Foundations: Data Structures
By Arianne Dee
In this scenario, we look at Python's core data structures that you will need to write most programs: lists and dictionaries. We'll also briefly look at tuples and sets, two other ...
Hands-On Python Foundations: Intro to Classes
By Arianne Dee
In this scenario, you learn how to write your own methods and create your own classes. Classes are a powerful feature of Python that can help you write better, more maintainable ...