Getting Started w/ Python: Difference between revisions

No edit summary
Line 6: Line 6:
# Install [https://www.python.org/downloads/ Python for Windows]
# Install [https://www.python.org/downloads/ Python for Windows]
# Install [https://code.visualstudio.com/download VSCode for Windows]
# Install [https://code.visualstudio.com/download VSCode for Windows]
## From Extensions, install the following:
### Python
### Jupyter


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

Revision as of 22:22, 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

Jupyter Introduction

Python Introduction

Pandas and Data Manipulation