Difference between revisions of "Computer Science"

From WLCS
(Wednesday (5/20/15))
Line 4: Line 4:
 
== Wednesday (5/20/15) ==
 
== Wednesday (5/20/15) ==
 
* Python Post-Assessment Review
 
* Python Post-Assessment Review
 +
** All Python (everything we've done up through lists)
 +
** Values, types, variables
 +
*** [[Media:ValuesTypesVariables.ppt]]
 +
*** [[Values, Types, and Variables Identification assignment]]
 +
** Math operations
 +
** Logical and comparison operations
 +
*** [[Logical operators assignment]]
 +
*** [[Comparison operators assignment]]
 +
** Syntax errors
 +
** Functions
 +
*** function definition
 +
*** function header
 +
*** function body
 +
*** function call
 +
*** function parameters
 +
*** [[Python Function Exercises]]
 +
** if-statements (CodingBat Logic-1)
 +
** While loops
 +
*** [[Looping Exercises]]
 +
** Strings
 +
*** [[Media:Strings_Python.ppt]]
 +
*** [[Python String Exercises]]
 +
*** [[Leet-speak Translator]]
 +
** Lists
 +
*** [[Media:Lists_Python.ppt]]
 +
*** [[Python List Exercises]]
  
 
== Monday - Monday (5/4/15 - 5/18/15) ==
 
== Monday - Monday (5/4/15 - 5/18/15) ==

Revision as of 12:05, 18 May 2015

Friday (5/22/15)

  • Python Post-Assessment

Wednesday (5/20/15)

Monday - Monday (5/4/15 - 5/18/15)

Tuesday - Thursday (4/28/15 - 4/30/15)

Agenda:

Monday - Friday (4/20/15 - 4/24/15)

Agenda:

Wednesday - Thursday (4/8/15 - 4/16/15)

Monday - Friday (3/30/15 - 4/3/15)

  • Spring Break

Friday (3/27/15)

Agenda:

Wednesday (3/25/15)

Agenda:

Monday (3/23/15)

Agenda:

Thursday (3/19/15)

Warmup:

  • Search the Python turtle documentation and find the function that is used to get the turtle's pen size
  • Search the Python turtle documentation and find the function that is used to change the turtle's pen size
  • Search the Python turtle documentation and find the function that will clear all the drawings from the screen

Agenda:

Friday - Tuesday (3/13/15 - 3/17/15)

Agenda:

  • Demo any missing assignments
  • Demo Monte Carlo Calculation of Pi
  • Demo the Turtle visualization of Monte Carlo Calculation of Pi
  • Turtle colors
  • Turtle writing: write()
  • Turtle mouse-clicking: onscreenclick()
  • Simple paint program walk-through
  • Try implementing the following functionalities:
    • Different colors
    • Eraser
    • Increase/Decrease pensize
    • Polygon draw

Monday - Wednesday (3/9/15 - 3/11/15)

  • Got-A-Gadget @ Central Library (3:30pm, Thursday, 3/12/15)
    • Great community service opportunity
  • Demo Looping Exercises
  • Monte Carlo Calculation of Pi
    • If you finish the console version, then implement a graphical version of Monte Carlo Pi using Python Turtle

Thursday (3/5/15)

  • Snow Day

Tuesday (3/3/15)

Agenda:

Archives