Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
== Friday - Monday (10/4/13 - 10/7/13) ==
+
== Friday - Tuesday (10/4/13 - 10/8/13) ==
 
* Complete [[Turtle - Looping Assignment]] (practice loops with turtle)
 
* Complete [[Turtle - Looping Assignment]] (practice loops with turtle)
 
* Add turtle graphics to your [[Monte Carlo Calculation of Pi]]
 
* Add turtle graphics to your [[Monte Carlo Calculation of Pi]]
 +
* Setting up the turtle window and canvas
 +
 +
<syntaxhighlight lang="Python">
 +
setup(WIDTH, HEIGHT)
 +
screensize(WIDTH, HEIGHT)
 +
</syntaxhighlight>
  
 
== Wednesday - Thursday (10/2/13 - 10/3/13) ==
 
== Wednesday - Thursday (10/2/13 - 10/3/13) ==

Revision as of 13:33, 8 October 2013

Friday - Tuesday (10/4/13 - 10/8/13)

setup(WIDTH, HEIGHT)
screensize(WIDTH, HEIGHT)

Wednesday - Thursday (10/2/13 - 10/3/13)

Agenda:

Tuesday (10/1/13)

Archives