Getting Started w/ Python: Difference between revisions

Line 5: Line 5:


# Install [https://www.python.org/downloads/ Python for Windows]
# Install [https://www.python.org/downloads/ Python for Windows]
## Add Python to Environment Variables (Checked)
# Install [https://code.visualstudio.com/download VSCode for Windows]
# Install [https://code.visualstudio.com/download VSCode for Windows]
## From Extensions, install the following:
## From Extensions, install the following:

Revision as of 22:49, 12 January 2023


Installation and Setup

  1. Install Python for Windows
    1. Add Python to Environment Variables (Checked)
  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
    3. Create a Folder

Jupyter Introduction

Python Introduction

Pandas and Data Manipulation