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

Further Reading/Watching

  • Using the Python REPL

  • Arithmetic in Python

  • Assigning a variable

  • Strings in Python

  • Calling a function in Python

  • Functions versus methods

  • String methods to know in Python

  • Concatenation vs interpolation

  • Multiline strings

  • F-string cheat sheet for

  • Python doesn’t have type coercion

  • Using breakpoint to debug in Python

  • Introspecting Python objects

  • Python’s “if” statements

  • Conditional operators in Python

  • Boolean operators in Python

  • Understanding help() in Python

  • Prompting a user for input

Previous Next

© Copyright 2025 Truthful Technology, LLC.