Let's do some fun stuff on the command line! This is a lot of "figuring out what to do" as opposed to "applying skills we learned in class." It will definitely make you feel uncomfortable and like you don't know anything, but that's okay!
Do these in any order you want. Be sure to check out the very last one, it's crazy.
A general tip: When you're searching around on the internet, pip install has a hundred ways of being talked about. python3 -m pip install
and pipx install
and pip3 install
anything that vaguely looks like that can probably just be substituted with pip install
.
ChatGPT can be really helpful for figuring out the specific command-line flags and arguments you need to get your CLI tools operating how you want them to. Unless you're using ffmpeg
and convert
every day of your life, memorizing exactly how these command-line tools work is prrrrrobably not the best use of your brainpower.