🔍 Terminal Tip: Instant #Python Source Viewer! 🐍
Below I defined a function called `pys` (you can add it to your .zshrc).
Now you can peek at Python source code from the command line like this:
$ pys module [object]
E.g.
$ pys collections
$ pys collections Counter