Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 824 Bytes

File metadata and controls

21 lines (14 loc) · 824 Bytes

Overview

This project is intended to be used as a starting point, a milestone, to practice the incorporation of multiple programming components into a single github repository. In this case, we are including the staple "Hello World" Python file, README.md, Git, and Github together to model what future projects may look like.
To futher clarify, the hello.py file will print "Hello World" when run. (For window users type "py hello.py" into terminal. Mac users will use "python3 hello.py")

Below is a video demonstration of this repository's code.

Software Demo Video

Development Environment

  • Visual Studio Code
  • Python Extension Tool (Version 3.9.5 64-bit)
  • Git
  • Github

Useful Websites