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

Testing Resources

Here are videos, docs, tutorials, blog posts, and other information about testing.

  • Getting started with automated testing (PyCon US talk)

  • Getting Started Testing (PyCon US talk)

  • unittest explainer (PyMOTW-3) and unittest official docs

  • pytest docs and pytest book

  • Harry Percival’s Python testing book (focused on web development)

  • pytest’s parametrize decorator

  • hypothesis for testing edge cases and HypoFuzz for fuzz testing

  • More testing tools

  • YouTube tutorial on pytest

Previous Next

© Copyright 2025 Truthful Technology, LLC.