Sandbox: Difference between revisions

From Computer Science Wiki
No edit summary
Line 10: Line 10:
</td>
</td>


<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#E6F9E6; align:right;vertical-align:top;">
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;">


== [[File:transport.png]] Want to go further? ==
== [[File:planfortoday.png]] What is the actual plan? ==
# How do you most efficiently sort through a data set to find the most frequently occurring number in a list?


# We will start with a video https://www.youtube.com/watch?v=k3aKKasOmIw
# We will then hack through mean, media and mode in Python. [[Mean, median, mode and other statistical functions]]
# We will then work on our design project
</td>
</td>


</tr>
</tr>
<tr>
<tr>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;">


== [[File:planfortoday.png]] What is the actual plan? ==
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#E6F9E6; align:right;vertical-align:top;">
 
== [[File:transport.png]] Want to go further? ==
# How do you most efficiently sort through a data set to find the most frequently occurring number in a list?


# We will start with a video https://www.youtube.com/watch?v=k3aKKasOmIw
# We will then hack through mean, media and mode in Python. [[Mean, median, mode and other statistical functions]]
# We will then work on our design project
</td>
</td>



Revision as of 19:49, 3 April 2016

Class plan.png What are we going to learn today?[edit]

  1. We are going to test our understanding of simple math and loops in python. The loop part will be tricky.
  2. Everyone will be required to submit an answer to a question on our class wiki, and hopefully start coding.

Planfortoday.png What is the actual plan?[edit]

  1. We will start with a video https://www.youtube.com/watch?v=k3aKKasOmIw
  2. We will then hack through mean, media and mode in Python. Mean, median, mode and other statistical functions
  3. We will then work on our design project

Transport.png Want to go further?[edit]

  1. How do you most efficiently sort through a data set to find the most frequently occurring number in a list?

Target.png Is this graded?[edit]

  1. Students will receive a formative assessment for their problem set work. Please click here to see how you will be graded

Homework.png What is your homework and when is it due ?[edit]

  1. We must work on our design project. Everyone is required to respond to Mr. MacKenty's feedback on the discussion page for your project. This homework is due at the start of our next class.

Computer1.png As a computer scientist, you have[edit]

These are the characteristics every computer scientist works towards.

  • Confidence in dealing with complexity
  • Persistence in working with difficult problems
  • Tolerance for ambiguity
  • The ability to deal with open-ended problems
  • The ability to communicate and work with others to achieve a common goal or solution

Credit.png Credits[edit]