Intermediate Python

Intermediate Python

Learning Paths:
4 hours, 37 minutes CC

Understand key python features for building real-world Python applications! In this course, you'll use list comprehensions to manipulate large quantities of data. You'll learn the basics of how Python implements Object Oriented Programming. Also learn how to approach error handling, external libraries and modules, and use a web framework to build a Python web application.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: May 1, 2019
Get Unlimited Access Now
Table of Contents

Introduction

Comprehensions

OOP

Exceptions

Libraries & Modules

Testing

Web Frameworks

Wrapping Up