Intro to Python

Workshops

  • Introduction
  • Modules & Functions
  • Loops & Files
  • Lists & Tuples
  • More Looping
  • Data Structures
  • Comprehensions
  • Files & Exceptions
  • Classes
  • Pythonic Code
  • Standard Library
  • Projects
  • Some Things We Skipped
    • Packages
    • More Exceptions
    • Encoding
    • File Objects
    • Decorators
    • Objects
    • Properties
    • Dunder Methods
    • Class Methods
    • Further Reading/Watching
    • Extra Answers
  • More Resources

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

Intro to Python

Further Reading/Watching

  • Every dunder method in Python

  • Duck Typing in Python

  • Character encodings in Python

  • Pragmatic Unicode

  • io module documentation

  • File object class hierarchy

  • Python Module of the Week: gzip

  • Python Module of the Week: decimal

  • Why you should use Python 3 for text processing

  • Transforming Code into Beautiful, Idiomatic Python

  • Counting Things in Python: A History

  • Iteration, iteration, iteration - A tour of iteration in Python

  • Kung Fu at Dawn with Itertools

  • dataclasses module

  • Raymond Hettinger’s talk about dataclasses

Previous Next

© Copyright 2025 Truthful Technology, LLC.