Skip to content

jpadamsonline/Learning-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages