-
Using and interfacing with the basic terminal
-
Pwd print working directory
-
ls list working directory
-
'..' goes back one directory
-
cd~/ takes you back to home directory
-
- Absolute explicit path using '/'
- Relative at the current moment i.e. current folder
-
basic understaning between Python and iPython
-
Basic numerical commands for Python
-
'*' multiplication
-
'/' division
-
-
Shortcut commands for markdown and code