What’s popular in Python
Your source for what’s next
Popular in live online training
See allJune 9, 2022
Getting Started with Python Requests Using REST APIs
Presented by Nicholas Russo
A practical and demonstration-oriented course covering the popular HTTP client ârequestsâ for Python in the context of REST APIs and other business use-cases. Python is among the most commonly-used programming languages ...

June 29, 2022
Moving to Python
Presented by Simon Roberts
A fast track to learning Python for programmers familiar with other languages This live online training is intended for programmers looking to transition to Python from other languages. The course introduces ...

August 2, 2022
Python Next Steps: Objects, Protocols, & Dunders
Presented by Matt Harrison
Exploring Pythonâs objects in a hands-on fashion In Python everythingâs an object. Join expert Matt Harrison to learn how to create objects and explore the basics of object-oriented programming. Youâll learn ...

July 25, 2022
Python Next Steps: Objects, Protocols, & Dunders
Presented by Matt Harrison
Exploring Pythonâs objects in a hands-on fashion In Python everythingâs an object. Join expert Matt Harrison to learn how to create objects and explore the basics of object-oriented programming. Youâll learn ...

August 4, 11 & 18, 2022
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 ...

July 29, 2022
Advanced Python
Presented by James Powell
Asynchronous Programming with âasyncâ and âawaitâ This fast-paced course will introduce you to asynchronous programming in Python 3.6 and later, starting with the theory of coroutines all the way up to ...

Popular in interactive learning
See allCustomer Analytics with Python: Develop and Interpret a Hierarchical Clustering
By Tobias Zwingmann
Get insights about structures and hierarchies in your data. ...
Hands-On Python Foundations: Modules and Packages
By Arianne Dee
In this scenario, we look at how Python namespaces work and how to create modules and packages. With this knowledge, you can better modularize a script and organize your Python projects. ...
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: 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 ...
Python Challenge: Write a Function that Takes Arguments
By Julian Zucker
Writing functions that take arguments from the command line ...
Python Challenge: Write File Functions
By Julian Zucker
Define functions that read and write files ...