Intro to Python

Workshops

  • Introduction
    • Install Python
    • Numbers, Variables, Strings
    • Debugging
    • Help and Print
    • Conditionals
    • Further Reading/Watching
    • Introduction Answers
  • Modules & Functions
  • Loops & Files
  • Lists & Tuples
  • More Looping
  • Data Structures
  • Comprehensions
  • Files & Exceptions
  • Classes
  • Pythonic Code
  • Standard Library
  • Projects
  • Some Things We Skipped
  • More Resources

Taught by Trey Hunner of Truthful Technology LLC. Practice Python weekly.

Intro to Python

Introduction

  • Install Python
    • Windows
    • Mac
    • Linux
  • Numbers, Variables, Strings
    • REPL
    • Arithmetic
    • Variables
    • Strings
    • String Length
    • String Indexing
    • String Formatting
  • Debugging
    • A broken program
    • breakpoint
    • More PDB Commands
  • Help and Print
    • An Expected Failure
    • Help
    • Print
    • Help Discovery Exercises
  • Conditionals
    • An Expected Failure
    • Booleans
    • If Statements
    • Conditional Exercises
  • Further Reading/Watching
  • Introduction Answers
    • Help Discovery Exercises
    • Conditional Exercises
Previous Next

© Copyright 2025 Truthful Technology, LLC.