Basic terminal commands and navigation#
In order to start using python (or any programming language, really) you need to know a few very important things about your computer:
where are files located on my system?
how to use a terminal to navigate between folders to find the files I want to use?
Tutorials#
For Windows users: A windows command prompt primer
For Linux/Mac users (recommended for windows users as well): An introduction to the Linux terminal
Learning checklist (all platforms)#