2 Matching Annotations
  1. Mar 2026
    1. Inherited Functions

      This reminds me of just how important it is to check for inheritances just in case the object is inheriting functions from other classes.

    1. # Run pip install command. > python -m pip install PySide6

      Even when you are in the folder, use ./python -m pip install PySide6 instead, on Windows PowerShell