Difference between revisions of "Computer Science"

From WLCS
Line 1: Line 1:
 +
== Wednesday (4/8/15) ==
 +
* Strings review
 +
* Make sure you have completed 6 exercises from [http://codingbat.com/python/String-1 String-1]
 +
* Complete and demo on [[Leet-speak Translator]]
 +
* Complete Codecademy - Python Lists and Dictionaries
 +
* Fixing [[Leet-speak Translator]]
 +
*# Go back to your [[Leet-speak Translator]] and save a new copy as '''leetSpeak_dict.py'''
 +
*# Modify your program so that it uses a dictionary instead of all the if-statements
 +
*# How many lines of code did you just reduce your code by?
 +
* Complete the plain2morse part of [[Morse Code Translator]]
 +
 +
== Monday - Friday (3/30/15 - 4/3/15) ==
 +
* Spring Break
 +
 
== Friday (3/27/15) ==
 
== Friday (3/27/15) ==
 
'''Agenda:'''
 
'''Agenda:'''

Revision as of 10:25, 8 April 2015

Wednesday (4/8/15)

  • Strings review
  • Make sure you have completed 6 exercises from String-1
  • Complete and demo on Leet-speak Translator
  • Complete Codecademy - Python Lists and Dictionaries
  • Fixing Leet-speak Translator
    1. Go back to your Leet-speak Translator and save a new copy as leetSpeak_dict.py
    2. Modify your program so that it uses a dictionary instead of all the if-statements
    3. How many lines of code did you just reduce your code by?
  • Complete the plain2morse part of Morse Code Translator

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