Getting Started w/ Python: Difference between revisions

Line 15: Line 15:
# Open Working Directory from VSCode
# Open Working Directory from VSCode
## File > Open Folder > Select Folder
## File > Open Folder > Select Folder
## If prompted, Trust the folder


== Jupyter Introduction ==
== Jupyter Introduction ==

Revision as of 22:29, 12 January 2023


Installation and Setup

  1. Install Python for Windows
  2. Install VSCode for Windows
    1. From Extensions, install the following:
      1. Python
      2. Jupyter

Setup

  1. Create a Working Directory (Documents > FOQA)
  2. Open Working Directory from VSCode
    1. File > Open Folder > Select Folder
    2. If prompted, Trust the folder

Jupyter Introduction

Python Introduction

Pandas and Data Manipulation