Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 561 Bytes

joshuabakotic.md

File metadata and controls

29 lines (17 loc) · 561 Bytes

Summary So far

Introduction to python

  • 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

Pathing

  • Absolute explicit path using '/'
  • Relative at the current moment i.e. current folder

Python

  • basic understaning between Python and iPython

  • Basic numerical commands for Python

    • '*' multiplication

    • '/' division

  • Shortcut commands for markdown and code