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
  • More Resources
    • Glossary
    • Cheat Sheets and Helpers
    • Testing Resources
    • Third Party Libraries
    • Other Things
    • Keeping up with Python

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

Intro to Python

Cheat Sheets and Helpers

Helper tools:

  • String format guesser

  • datetime parser format guesser

  • My Python resource bookmarks

My Python cheat sheets:

  • The 25 built-in functions to know

  • The 17 string methods to know

  • Unofficial Python glossary

  • pathlib cheat sheets

  • data structure time complexity cheat sheet

  • The 5 uses of * for packing/unpacking

  • f-string modifier cheat sheet

  • command-line utilities included with Python

  • every dunder method in Python

  • breakpoint usage cheat sheet

Cheat sheets from Eric Matthes:

  • Beginner’s overview cheat sheet

  • “if” statements and “while” loops

  • functions

  • lists

  • files and exceptions

  • dictionaries

  • classes

Previous Next

© Copyright 2025 Truthful Technology, LLC.