Course Overview
  • Auto-Welcome Message
  • Course Introduction
  • Course Curriculum Overview
  • Why Python?
  • Course FAQs
Python Setup
  • Command Line Basics
  • Installing Python (Step by Step)
  • Running Python Code
  • Getting the Notebooks and the Course Material
  • Git and Github Overview (Optional)
Python Object and Data Structure Basics
  • Introduction to Python Data Types
  • Python Numbers
  • Numbers: Simple Arithmetic
  • Numbers - FAQ
  • Numbers Quiz
  • Variable Assignments
  • Introduction to Strings
  • Quick Print Check
  • Indexing and Slicing with Strings
  • String Indexing
  • String Slicing
  • String Properties and Methods
  • Strings -FAQ
  • Strings Quiz
  • Print Formatting with Strings
  • Print Formatting FAQs
  • Print Formatting
  • Lists in Python
  • Lists
  • Lists - FAQ
  • Lists Quiz
  • Dictionaries in Python
  • Dictionaries
  • Dictionaries - FAQ
  • Dictionaries Quiz
  • Tuples with Python
  • Tuples Quiz
  • Sets in Python
  • Sets
  • Booleans in Python
  • Sets and Booleans Quiz
  • I/O with Basic Files in Python
  • File I/O
  • Resources for More Basic Practice
  • Python Objects and Data Structures Assessment Test Overview
  • Python Objects and Data Structures Assessment Test Solutions
Python Comparison Operators
  • Comparison Operators in Python
  • Chaining Comparison Operators in Python with Logical Operators
  • Comparison Operators Quiz
Python Statements
  • If Elif and Else Statements in Python
  • For Loops in Python
  • While Loops in Python
  • Useful Operators in Python
  • List Comprehensions in Python
  • Python Statements Test Overview
  • Python Statements Test Solutions
Methods and Functions
  • Methods and the Python Documentation
  • Introduction to Functions
  • def Keyword
  • Basics of Python Functions
  • Logic with Python Functions
  • Tuple Unpacking with Python Functions
  • Interactions between Python Functions
  • Overview of Quick Function Exercises #1-10
  • Quick Check on Solutions Link
  • Functions #1: print Hello World
  • Functions #2: print Hello Name
  • Functions #3 - simple Boolean
  • Functions #4 - using Booleans
  • Functions #5: simple math
  • Functions #6: is even
  • Functions #7: is greater
  • *args and **kwargs in Python
  • Functions #8: *args
  • Functions #9: pick evens
  • Functions #10: skyline
  • Function Practice Exercises - Overview
  • Function Practice Exercises - Solutions
  • Function Practice - Solutions Level One
  • Function Practice - Solutions Level Two
  • Function Exercise Solutions - Challenge Problem
  • Lambda Expressions, Map, and Filter Functions
  • Nested Statements and Scope
  • Methods and Functions Homework Overview
  • Methods and Functions Homework - Solutions
Milestone Project - 1
  • Introduction to Warm Up Project Exercises
  • Displaying Information
  • Accepting User Input
  • Validating User Input
  • Simple User Interaction
  • First Python Milestone Project Overview
  • Milestone Project Help
  • Solution Overview for MileStone Project 1 - Part One