-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplan
More file actions
20 lines (15 loc) · 742 Bytes
/
Copy pathplan
File metadata and controls
20 lines (15 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# TODO: Figure out what the plan should actually be
Lesson 1:
Music: Basic scale middle C up 1 octave. Exercise: Play back down to middle C.
Python: Instantiating objects (notes), basic lists.
Lesson 2:
Music: Basic scale middle C up 2 octaves, quavers. Exercise: Play back down to middle C,
at double speed (semiquavers?).
Python: Loops and extra (named) parameters instantiating objects).
Lesson 3:
Music: Meet Blue Danube, and then make it a bit more efficient. Exercise: Convert the left
hand to use methods.
Python: Introduction to methods.
# Improve the plan, figure out what python to introduce. List comprehensions are nice, let's
# use more of those!
# Make the score have a composer and title set