Python Fundamentals

Python Fundamentals

Learning Paths:
4 hours, 40 minutes CC

Get started with Python in a practical, hands-on way! Learn types in Python like basic data types, tuples, and dictionaries. Understand control flow in Python programs with loops, boolean statements, if statements, and return statements. Then you’ll make concise, reusable functions, learn how to work with files on your filesystem, and write programs that interact with APIs!

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

Published: April 15, 2019
Get Unlimited Access Now
Table of Contents

Introduction

Data Types

Functions

Lists

Tuples

Sets

Dictionaries

Boolean Logic

Looping & Control Flow

Real-World

Wrap Up