Intro to Python

Workshops

  • Introduction
  • Modules & Functions
  • Loops & Files
  • Lists & Tuples
  • More Looping
  • Data Structures
  • Comprehensions
    • List Comprehensions
    • Generator Expressions
    • Set & Dict Comprehensions
    • Map and Filter
    • Further Reading/Watching
    • Comprehensions Answers
  • 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

  • What are list comprehensions?

  • Turning a loop into a comprehension

  • Breaking up long lines of code

  • How to write a generator expression?

  • map and filter

  • Avoid the reduce function in Python

  • Everything is an object

  • Passing functions as arguments to other functions

  • Python’s lambda functions

  • Python List Comprehensions: Explained Visually

  • Comprehensible Comprehensions talk

  • Lazy Looping: The Next Iteration talk

  • Overuse of lambda expressions in Python

  • Check Whether All Items Match a Condition in Python (using any/all)

Previous Next

© Copyright 2025 Truthful Technology, LLC.