What’s popular in Python

Your source for what’s next

Popular in live online training

See all

February 14, 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 ...

January 19, 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 ...

February 28, 2023

Object-Oriented Programming in Python

Presented by Arianne Dee

How do you write classes and methods in Python? What does init mean? What is object-oriented programming and when should I use it? This course will help you move beyond scripting ...

February 10, 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 ...

February 2, 2023

Python Environments and Best Practices

Presented by Arianne Dee

So you know how to do some simple scripting. Maybe you’re comfortable creating text-based applications that run in your IDE. But there's more to being a Python developer than just writing ...

February 23, 2023

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