Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.92 KB

File metadata and controls

55 lines (39 loc) · 1.92 KB

Setup

Back to README.md.

Development Environment

  • Install Python
  • Install VSCode
  • Install VSCode Python Extension
  • Setup Live Share
  • Create folder for Python files
  • Open folder in VSCode
  • Run "Python: Create environment" and select venv with the most recent version of Python available
  • Create file "salary_prediction.py" and copy & paste contents from this file
  • Save (and select "Black" Python formatter)
  • Run using "Run Python File" button
  • Set a breakpoint somewhere
  • Debug using "Debug Python File" button (from dropdown)
  • Run in integrated terminal by running python salary_prediction.py (Windows might differ)

This tutoring approach

  • Short explanation of CS vs Dev background
  • Following along with textbook linked below

How to do this

Goal

Brainstorming project ideas

Resources


Talked about in protocol 2023-07-30.

Back to README.md.