Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 468 Bytes

Learning-Python

Set up Python

  1. Download Python from https://www.python.org/ and install python.mpkg

  2. (optionally) Download either notepad ++ or sublime text as text editor from Google

  3. (MAC) open terminal and do the following

     a. python  
    
     b. print("Hello World")  
    

Run a script file

  1. Get the latest of the repo

     $ git pull origin/master
    
  2. Run file

     $ python ./scripts/hello_bo.py