Introduction
  • Introduction
  • Installing Python / Setting up Code editor
Fundamentals of Python
  • Print Statements
  • Escape Sequences
  • Comments
  • Section Review
Variables, Data, and Math
  • Datatypes
  • DataTypes Quiz
  • Variables
  • Variables Quiz
  • Input
  • Input quiz
  • Math Operators
Python Methods
  • Functions
  • Setting up Pygame
  • Lines, Rectangles, Ellipses, and Circles
  • Creating the python Logo
  • Rounding
Logics
  • If, else, and elif statements
  • Logical Operators
  • Rational operators
  • Nested Ifs
  • Grade Average Calculator
Loops
  • While loops and Accessing Digits
  • For Loops
  • Nested loops
Strings and Lists
  • Strings and Slicing
  • String Methods
  • Lists
  • List Methods
Python Extras
  • Lambda Expressions
  • Json (JavaScript Object Notation)
  • Date and Time
  • Intro to CSV (Comma Separated Values)
Machine Learning
  • Intro to Machine Learning
  • Mean, Median, Mode, and Standard deviation
  • Histograms and Gaussian Data distribution
  • Scatter Plots
  • Polynomial and Linear Regression
GUI (Graphics User Interface)
  • GUI notes (Please save to use with you)
  • Introduction to GUI (Window, frames, buttons, labels, and entry fields)