Yo, print in Jupyter interactive notebook is clutch! I’ve been using `pprint` (pretty print) from the `pprint` module for nested dictionaries and lists. It formats the output so much cleaner than regular print.
For debugging, I also use `logging` sometimes, but honestly, print is just faster for quick checks.
For debugging, I also use `logging` sometimes, but honestly, print is just faster for quick checks.
