Build your own Full Stack LLM Service on AWS
search
⌘Ctrlk
Build your own Full Stack LLM Service on AWS
  • Introduction
  • Introduction to Python
    • Setup Your IDE
    • Python Install
    • Python Basics
    • Python Modules
    • Python Package
    • Additional Resources
  • Project: SEC CIK Lookup Module
  • Introduction to Git and Github
  • Introduction to APIs
  • Project SEC EDGAR API Library
  • Introduction to AWS
  • Project SEC Lambda
  • Introduction to Large Language Models
  • Project 10Q Inference
  • Optional Front-End module with AWS Amplify
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Introduction to Python

Setup Your IDE

Setting up your Integrated Development Environment

Installing VSCode:

  1. Install an IDE

    1. VSCODEarrow-up-right

      1. Python Pluginarrow-up-right

      2. Getting Started with Python in VS Codearrow-up-right

If your using Window I recommend Installing Windows Subsystem for Linux (WSL):

  1. Install WSL2arrow-up-right (not the original WSL)

  2. Install a Linux Distribution from Windows Market Placearrow-up-right

  3. Install the Remote Development plugin for VSCodearrow-up-right

  4. Ensure you can connect to your WSL environment from VSCodearrow-up-right

PreviousIntroduction to Pythonchevron-leftNextPython Installchevron-right

Last updated 1 year ago