CSE 190: Working with Large Code Bases
Spring 2025
1
Lecture 11
Announcements
Copilot Features–DEMO of Project 2
Code Generation
Activity 1: Modifying with Copilot
Sandboxing with LLMs
“Sandboxing” and Discussing Tkinter
Activity: Word Count in Status Bar
Add a word count display to the status bar that updates as the user types.
Activity: Understanding Syntax Highlighting
Explain at a high level how syntax highlighting works in IDLE.
Specifically, explain how IDLE assigns different colors to different things.
Resources