cjharkins / Python-Practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#How to Set up

Ensure that you have Python 3.6.6 + installed

#You can use VS Code to run and edit the code in one location Download Visual Studio Code @ https://code.visualstudio.com/ Install Python Plugin for VS Code within the plug in panel inside of VS Code

Drag this directory into VS Code and open the VS Code Console

Inside of the TERMINAL - type: python firstProgram.py

#Without VS Code

Open up your bash terminal cd into the Python\ Practice directory by typing: cd /Python\ Practice In the terminal type: python firstProgram.py

About


Languages

Language:Python 100.0%