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 ...

June 2 & 3, 2022
Getting started with Python 3
Presented by Matt Harrison
Learn the basics by building a Markov chain generator At the moment, there's a huge demand for Python skills. Whether you're a recent grad or an industry veteran, there's no better ...

June 27, 2022
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 ...

May 18, 25 & June 1, 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 5, 2022
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 ...

Popular in interactive learning
See allPython ML Cookbook: Wrangling Data (Part 1)
By O'Reilly Media, Inc.
Recipes from Machine Learning with Python Cookbook ...
Python Cookbook: Data Encoding & Processing
By O'Reilly Media Inc.
Recipes from Python Cookbook ...
Hands-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: 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 ...