Practical Guide to Python

Practical Guide to Python

Learning Paths:
4 hours, 58 minutes CC

This course leverages your experience as a coder in other languages to quickly get you up to speed with writing effective Python. Learn why you might want to use Python and all the foundational basics: data types, numbers, strings, lists, sets, tuples, and dictionaries. We will then cover some practical applications for those python programs, go over libraries and modules, and end the course build in the Django web framework.

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

Published: December 22, 2020
Get Unlimited Access Now
Table of Contents

Introduction

Why Python?

Variables & Data Types

Functions, Loops, & Logic

Practical Applications

Object Oriented Python

Libraries & Modules

Web Frameworks

Wrapping Up