Python Programming

Python 001: Print and Variables

In this video we introduce you to the basics of Python programming. Two of the most important concepts are the ability to print to screen and set variables. ...

Python 002: Conditional Statements

In this video we introduce you to the basics of Python programming. Today we introduce basic logic through conditional statements such as “if-then” checking....

Python 003: Loops

Introduction to Python Programming. In this video we introduce basic concepts you’ll need to get started such as while and for loops and how to use continue ...

Python 004: Lists

In this video we introduce basic concepts you’ll need to get started such as how to create and work with lists. Lists are a collection of objects assigned to...

Python 005: Functions

In this video we introduce basic concepts you’ll need to get started such as how to create and work with functions. Functions allow you call a block of code ...

Python 006: Import Libraries

In this video we introduce basic concepts you’ll need to get started such as how to create and work with libraries. Libraries are additional code that you ca...

Python 007: Reading and Writing Files

In this video we introduce basic concepts you’ll need to get started such as how to read and write files. Writing to files allows you to save the output from...

Python 008: Starting Projects

In this video, we combine previous concepts into one bigger project. We use Python and various libraries to create a web server that hosts a guessing game. T...

Python 009: Dictionaries

Introduction to Python Programming. In this video, we introduce basic concepts you’ll need to get started, such as using dictionaries. Dictionaries are data ...