Wiki Pages

Python Workshop

  • Introduction
    • Who am I?
    • Referenced Courses
    • The Broad Strokes
  • Code Styles
  • Pythonic Code
  • Data Structures
  • Loops & List/Generator Comprehensions
  • Context Managers
  • Python Includes Batteries
  • Examples & Case Studies
    • Monte Carlo Integration
    • If Time Permits
  • Git Repo

Python Workshop Follow-Up

  • Introduction
    • Who am I?
    • Referenced Courses
    • The Broad Strokes
  • Code Documentation
    • A Few Starting Examples
    • Writing Good Documentation
    • Type Hints
  • Object Oriented
    • Tic-Tac-Toe Example
    • Tic-Tac-Toe Tests
    • Data Classes & Abstract Base Classes
    • Shapes Example
      • shape.py
      • square.py
      • shape_factory.py
      • run_shapes.py
  • Threads & Processes

Python Workshop - NumPy

  • Introduction
    • Who am I?
    • Referenced Courses
  • Overview
  • A Few Short Examples
    • Creating Arrays
    • Broadcasting
    • Remaining Topics
  • Implementing a Matrix Solver
    • Getting Started
    • The Solver
  • Statistics