Search
Contents
17.
Local Development
17.
Local Development
¶
17.1. Before You Begin
17.1.1. Chromebook Users
17.2. Wait… I’m using Replit
17.3. Visual Studio Code
17.3.1. Welcome Screen
17.3.2. The Workspace
17.3.3. Terminal Panel
17.3.4. Activity Bar and File Tree
17.3.4.1. Add a New File
17.3.5. Editor Panel
17.3.6. Check Your Understanding
17.4. Python in VS Code
17.4.1. Checking Python Version
17.4.2. First Local Program
17.4.2.1. Linting
17.4.3. Running a Local Program
17.4.3.1. Terminal
17.4.3.2. Right-Click
17.4.3.3. Run Button
17.4.4. Try It!
17.4.5. Naming Python Files
17.5. Local Turtles
17.5.1. Screen Control
17.5.1.1. Keeping It Open
17.5.1.2. Other Screen Methods
17.5.2. Try It!
17.6. Importing Our Own Modules
17.6.1. Setup
17.6.2. Import From the Same Directory
17.6.3. Import From a Different Directory
17.6.3.1. Other Import Details
17.6.4. Importing From a Parent Directory
17.6.5. Check Your Understanding
17.7. Local HTML/CSS Files
17.7.1. Hello, Web
17.7.2. Viewing Local Files in a Browser
17.7.2.1. Add More Elements
17.7.2.2. For Your Eyes Only
17.7.3. Adding CSS
17.7.3.1. Try It!
17.7.3.2.
style.css
in a Different Directory
17.7.4. Local Project
17.7.5. Check Your Understanding
17.8. Exercises: Local Development
17.8.1. Setup
17.8.2. Part A: Choose a Length
17.8.3. Part B: Include Special Characters?
17.8.4. Part C: Generate New Password
17.8.5. Part D: Add a
Login
Class
17.8.6. Part E: Final Touch (Optional)
17.9. Project: Local Turtle Races
17.9.1. Part A: Drawing Space Setup
17.9.2. Part B: Create Turtles
17.9.3. Part C: Start & Finish Lines
17.9.3.1. Draw the Finish Line
17.9.3.2. Place Turtles at Start
17.9.4. Part D: Run the Race
17.9.5. Part E: Bonus Missions
←
16.7.
Exercises: Terminal
17.1.
Before You Begin
→