@extends('template')
@section('title')
Lab 1: Workflow, Thonny and Python
@stop
@section('content')
# Lab 1: Workflow, Thonny and Python
{{--
##[Solutions](/content/labs/lab01/solutions/)
--}}
## Goals
### Be a good partner
Throughout today's lab (and our remaining labs),
you will work with a partner. Typically, you and your partner would
share the keyboard, swapping it back and forth.
You will ask each other questions and offer each other support. Your job
is to make sure that you both understand something before moving on.
### High-level overview of today's lab
In today's lab you will:
1. Learn how to use Thonny, which is the program we'll use this semester
to edit our code.
2. Practice submitting a project, using [the Potluck
server](https://cs.wellesley.edu/potluck).
3. Review programming basics from lecture and write your first program.
4. Write some simple programs that draw pictures and create music (in a Jupyter notebook)
5. If there's extra time, you'll have a chance to dig into either drawing
or music a bit more.